@charset "utf-8";
body {
	background: #579BAB;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#alert{
	margin:-30px auto 0 auto;
	width:400px;
	height:28px;
	background: #F00D0A;
	padding-top:10px;
}

.alerttext{
	padding-left:20px;
	color:#fff;
	font-size:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#cerceve{
	margin:150px auto 0 auto;
	width:400px;
	height:300px;
}
.header{	
	height:103px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	line-height:60px;
	padding-left:20px;
	text-shadow:1px 1px rgba(53,16,56,0.5);
	color:#fff;
	font-weight:bold;
}
.formbody{
	width:400px;
	height:200px;
}
form .text{
	width:358px;
	height:40px;
	margin:20px 0 0 22px;
	outline:none;
	font-weight:bold;
	padding-left:20px;
	border:0;
	color:#a9a9bc;
}
form .submit{
	width:100px;
	height:30px;
	margin:20px 20px 0 22px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border:0;
}
form a{
	text-decoration:none;
	color:#A9C500;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}