.contact{
	float:left;
	width:500px;
	display:table;
	}
.contact h1{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding:0px 0 0 40px;
	margin:30px 0 0 0;
	background:url(../ig/tild.gif) no-repeat;
	background-position:10px 0;
	}
.contact p{
	font-size:12px;
	padding:0 0 20px 20px;
	border-bottom:1px solid #c21503;
	}
.contact td{
	height:32px;
	font-size:12px;
	padding:0 0 0 20px;
	}
.contact input,.contact textarea{
	width:250px;
	}
.contact-submit{
	height:20px;
	display:block;
	color:#ffffff;
	border:0;
	background:url(../ig/btn.gif) left top no-repeat;
	cursor:pointer;
	padding:0 0 2px 0;
	margin:0 0 0 60px;
	}
.contact-submit:hover{
	background:url(../ig/btn.gif) right top no-repeat;
	}
	