* {
	margin: 0;
	padding: 0;
}
	
body {
	background: url(/mimg/bg-body.gif) left top repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
    width: 95%;
    margin: 0 auto;
	}
a {
	text-decoration: underline;
	}
a:hover {
	text-decoration:none;
	}
img { border:0 none}

table, tr, td, th {
	border:0 none;
	border-collapse:collapse;
	}

th, td {
border-collapse:collapse;
padding:0;
text-align:left;
vertical-align:top;
}

ul, ul li {
	padding:0;
	margin:0;
	display:block
	}

	ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	list-style:none
	}
.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;
	/*min-width:240px;
	max-width:320px;*/
	}
.min-width {
	width:233px;
	height:1px;
	font-size:0px;
	clear:both;
	overflow:hidden
	}
.header {
	width:100%;
	}
.header .logo {
	background:url(/mimg/logo.gif) left top no-repeat;
	width:64px;
	height:28px;
	float:left
	}


.content {
	border-bottom:1px solid #d9d9d9;
	/*border-top:1px solid #d9d9d9;*/
	padding:10px 0;
	
	}

.corners-top {
	background:url(/mimg/lt.gif) left top no-repeat;
	}
.corners-top-right {
	background:url(/mimg/rt.gif) right top no-repeat;
	}
.corners-bott {
	background:url(/mimg/lb.gif) left bottom no-repeat;
	}
.corners-bott-right {
	background:url(/mimg/rb.gif) right bottom no-repeat;
	}
	
	
	
	
	
	
.bg-yellow {
	background:#f3e85b;
	width:235px;
	margin:0 auto
	}

input.text {
	border:1px solid #000000;
	padding:1px 5px;
	}

.footer {
	font-size:12px;
	padding-top:10px
	}
.footer  a {
	color:#1a3dc1
	}
.footer p {
	margin:0;
	padding:2px 0
	}
	
.logout {
	background:#fbf6c4;
	float:right;
	padding:2px 0;
	font-size:10px;
	width:70%;
	text-align:center
	}
.logout a {
	color:#000000;
	}

strong.name-page {
	display:block;
	font-size:12px;
	}


.formWaterMark {
    color: #999999;
}



