/* dodokolik.com */

* {
	margin:0;
	padding:0;
}


h1 {
	font:bold 1.2em "Arial", serif;
	padding:5px;
	background-color:#dde2e3;
	color:#65777a;
	margin-bottom:5px;
}

p {
	font:0.7em "Arial", serif;
	color:#2d3648;
}

a img {
	border:0;
}

body {
	background:#2d3648 url(images/bg_giris.jpg) no-repeat center;
	height:100%;
}


#container {
	position:relative;
	width:516px;
	margin:0 auto;
}

#header {
	position:relative;
	width:516px;
	height:50px;
	background:url(images/bg_loginheader.jpg) no-repeat;
	text-align:right;
	padding-top:50px;
	
}


#login {
	position:relative;
	width:230px;
	float:left;
	border:4px solid #566789;
	background-color:#FFFFFF;
}

		#login_error {
			position:relative;
			width:188px;
			background:#990000 url(images/icon_warning.jpg) no-repeat top left;
			border:1px solid #ee1e1e;
			padding:5px 5px 5px 25px;
			margin:0 auto;
		}

#register {
	position:relative;
	width:260px;
	float:left;
	border:4px solid #566789;
	background-color:#FFFFFF;
	margin-left:10px;
}

		#register_error {
			position:relative;
			width:218px;
			background:#990000 url(images/icon_warning.jpg) no-repeat top left;
			border:1px solid #ee1e1e;
			padding:5px 5px 5px 25px;
			margin:0 auto;
		}
			#register_error p, #login_error p {
				color:#FFFFFF;
			}

#username, #password, #semail {
	width:202px;
	height:30px;
	border:4px solid #e1cea2;
	display:block;
	margin-bottom:5px;
	font-size:1.4em;
	color:#566789;
	background-color:#faf9ef;
}

	#rusername_check, #remail_check {
		margin-left:5px;
	}
form {
	display:block;
	padding:10px;
}
label {
	display:block;
	font:bold 0.9em "Arial", serif;
	color:#566789;
}

		label a, label span {
			font:0.8em "Arial", serif;
		}
		
		label img {
			margin-bottom:-3px;
		}



#rusername, #rpassword, #rpasswordt, #remail {
	width:232px;
	height:30px;
	border:4px solid #e1cea2;
	display:block;
	margin-bottom:5px;
	font-size:1.4em;
	color:#566789;
	background-color:#faf9ef;
}

#sifre-hatirlat {
	position:relative;
	height:1px;
	overflow:hidden;
}

								div.processStatusConfirm {
									position:relative;
									width:500px;
									padding:7px;
									border:1px solid #e7dc92;
									background-color:#fbf9ee;
									text-align:center;
									margin-top:150px;
								}
								
									

