@charset "utf-8";
/* CSS Document */

#content {
	position:relative;
	margin-left:50px;
	/*background-image:url(../images/contact/box.gif);
	background-repeat:no-repeat; */
	width:730px;
	height:650px;
	padding-left:15px;
	padding-right:45px;
	padding-top:15px;
}

.mailBox {
	position:relative;
	background-image:url(../images/mail/mail_box.gif);
	background-repeat:no-repeat;
	width:730px;
	height:175px;
	left:-20px;
}

.mailBox p {
padding:5px;
}

#leftBarContent img {
	margin-left:20px;
}

form {
	margin-left:auto;
	margin-right:auto;
}

	
	input.btn {
		position:relative;
		top: 35px;
		color:#FF0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		background-color:#F19203;
		border:1px solid;
		border-color: #000;
	}
	
	
/* From the PHPList CSS */
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : yellow;
	text-decoration : none;
}