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

#content #container #contact_left {
	width:500px;
	float:left;
	min-height:500px;
}


#contact_right {
	display:block;
	border: 1px solid rgb(250, 249, 249);
	padding:5px;
	margin-top:5px;
	width:100%;
	height:480px;
	overflow:auto;
}

.thetitle1 {
  font-size:25px;	
  margin-bottom:20px;
  margin-top:120px;
}

.thetitle2 {
	font-size:25px;	
	margin-bottom:20px;
	margin-top:100px;
  }

#form_contact input[type=text] {
	width: 100%;
}

#form_contact textarea {
	width: 100%;
	height: 250px;
}

#form_contact input[type=submit], input[type=reset] {
	padding: 5px;
}

h2 {
 padding-top: 40px;
}

button {
	background:rgb(236, 228, 228);
	color:white;
	border-top:0;
	border-left:0;
	border-right:0;
	text-decoration:none;
	font-family:sans-serif;
	font-size:11pt;
}