

/*
    forms
*/
legend {
    display: none;
}

* {
	padding: 0px;
	margin: 0px;
	}
li {
	color: #ff0000;
	margin-left: 25px;
	font-size: 0.8em;
}
	
input, select, textarea {
    border: 1px solid #7f9cbe;
    padding: 2px 10px;
    color: #7f9cbe;
}
select {
    padding: 0 0 0 5px;
}
fieldset {
    border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
label, .submit {
    cursor: pointer;
}
.checkbox, .image, .radio, .submit {
    border: 0 solid transparent !important; /* "0 solid transparent" required by Opera 7.23 */
}
.checkbox, .radio, .submit {
    display: inline !important;
    width: auto !important;
}
.checkbox, .radio {
    padding: 0 !important;
}
.checkbox[type="checkbox"], .radio[type="radio"] { /* @ Opera, more beautiful, i.e. default checkboxes and radios */
    border: inherit !important;
    background: inherit;
    color: inherit;
}
.submit {
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
}
.form-standard .submit {
    border: 1px solid #999 !important;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    padding: .2em .5em .1em;
    background-color: #fff;
    background-image: none;
    color: #369;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: 0;
}
.submit, .submit:link, .submit:visited {
    color: #1e4070;
}
input[class~="submit"] { /* class might be "submit" _or_ "submit folder" */
    text-indent: -3px;
}
.onhover, .submit:hover, .submit:focus, .submit:active { /* .onhover = .submit:hover/.submit:focus
for IE/Win via Dynamic Property */
    color: #000 !important;
    text-decoration: underline;
}
.error { /* .error must precede .onfocus */
    border-color: #c00;
    color: #c00 !important;
}
input[type="password"]:focus, input[type="text"]:focus, select:focus, textarea:focus { /* do not group selectors with
.onfocus since IE/Win would ignore the whole group */
    border-color: #000;
    background: #fff;
    color: #000 !important;
}
.onfocus { /* input[type="password"]:focus, input[type="text"]:focus, select:focus, textarea:focus
for IE/Win via Dynamic Property */
    border-color: #000;
    background: #fff !important;
    color: #000 !important;
}

.form-standard {
    padding: 0 0 1.4545em; 
    background: #eef2f7;
}
 .form-standard fieldset {
    max-width: 32em;
}
 .form-standard legend {
    display: block;
    position: relative;
    left: -10px; /* @ Opera, not applied by Firefox/Mozilla */
    margin: 0 0 0 10px; /* @ Safari, margin-left applied only by Safari */
    border: .1em solid transparent; /* @ Firefox 1.5 */
    padding-top: 0;
    padding-bottom: 1em;
    background: transparent;
    font-weight: bold;
}
 .form-standard legend span {
    display: block;
    position: relative; /* @ IE/Win */
    margin: -1.4em 0 .5em;
}
 .form-standard h3,
 .form-standard p,
 .form-standard dl,
 .form-standard .filter-date {
    clear: both;
    padding: 0 .9091em .9091em;
}
.form-standard p {
    overflow: hidden;
    
}
.form-standard h3 {
    padding-top: .9091em;
}


.form-standard dd p {
    border: 1px solid #369;
    padding-top: .3636em;
    padding-bottom: .4545em;
}
.form-standard dl {
    padding-top: 1.4545em;
}
.form-standard>dl:after,
.form-standard fieldset>p:after {
/*.form-standard fieldset fieldset:after triggers bug in Mozilla 1.3 */
    display: block;
    clear: both;
    content: " ";
    height: 1px;
}
.form-standard dd,
.form-standard .filter-search,
.form-standard .filter-date div {
    float: left;
    width: 242px;
}

.form-standard dt,
.form-standard label,
.form-standard .legend {
    float: left;
    padding: .2727em 0 0;
    width: 11em;
    font-style: normal;
}


.form-standard dt {
    padding: 0;
}
.form-standard .filter-choice label {
    display: inline;
    padding: 0 .6364em 0 0;
    float: none;
}
.form-standard .filter-choice input,
.form-standard .filter-choice label,
.form-standard .filter-choice .filter-search .radio {
    position: relative;
    top: 2px;
}
.form-standard .filter-date div em { /* date filter label */
    float: left;
    padding: .2727em 0 0;
    width: 2.5em;
    font-style: normal;
}
.form-standard .filter-date div em {
    width: 30px;
}
.form-standard .filter-search input {
    margin-bottom: .9091em;
}
.form-standard .filter-search .radio {
    margin-bottom: 0;
}
.form-standard .filter-search label,
.form-standard .city label,
.form-standard .number label {
    display: inline;
    float: none;
    width: auto;
}
.form-standard .filter-choice {
    clear: both;
}
.form-standard .filter-choice span {
    white-space: nowrap;
}
.form-standard .filter-choice .legend span {
    padding-right: 3px;
    white-space: normal;
}
.form-standard input,
.form-standard textarea {
    width: 20em;
}
.form-standard select {
    width: 20em;
}


.form-standard .number input {
		width: 3em;
}
.form-standard .zip input {
    width: 5em;
}
.form-standard .city input,		
.form-standard .street input {
    width: 8em;
}
.form-standard .street input,
.form-standard .zip input {
    margin-right: 1.4545em;
}
.form-standard .radio {
    margin: 0 .1818em 0 0;
}
.form-standard .city,
.form-standard .number {
    white-space: nowrap;
}

