/* CSS Document */

form#contact {
	font-size:1.4em;
	width:470px;
	padding:10px;
	margin:0 auto;
	color: #666666;
}

form#contact fieldset {
	width:450px;
	display:block;
	padding:5px 5px 15px;
	line-height:1.5em;
	font-size: 0.7em;
	color:#666;
	margin:15px 0 20px 5px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
}


form#contact legend {
	color:#4f6b72;
	font-size:1.2em;
	font-weight:600;
	margin-bottom:20px;
	padding:3px 3px 3px 10px;
	width:254px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	background-color: #eee;
}
form#contact label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	color:#666;
	margin-bottom:10px;
	font-size:1em;
	line-height:1.5em;
	margin-top: 10px;
}


form#contact input {
	margin-bottom:10px;
	margin-top: 10px;
}

form#contact fieldset#personal input {
	border:1px solid #e1e1e1; 
	background:#fff; 
	padding-left:0.5em; 
	margin-bottom:1em;
}

form#contact select {
	border:1px solid #e1e1e1;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0em;
}

form#contact textarea {
	border:1px solid #ccc;
	padding:3px;
	margin:10px 0px 20px;
	overflow:auto;
	width: 65%;
}

form#contact option {
	background:#fff;
	color:#666;
	margin: 0px;
	padding: 0px;
}

form#contact optgroup {
	background:#fff; 
	color:#666; 
}

form#contact optgroup option {
	background:#fff; 
	color:#990033;
}

form#contact #button1, form#contact #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:100px; 
	margin:auto;
}


form#contact h4 {
	color: #FF0000;
	font-size: 1.1em;
}


form#contact ol {
	color: #660000;
}

form#contact li {
	color: #FF0000;
	margin-bottom: 5px;
}

form#contact a {
	color: #4f6b72;	

}


form#contact .red {
	color: #FF0000;
}
