<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.working_text {
	font-family: Tahoma;
	font-size: 11px;
}
.links_text {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #535353; 
}

.welcome_to {
	font-family: Tahoma;
	font-size: 15px;
}
.co_name {
	font-family: Tahoma; 
	font-size: 15px; 
	color: #345972; 
}
.content_text {
	font-family: Tahoma; 
	font-size: 11px; 
	color: #565656; 
}
.trade_co_name {
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.trade_co_name:hover {
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.bottom_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none
}

.bottom_text:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff000;
	font-weight: bold;
	text-decoration: none
}
.style1 {color: #FFFFFF;
text-decoration:none;
}
-->
/* validation classes*/

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size:10px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	font-size:10px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: left;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

</style>


