.ContactBox {
	background-image: url('http://images.simplycite.com/ContactBox_BG.png');
	width: 387px;
	height: 225px;
	padding: 30px 20px;
	background-repeat: no-repeat;
}
.ContactItem
{
	width: 346px;
	height: 39px;
	background-image: url('http://images.simplycite.com/ContactBox_InputBG.png');
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
.ContactTitle
{
	float: left;
	width: 123px;
	font: normal 18px Georgia;
	color: #d7eef4;
	font-style: italic;
	text-shadow: #333333 0px 1px 0px;
	padding: 8px 0px 0px 7px;
}
.ContactValue
{
	float: left;
	width: 190px;
	height: 30px;
	font: normal 18px Georgia;
	color: #333333;
	padding: 5px 4px;
}
.ContactBox input
{
	border: 0px;
	background-color: #bcc8c9;
	width: 210px;
	height: 30px;
	color: #333333;
	font: normal 18px Georgia;
	
}
.ContactBox textarea
{
	background-color: #bcc8c9;
	box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-o-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-webkit-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	-moz-box-shadow: inset 0 1px 3px black, inset 0 -5px 15px #bcc8c9, 0 2px 1px white;
	width: 346px;
	height: 120px;
	font: normal 18px Georgia;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.ContactBox a
{
	color: #276ca5;
	font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
	text-decoration: none;
}
.ContactBox a:hover
{
	color: #000000;
	font: bold 18px Arial Black, Arial Black, Gadget, sans-serif;
	text-decoration: underline;
}
.ContactSubmit
{
	padding: 15px 0px 0px;
	width: 346px;
	text-align:center;
}

.ContactResult 
{
	width: 346px;
	text-align: center;
	color: #333333;
	font: normal 18px Arial, Gadget, sans-serif;
	text-decoration: none;
	text-shadow: #c0c0c0 0px 1px 0px;
	
}

.ContactResult h1
{
	width: 346px;
	text-align: center;
	font: bold 18px Arial, Gadget, sans-serif;
	padding-top: 10px;
	color: #276ca5;
	text-shadow: none;
}