.content-iletisim {width:500px; height:auto; float:left;}
.content-ofis {width:1000px; height:auto;  float:left;}
.ofis
{	width:480px;	line-height:25px;	margin:10px;	float:left;}
.ofis-ikon
{	width:20px;		height:21px; line-height:25px;	padding-top:4px;	float:left;}
.ofis-baslik
{	width:60px;		height:25px; line-height:25px;	font-weight:bold;	float:left;}
.ofis-ayrac
{	width:5px;		height:25px; line-height:25px;	font-weight:bold;	float:left;}
.ofis-metin
{	width:390px;	height:25px; line-height:25px;	padding-left:5px;	float:left;}



input, textarea, select { font-size: 11px;}


#contact {
	display: block;
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Form style */

#contact label { display: block; height: 16px; line-height: 16px; width: 105px; }
#contact label.verify {float: left; width: 60px; height: 50px; line-height: 50px;}
#contact input, #contact textarea, #contact select {
	color: #666;
	border: 1px; border-style:solid;
	border-color:#AAAAAA;
	margin: 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #F3F3F3;

}

#contact input, #contact textarea {
	width: 420px;
	padding: 10px;
}

#contact select {
	width: 100%;
	padding: 10px;
}

#contact input:focus, textarea:focus, select:focus {

	background: #eeeeee;
	border-color:#CCCCCC;

	color:#333;
}
#contact input.submit {
	width: 85px;
	cursor: pointer;
	background:#333;
	color:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#contact input.submit:hover {
	background:#fff;
	color: #444;
}
#contact input[type="submit"][disabled] { background:#888; }
/* #contact fieldset { padding:20px; border:1px solid #eee;}
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; margin-bottom:0 !important; margin-bottom:20px; } */

#contact span.required{ font-size: 11px; color: #ff0000; } /* Select the colour of the * if the field is required. */
