﻿/* CSS Document */
/*
****************************************************
*     CSS 2.0                                      *
*     written by Cem Yýldýz, erkcreative.com       *
****************************************************
*/

/*
ÖNEMLİ NOT
LÜTFEN BU DOSYADA DEĞİŞİKLİK YAPMAYINIZ.
CSS EKLEMELERİNİZİ extraStyle.css dosyalarına ekleyiniz. O dosyayı da bu dosya ile aynı folderda tutunuz.
*/
html{
	text-align:center;
	background-color:#c7dbf0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#2f2c46;
	font-size:12px;
	margin:0px;
	padding:40px 0px 0px 0px;
}

div,h1,h2,h3,h4,h5,h6{
	display:block;
	margin:0;
	padding:0;
}
img{
	border:0px;
}
a{
	color:#141f78;
	text-decoration:none;
}
a:hover{
	color:#ce142b;
}
.loginContainer{
	width:520px;
	text-align:left;
	margin:0 auto;
	padding:0px;
}
.header{
	width:520px;
}
.content{
	width:500px;
	padding:10px 10px 0px 10px;
	background-image:url('../images/online_05.gif');
}
.formContainer{
	width:480px;
	padding:5px 10px 5px 10px;
}

.line1{
	clear:both;
	width:390px;
	height:34px;
	margin:0 auto;
	padding:0px;
}
.line1 .alanAdi{
	float:left;
	width:120px;
	color:#141f78;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
}
.line1 .alanInput{
	float:right;
	width:270px;
	color:#ce142b;
	font-size:16px;
	font-weight:bold;
}
.line1 .alanInput .input1{
	width:250px;
	height:25px;
	color:#141f78;
	font-size:16px;
	border:1px #aeb4c1 solid;
}



.line2{
	clear:both;
	width:390px;
	height:34px;
	margin:0 auto;
	padding:0px;
}
.line2 .hataMesaji{
	float:left;
	width:250px;
	color:#ce142b;
	font-size:14px;
	padding-top:8px;
}
.line2 .alanInput{
	float:right;
	width:140px;
	color:#ce142b;
	font-size:16px;
	font-weight:bold;
}
.line2 .alanInput .inputImage{
	cursor:pointer;
}

.line3{
	clear:both;
	width:390px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#141f78;
}


.aciklama{
	width:480px;
	padding:10px;
	background-image:url('../images/online_10.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:114px;
	font-size:11px;
}
.footer{
	/*width:440px;*/
	height:65px;
	background-image:url('../images/online_11.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:19px 10px 0px 0px;
}
.footer a{
	background-position:left top;
	background-repeat:no-repeat;
	height:36px;
}
.footer a span{
	visibility:hidden;
}

.footer a:hover{
	background-position:left bottom;
}
.footer a.globalSign{
	float:left;
	background-image:url('../images/footer_03.gif');
	width:102px;
}
.footer a.visa{
	float:left;
	background-image:url('../images/footer_05.gif');
	width:67px;
}
.footer a.masterCard{
	float:left;
	background-image:url('../images/footer_07.gif');
	width:62px;
}
.footer a.erkYazilim{
	float:right;
	width:97px;
	background-image:url('../images/footer_09.gif');
}