/***********************************
 CSS Document 					   *
***********************************/
* {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
    background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
.txtForm, .txtform {
	background-color: #ffffff;
	border: 1px solid #a1a1a1;
}
.invisible {
	background-color: #ffffff;
	border: 0px;
}
.frmButton {
	background-color: #e0e0e0;
	border: 1px solid #464646;
	color: #464646;
}
.noclass {
	background: none;
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: 0px;
}
#wrap {
	width: 800px;
	margin: 0px auto;
}
	#top {
		height: 118px;
		background: url(../img/header.jpg) no-repeat;
		padding-left: 28px;
	}
		#top a img {
			margin-top: 46px;
		}
	#miniWrap {
		padding: 20px 10px 10px 10px;
		background: url(../img/wrapBg.gif) repeat-y;
	}
	.leftCol {
		width: 220px;
		padding: 0px 20px;
		float: left;
	}
	.rightCol {
		width: 500px;
		padding: 0px 20px 0px 0px;
		float: right;
	}
	#footer {
		background: url(../img/footer.gif) no-repeat top;
		padding: 20px 0px 0px 0px;
		color: #898989;
		font-size: 11px;
		text-align: center;
	}
		#footer a, #footer a:hover {
			color: #898989;
			font-weight: bold;
			text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
		}
.error {
	font-weight: bold;
	color: #D8000C;
	text-align: center;
	padding: 15px 15px 15px 30px;
	margin: 10px 0px;
	border: 1px solid #D8000C;
	background: url(../img/error.png) 10px 5px no-repeat #FFBABA;
}
.success {
	font-weight: bold;
	color: #338009;
	text-align: center;
	padding: 15px 15px 15px 30px;
	margin: 10px 0px;
	border: 1px solid #4DB415;
	background: url(../img/success.png) 10px 5px no-repeat #CAFAB0;
}
.info {
	font-weight: bold;
	color: #707172;
	text-align: center;
	padding: 15px;
	margin: 10px 0px;
	border: 1px solid #B7D1F9;
	background: url(../img/info.png) 10px 5px no-repeat #EDEDED;
}
.brokerMenu {
	background: url(../img/sp.gif) repeat-x bottom left;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}
	.brokerMenu a, .brokerMenu a:hover {
		padding: 5px;
		background-color: #efefef;
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		float: left;
		margin: 0px 3px 0px 0px;
		text-decoration: none;
	}
	.brokerMenu a:hover {
		background-color: #ffffff;
	}
	.brokerMenu a.act {
		background-color: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
a, a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.box, a.box:hover {
	font-size: 11px;
	font-weight: bold;
	color: ##DAECC8;
	text-decoration: none;
	display: inline;
}
a.box:hover {
	color: #ffffff;
}
	a.box span.bl {
		background: url(../img/btnLeft.png) no-repeat;
		width: 5px;
		height: 23px;
		display: block;
		float: left;
		margin: 0px 0px 0px 10px;
	}
	a.box span.bm {
		background: url(../img/btnBg.png) repeat-x;
		padding: 0px 10px;
		height: 23px;
		line-height: 23px;
		display: block;
		float: left;
	}
	a.box span.br {
		background: url(../img/btnRight.png) no-repeat;
		width: 5px;
		height: 23px;
		display: block;
		float: left;
	}
.div10pix{
	height: 10px;
	display: block;
}
ul {
	padding: 10px 0px 10px 10px;
	list-style: none;
}
	ul li {
		background: url(../img/li.gif) no-repeat 0px 6px;
		font-size: 12px;
		font-weight: bold;
		color: #898989;
		padding: 0px 0px 0px 20px;
	}

/************************************
 Clearfix 							*
************************************/
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
display:block;
}
