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

form {
	padding:0px;
	margin:0px;
}

form fieldset {
	display: block;
	padding: 5px 1em 10px 1em;
	border-color: #E0E0E0;
	border-width:1px;
	border-style:solid;
}

form legend {
	padding:5px;
	color: #375b91;
	font-weight:bold;
	font-size:16px;
}

form label {
	display: block;
	float: left;
	width: 150px;
	padding: 2px 0px;
	margin: 0 15px 5px 0;
	font-weight:bold;
	text-align:right;
}

span.error {
	float: none; 
	color: #FF0000; 
	padding-left: .5em;
	font-size:11px;
}

form textarea {
	overflow: auto;
	margin-bottom:3px;
	width:200px;
	height:55px;
}

form input, form textarea, form select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form select {
	padding:1px;
}

form input {
	padding:2px;
}
form input.xsmall, input.small, form input.medium, form input.large, form input.xlarge, select, textarea {
	border:1px solid #CCCCCC;
}
form input.xsmall {
	width:80px;
}
form input.small {
	width:150px;
}
form input.medium {
	width:200px;
}
form input.large {
	width:250px;
}
form input.xlarge {
	width:400px;
}

form input.checkbox {
	margin-top:1px;
}

form br {
	clear:both;
}

div#submit {
	text-align:center;
	margin: 5px 0 0 0;
	padding:5px;
}

div#submit input {
	font-weight:bold;
	width:150px;
}