@charset "utf-8";
/* CSS Document */

* {
	border:none;
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	text-decoration:none;
	color:#781f1f;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.wrapper-outer {
	width:600px;
}
.wrapper {
	width:300px;
	margin:0 auto 40px auto;
}
.header {
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:50px;
}
.logo {
	width:180px;
	height:60px;
	float:left;
}
.slogan {
	float:right;
	text-align:right;
	width:200px;
	height:60px;
	line-height:60px;
	font-size:1.8em;
	padding-left:10px;
	margin-left:10px;
}
.login-line {
	font-size:0.8em;
	margin-bottom:10px;		
}
.login-form .bordered {
	border:1px solid #EFEFEF;	
	font-size:1.2em;
	padding:10px;	
	width:278px;	
}
.login-form input {
	width:80%;
}
.login-form .bordered i {
	margin-right:10px;
}
.button-bir {
	float:left;
	margin-right:10px;
}
.button-iki {
	float:right;
	margin-right:0px;
}
.button {
	font-size:1.2em;
	padding:10px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background:#333;
	color:#FFF;
	cursor:pointer;
}
.footer {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding:10px 0px 10px 0px;
}
.guvenli {
	float:left;
	margin-top:15px;
}
.ssl-badge {
	float:right;
}
.footer-text {
	margin-top:10px;
	font-size:0.9em;
	text-align:center;
	color:#999;
}
.footer-text p {
	margin-bottom:5px;
	color:#666;
}
.message {
	text-align:center;
	margin-bottom:20px;
	padding:10px;
	color:#FFFFFF;
	background:#781f1f;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
}