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

#container{
		height: 500px;
		width: 960px;
		}
.contact_info{
		float:left;
		width:423px;
		height: 500px;
		background-image: url(images/contact_info.png);
		background-repeat:no-repeat;
		}
			
.new {
		margin-left: 20px;
		}
		
.contact_info p {
		padding: 60px 20px 0px 20px;
		text-align: justify;
		}
.contact_info p span{
		font-weight: bold;
		}
.contact_info img {
		margin: 50px 20px 0px 20px;
		border: solid 4px #eef4f9;
		}		
		
.contact_form{
		float:left;
		width:422px;
		height: 500px;
		background-image: url(images/contact_form.png);
		background-repeat:no-repeat;
		margin-left: 65px;
		}
			
.contact_form p {
		padding: 60px 20px 0px 20px;
		text-align: justify;
		}
.contact_form dl{
		font-size:8pt;
		color:#8E8E8E;
		}
.contact_form form{
		float: left;
		padding-top: 50px;
		padding-left: 50px;
		}	
textarea{
		color: #999999;
		border: solid 1px #90aec6;
		}	

