.text  {color: #000000; font-size: 11px; font-family: georgia, times, times new roman, serif; }
.text12  {color: #000000; font-size: 12px; font-family: georgia, times, times new roman, serif; padding-right:10px;}
.text12m  {color: #000000; font-size: 13px; font-family: georgia, times, times new roman, serif; border: 3px; border-color: #FFFFFF; border-style: solid;}
.text12n  {color: #000000; font-size: 12px; font-family: georgia, times, times new roman, serif; padding:0px 10px;}
.text12pic  {color: #000000; font-size: 13px; font-family: georgia, times, times new roman, serif; padding: 10px; border: 3px; border-color: #FFFFFF; border-style: solid;}
.inputtext {font-size:10pt;}
.text13  {color: #000000; font-size: 13px; font-family: georgia, times, times new roman, serif; }
.small  {color: #9CA880; font-weight: normal; font-size: 9px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana; }

a.link:link  { color: #AA4F12; font-weight: normal; font-size: 13px; font-family: georgia, times, times new roman, serif; }
a.link:hover { color: #CCCCCC;font-weight: normal; font-size: 13px;text-indent: none; font-family: georgia, times, times new roman, serif; }
a.link:visited { color: #AA4F12; font-weight: normal; font-size: 13px; font-family: georgia, times, times new roman, serif; }

a.smlink:link  { color: #AA4F12; font-weight: normal; font-size: 10px; font-family: georgia, times, times new roman, serif; }
a.smlink:hover { color: #CCCCCC;font-weight: normal; font-size: 10px;text-indent: none; font-family: georgia, times, times new roman, serif; }
a.smlink:visited { color: #AA4F12; font-weight: normal; font-size: 10px; font-family: georgia, times, times new roman, serif; }

a.dorcor:link  { color: #CFDBB4; font-weight: normal; font-size: 9px; font-family: arial; }
a.dorcor:hover { color: #CFDBB4;font-weight: normal; font-size: 9px;text-indent: none; font-family: arial; }
a.dorcor:visited { color: #CFDBB4; font-weight: normal; font-size: 9px; font-family: arial; }


img.img-left { 
	float:left; 
	margin:2px 15px 10px 10px; 
	}

img.img-right { 
	float:right; 
	margin:5px 0 10px 10px;
	}



form {
	width:150px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:.75em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}


<!------CLASS-------->
div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}