fieldset {
	float : left;
	width:98%;
	padding:5px;
	margin-bottom:10px;
	-moz-border-radius: 8px;	
}


legend {
	color			: #666666;
	font-weight 	: bold;
	font-size 		: 13px;	
	margin-top		: 2px;
	margin-bottom	: 2px;
}

form {
	margin:0px;
	padding:0px;
}
form#content {
	margin:20px 0px;
	padding:0px;
}
input.button, a.button {
	text-decoration: none;
	font-size: 1em;
	background: url(../images/bg_button.png) repeat-x left center;
	color: #445b6c;
	text-align: center;
	border: 1px solid #dee1e5;
	font-weight: bold;
	padding: 2px 5px;
} 
input.button:hover, a.button:hover {
	text-decoration: none;
	background: url(../images/bg_button_hover.png) repeat-x left center;
} 
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;	
} 
input.readonly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;	
	color: #666666;
	background-color:#F9F9FB;
	border: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;	
} 
input.checkbox {
	width: auto;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	border-style: none;
	
} 
input.radio {
	width: auto;
	border-style: none;
	background:none;
} 
