input{
	padding-left: 10px;
	font-family: Calibri;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	/*	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
	*/
	border: 2px solid #5C97C7;
}
input:focus {
	outline: none;
	color: #000;
	background-color: #FFFFFF;
	border: 2px solid #EB1C23;
}
input.giris{
	color: #000;
	background-color: #F9F9F9;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
	width: 85px;
/*	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: normal;
*/
}
#form1 table tr td #mesaj {
	background-color: #FFFFFF;

/*	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
*/
	padding-left: 10px;
	width: 350px;
	height: 75px;
	border: 2px solid #5C97C7;
}
#form1 table tr td #mesaj:focus {
	background-color: #FFFFFF;
	border: 2px solid #EB1C23;
/*	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
*/
}

/*
input.giris:hover{
	color: #F00;
	background-color: #F8F8F8;
	border-top: 2px #cce3ff solid;
	border-left: 2px #cce3ff solid;
	border-bottom: 2px #31557f solid;
	border-right: 2px #31557f solid;
	font-weight: bold;
	width: 85px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
*/
select{
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
	border: 2px solid #5C97C7;
/*	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
*/
}
select:focus {
	outline: none;
	color: #000;
	font-size: bold;
	background-color: #FFFFFF;
	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
	border: 2px solid #FF0000;
}
