/* CSS Document */

form#contactus {
	background:#d3dce3;
	padding:10px;
	margin:0 auto;
	border: 1px solid #CCC;
	color: #666666;
}
form#contactus fieldset {
	width:470px;
	display:block;
	padding:5px;
	font-family:verdana, sans-serif;
	line-height:1.5em;
	border:1px solid #fff;
}
form#contactus fieldset#personal, #about, #comments, #current {
	font-size:0.75em;
	color:#666;
	font-style:italic;
	margin:15px 0 0 5px;
}
form#contactus fieldset#option {
	font-size:0.75em;
	color:#e9292a;
	margin:15px 0 0 5px;
}
form#contactus legend {
	border:1px solid #CCC;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	margin-bottom:14px;
	padding:3px;
	width:254px;
	background:#e9292a;
	text-transform: uppercase;
}
form#contactus label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	color:#666;
	margin-bottom:0.5em;
	font-size:1em;
	line-height:1.5em;
	font-style:normal;
}
form#contactus fieldset#personal label {
	clear:left;
	display:block;
	width:100px;
	text-align:right;
	padding-right:10px;
	color:#666;
	margin-bottom:0.6em;
	font-size:1em;
	line-height:1.8em;
	font-style:normal;
}
form#contactus input {
	padding:0;
	margin-bottom:0.8em;
	line-height: 1.5em;
}
form#contactus fieldset#personal input {
	border:1px solid #CCC;
	background:#fff;
	padding-left:0.5em;
	margin-bottom:1em;
}
form#contactus select {
	margin-left:0.5em;
	border:1px dotted #CCC;
}
form#contactus textarea {
	width:432px;
	height:10em;
	border:1px solid #CCC;
	padding:5px;
	overflow:auto;
}
form#contactus option {
	background:#fff;
	color:#e9292a;
}
form#contactus optgroup {
	background:#fff;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
form#contactus optgroup option {
	background:#fff;
	color:#e9292a;
}
form#contactus #button1, form#contactus #button2 { background:#666; border-bottom:1px solid #333; border-left:1px solid #999; border-top:1px solid #999; border-right:1px solid #333; color:#fff; padding-right:0.5em; cursor:pointer; width:205px; margin-left:12px;}
form#contactus #button1:hover, form#contactus #button2:hover {
	background:#e9292a;
	border-bottom:1px solid #4A0018;
	border-right:1px solid #4A0018;
	color:#fff;
	border-top:1px solid #cc0033;
	border-left: 1px solid #cc0033;
}