/* CSS Document */

#contactSubmit {
	margin-top:5px;
	}

.input {
	border:#999999 solid 1px;
	background:url(images/newBlogBg.gif);
	color:#333333;
	float:left;
	padding:4px;
	}
	
legend {
	border:#CCCCCC solid 1px;
	color:#999999;
	font-size:18px;
	padding:5px;
	}

#formContact {
	color:#009cf0;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width:495px;
	}
	
fieldset {
	border:#CCCCCC solid 1px;
	padding:20px;
	}
	
label {
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	}
	
.required {
	background:url(images/required.gif) no-repeat;
	color:#CC0000;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	height:20px;
	padding-top:5px;
	text-indent:25px;
	visibility:hidden;
	}
	
textarea {
	border:#999999 solid 1px;
	background:url(images/newBlogBg.gif);
	color:#333333;
	font-size:14px;
	padding:5px;
	}
	
