body{
	font-family:"Trebuchet Ms", Arial, sans;
	font-size:12px;
	margin:0;
	padding:0;
}

ul{}
#boxleft li {list-style-type:none;margin:0;border-bottom:1px dashed #ccc;padding:10px;}
.boxright{
	float:right;
	width:68%;
}
fieldset a{color:#fff;text-decoration:none;}
fieldset a:hover{color:#000;}
span{
font-size:0.9em;

}
span.sbmit{color:#000;text-transform:uppercase;padding:10px;}
a:hover span.sbmit{color:#000;}
hr{clear:both;visibility:hidden;}
a {color:#f75110;text-decoration:none;}
a:hover {color:#00a0c6;}
/**
CUSTOM LAYOUT
*/
#wrapper{
	width:982px;
	margin:0 auto;
	border-left:1px dashed #999;
	border-right:1px dashed #999;
	padding:10px;
}
#subscribe{

}
#boxleft{width:30%}
#boxcenter{
	width:300px;
	float:left;
	margin:20px 20px 0 0;
}


/**
FORMS
*/

fieldset{
	width:95%;
	padding:10px;
	background:#fff;
	border:none;

}
legend{
	padding:2px 6px;
	display:none;
}
label{
	display:block;
	font-weight:bold;
	margin:8px 0;
}
.boxlarge{
	width:180px;
	border:2px solid;
	margin:0 10px;
} 
.msgok, .msgwarning, .msgsevere{
	font-family:"Courier New", Courier, mono;
	background:none;
	font-weight:bold;
}
.msgok{
	color:green;
}
.msgwarning{
	color:orange;
}
.msgsevere{
	color:red;
}
