.validation-box {
	border: 1px solid black;
	padding: 5px;
	margin: 5px 0;
	color: red;
	font-weight: bold
}
.validation-box ul {
	margin-top: 5px;
	margin-left: 10px
}

.validation-box li {
	color: black;
	font-weight: normal
}

#content label {
	display:block;
	float:left;
	text-align:left;
	padding:2px 5px 2px 0;
	width:71px
}

#content em {
	color:red
}

#content form div {
	clear: both;
	float:none;
	margin: 3px 0 3px 0
}

textarea {
    width: 175px;
	height: 5em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border:1px solid #e48e39
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em
}

input {
	font-size:1em
}

.input-large {
	width: 280px;
	height: 1.2em

}

.input-text {
	width:175px;
	height:1.2em;
    border:1px solid #e48e39
}

#content form .note {
 	padding: 2px 5px 2px 5px
}

#submit-block {
	padding-left:77px
}

#col-1, #col-2 , #col-3 {
    font-style:normal;
    float:left !important;
    display:block;
    clear:none !important
}

#col-1 address, #col-2 address {
    font-style:normal;
    line-height:1.3
}

#col-1 h2, #col-2 h2 {
    margin-top:0;
    color:#646464;
    margin-bottom:10px
}

#col-1 {
    width:233px;
}

#col-2 {
    width:222px;
}

#col-3 {
    width:255px;
}

form {
    float:left;
    width:710px;
    margin:0;
    padding:0;
    background:transparent url('../img/contact_dividers_bg.gif') repeat-y
}

abbr {
    color:#e48e39
}

.direct {
    font-size:1.2em;
    line-height:1.3;
    padding-bottom:14px
}