body
{
	/*background: #2D2D2D; /* Set Website Background Color */
	font: 11px 'Calibri'; /* Set Website Font Size & Font Type */
}
h3
{
	font-size:20px;
	color:black;
}
img
{
	border:none;
}
#wrap
{
	margin: 140px 0px 0px 0px; /* Center Our Content */
	padding: 10px; /* Set Padding For Content */
}
#wrap h3
{
	color:#797979;
	font-size:18px;
}
#wrap p
{
	color:#797979;
	font-size:15px;
}
.wrap_img
{
	border-right:2px #D3D3D3 solid;
}
label
{
	display: block; /* Make sure the label is on a single line */
	margin: 3px; /* Create some distance away from the input fields */
}
input
{
	padding: 3px; /* Give the text some more space */
	border: 1px solid gray; /* Add a border around the input fields */
	margin: 3px; /* Create some distance away from the labels */
}

