/* CSS Document */

#namefield, #emailfield, #phonefield{
	width: 250px;
}

#messagefield{
	width: 365px;
	height: 200px;
}

#contactinfo li{
	list-style: none;
	margin: 7px 0 7px 0;
}

#contactinfo {
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
}


#sendmailMsg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#0066FF;
	border: 2px solid black;
	padding: 40px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#msg {
	width: 350px;
	height: 150px;
	border: 1px solid #fff;
	background: #333333;
	padding: 15px 25px 25px 25px;
	margin: -5px 0 0 -5px;
}

.err{
	color:#c00;
	font-weight: bold;
	font-size: 1.2em;
}

.good{
	color:#3a8cec;
	font-weight: bold;
	font-size: 1.2em;
}

#msgLayerButtons{
	width: 350px;
	text-align:center;
	position: absolute;
	bottom: 35px;
}

#msgshadow{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 420px;
	height: 210px;
	margin: -125px 0 0 -200px;
	display:none;
}

#overlay{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #000000;
	display: none;
	
}