.formstyle {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear: left;
	width:80%;
	margin-bottom:20px;
	padding-top:12px;
	margin-left:auto;
	margin-right:auto;
	}

.formstyle fieldset{
	background:#f2f5f9 url(../images/images/fieldsetbg.png) repeat-x;
	margin-left:10px;
	margin-right:10px;	
	padding:5px;
	border:solid 1px #dfe6f0;
	} 

.formstyle a{
	color:#e5811e;
	text-decoration:underline;
	}

.formstyle legend{
	color:#354753;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	font-weight:bold;
	}

#content #colright .formstyle ul li {
	list-style:none;
	background:none;
	float: left;
	clear: left;
	width:100%px;
	}
.formstyle ul li {
	list-style:none;
	background:none;
	float: left;
	clear: left;
	width:100%;
	}			
	
.formstyle ul li label {
	float: left;
	width:200px;
	margin-right:1em;
	text-align: right;
	}
	
#content .formstyle ul li {
	background:none;
	margin-bottom:0px;
	}	

.formstyle ul li input {
	float: left;
	width:200px;
	margin-right: 1em;
	}

.formstyle select{
	float: left;	
	width:200px;
	text-align: left;
	}		

.button{
	height:25px;
	background:#66819a url(../images/images/button.png) repeat-x;	
	color:#ffffff;
	font-size:12px;
	border:0px;
	padding-bottom:5px;
	cursor:pointer;
	font-weight:bold;
	}

.button:hover{
background:#3d6083 url(../images/images/buttonover.png) repeat-x;
}