* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	width:100%
}		
body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
img { border:0 none}
table, tr, td, th {
	border:0 none;
	border-collapse:collapse;
	}

.clearfix:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}


.clear { clear:both; font-size:0px; overflow:hidden}
.float-l { float:left}
.float-r { float:right}

.padd-5 { padding-top:5px }
.padd-10 { padding-top:10px }	
.padd-15 { padding-top:15px }
.padd-20 { padding-top:20px }

.border-none {
	border:0 none!important;
	}

.display-none {
	display:none;
	}
.display-inline {
	display: inline!important;
	}
.align-center { text-align:center}	
.align-left { text-align:left}	
.align-right { text-align: right}	

.position-relative {
	position:relative;
	}
	
.main {
	margin:0 auto;
	width:800px;
	}
	

.header {
	margin-top:20px;
	background:url(../img/bg-head.jpg) left top no-repeat;
	padding:16px 0px 0 56px	
	}
.header .bann-left {
	width:134px;
	float:left;
	margin-right:67px
	}
.header .keep-box {
	width:230px;
	float:right;
	text-align:center;
	}
.header .keep-box span.text {
	display:block;
	font-size:12px;
	color:#db549c;
	padding:5px 0;
	text-transform:uppercase
	}

.header .logo {
	background:url(../img/logo.gif) left top no-repeat;
	width:311px;
	height:97px;
	float:left
	}

.content {
	padding:0 50px 0 55px;
	}
	
.admincontent {
	padding:0 50px 0 55px;
	}

.title {
	font-size:12px;
	text-transform:uppercase;
	padding:15px 0;
	text-align:center
	}
.title span.color-pink {
	font-size:16px;
	}
span.color-pink {
	color:#db549c;
	}



.left-block {
	float:left;
	width:290px;
	padding:15px 0;
	}
.right-block {
	float:right;
	width:400px;
	padding:15px 0;
	}

.line-blue {
	height:1px;
	background:#bce2f7;
	overflow:hidden;
	clear:both;
	border-bottom:1px solid #dbeffb;
	border-top:1px solid #dbeffb;
	}








