#form
{
	background: #e2effc;
	padding: 3px;
	border: dashed 1px #b40000;
	margin: 20px 0px 10px 0px;
	color: #b40000;
}

#form #text-alan
{

	border: solid 1px #ccc;
	width: 160px;
}
input.text
{
	border: solid 1px #ccc;
	width: 160px;
}
#form #error
{
	border: solid 1px #ba1845;
	width: 160px;
}

#form textarea
{
	border: solid 1px #ccc;
	height: 150px;
	width: 340px;
	overflow: auto;
}
#form textarea.mesaj
{
	height: 100px;
}
.buton
{
	border: dashed 1px #b40000;
	color: #b40000;
	height: 25px;
	background: #e2effc;
	margin-right: 10px;
	
}

#error
{
	border:solid 1px #D3D3D3;
	width: 160px;
	padding-left: 2px;

}

#text-kutu
{
	border:1px solid #D3D3D3;
	background: #fff;
	width: 160px;
	padding-left: 2px;
}

#mesaj_sonuc, #mesaj_sonuc_error
{

	font-weight: bold;
	border: dashed 1px #b40000;
	border-left: 0px;
	border-right:0px;	
	background: #e2effc;
	padding: 10px;
	font-size: 12px;
	margin-top: 10px;
}

#mesaj_sonuc_error
{
	color: #ba1845;
}

#mesaj_sonuc_error a:hover
{
	text-decoration: underline;
	
}
