@charset "utf-8";
/* CSS Document */

.formfieldset { 
padding: 5px 5px 10px 10px;
width:600px;
margin-top:-5px;
margin-right:10px;
margin-left:5px;
float:left;
} 

basiclabel{
width:360px;
color: #330;
border-bottom:1px dotted #999999;
padding-bottom:2px;
margin-bottom:3px;
margin-left:3px;
clear:left;
font-size:16px;

}

.basiclabelshort{
width:245px;
color: #336;
border-bottom:1px dotted #999999;
padding-bottom:2px;
margin-bottom:3px;
margin-left:3px;
clear:left;
margin-top:5px;
}

.securitylabel{
width:300px;
color: #336;
border-bottom:1px dotted #999999;
padding-bottom:2px;
margin-bottom:3px;
margin-left:3px;
clear:left;
margin-top:5px;
}

.basicinput{
float:left;
margin-bottom:10px;
clear:both;
background-color:#fff;
}



.basicinputlong{
float:left;
margin-bottom:10px;
clear:right;
width:300px;
}


.basicmenu{
width:150px;
margin-bottom:5px;
margin-left:0px;
font-size:12px; 
font-family: garamond, Georgia, "Times New Roman", Times, serif;

}

.basicmenusearch{
width:150px;
margin-bottom:5px;
margin-left:0px;
font-size:14px; 
font-family: Georgia, "Times New Roman", Times, serif;

}

.basicmenusearch a:hover  {
	background-color:#666;
}

.smallmenu{
width:50px;
margin-bottom:5px;
font-size:12px; 

}

.textareamedium {
width:450px;
height:100px;

}

.textareaadvert {
width:350px;
height:80px;
background-color:#fff;

}


.textareacontactus {
width:400px;
height:80px;
/*background-color:#fff;*/

}

.secimg { 

clear:both;
margin-top:5px;
height:auto;
width:auto;
}


.submitsearch {
font-family: "bookman old style", Georgia, Times New Roman, Times, serif;	
height:22px;
width:100px;
background-color:#FFFFFF;
border: #999999 1px solid;
font-size:11px;
color:#000033;
text-transform:capitalize;
margin-top:0px;
margin-left:5px;
outline: none;
margin-bottom:10px;
/*float:left;
clear:both;*/
}