 .contact-bar
 {
	margin-top:20px;
	width:980px;
	height:30px;
	border:#2ecc71 1px solid;
	margin:0 auto;
	background:url('../images/background2.png');
	

 }
 .contact-bar a 
 {
	color:#000;
 }
 .title-contact
 {
	font-size:14px;
	font-weight:bold;
	padding:10px;
	float:left;
	color:#000;
 }
.arrow
 {
	margin-top:5px;
	float:left;
	width:20px;
	height:20px;
	background:url('../images/arrow.png');
 }
 .click_contact
 {
	cursor:pointer;

 }
 .contact
 {
	display:none;
	width:980px;
	height:auto;
	background:url('../images/background2.png');
	padding-top:15px;
	border-right:#2ecc71 1px solid;
	border-left:#2ecc71 1px solid;
	border-bottom:#2ecc71 1px solid;
 }
.contact input[type=text]
{
	margin-left:30px;
	width:250px;
	padding:5px;
	
}

.contact input[type=submit]
{
	margin-left:30px;
	width:260px;
	padding:5px;
	height:35px;
	background:#2ecc71;
	border:none;
	margin-bottom:30px;
	color:white;
	font-weight:bold;
	cursor:pointer;
	
}
.contact input[type=submit]:active
{
	-moz-box-shadow: 2px 2px 10px 5px #cfcfcf;
	-webkit-box-shadow: 2px 2px 10px 5px #cfcfcf;
	-o-box-shadow: 2px 2px 10px 5px #cfcfcf;
	box-shadow: 2px 2px 10px 5px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
}
.contact textarea
{
	
	margin-left:30px;
	width:255px;
	height:150px;
}
.contact-form
{
	float:left;
	width:400px;
}
.contact-info
{
	float:left;
	width:400px;
	height:200px;
	margin-top:100px;
	background-image:url('../images/document.png');
	background-repeat:no-repeat;
	background-position:left top ;
	padding-top:50px;
	padding-left:130px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	
}