@charset "utf-8";
/* MADRAN SU */
/* 27.11.2012 evren.yeniev@onarim.com.tr | www.onarim.com.tr */

@import "reset.css";
@import "style.css";

#slider{
	width:100%;
	height:315px;
	z-index:-100;
}

.stretch {
    width:100%;
    height:315px;
}

#content{
	margin-top:20px;
}

h1{
	background:url(../images/kurumsal/title.png) no-repeat;
	width:214px;
	height:40px;
	font-size:16px;
	color:#000;
}

p{
	margin-bottom:15px;
	text-align:justify;
}


.field{margin-bottom:7px;}

label {
	display: block; 
	float: left;
	margin-right:10px; 
	text-align: right; 
	width: 120px; 
	line-height: 25px; 
	font-size: 12px; 
}

.input{
	font-size: 12px; 
	padding: 5px; 
	border: 1px solid #b9bdc1; 
	width: 283px; 
	color: #797979;	
}

.input:focus{
	background-color:#f4f4f4;	
}

.textarea {
	height:140px;
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
}

.warnme{
	color:#f00;
	font-weight:600;
}

.formwarning{
    color :#f00;
}

.customCalloutStyle div, .customCalloutStyle td{
    font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	border:1px solid #000;
	background-color:#004aa0;
	font-weight:lighter;
	color:#fff;
}

.messageinfo{
    font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
	width:300px;
	display:block;
	padding-left:30px;
	margin-top:10px;
	color:#333;
	background:url(../images/pattern/check.png) center left no-repeat;
}

.button{
	float: right;
	margin:10px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #004aa0;
	background: -moz-linear-gradient(top, #004aa0 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004aa0), to(#7089b3));
	
	/* Border style */
	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;

}

.button:hover {
	background: #848FB2;
	cursor: pointer;
}

.left{
	float:left;
}

.right{
	float:right
}