@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane {
	text-align: left;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerbot {
	clear: both;
	min-height: 9px;
	padding-bottom: 1px;
}



/* =S Container Title ================================================= */
.Head1 {
	color: #484848;
	font: 22px/36px Arial,Verdana,sans-serif;
	white-space: nowrap;
}

.Head2 {
	color: #000;
	font: 26px/40px Arial,Verdana,sans-serif;
	white-space: nowrap;
}

.Head3 {
	color: #414141;
	font: bold 14px/38px "Trebuchet MS",Georgia,"Times New Roman",Times,sans-serif;
	white-space: nowrap;
}

.Head4 {
	color: #60A400;
	font: bold 18px/25px Arial,Verdana,sans-serif;
	white-space: nowrap;
}

.Head5 {
	color: #F14545;
	font: bold 18px/25px Arial,Verdana,sans-serif;
	white-space: nowrap;
}

.Head6 {
	color: #E7A74C;
	font: bold 18px/25px Arial,Verdana,sans-serif;
	white-space: nowrap;
}

.Head7 {
	color: #fff;
	font: bold 11px/34px "Lucida Grande",Arial,Helvetica,sans-serif;
	white-space: nowrap;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 {
	margin-bottom: 8px;
	border: 1px solid #c4c4c4;
	border-top: 7px solid #414141;
	padding: 3px 10px 0;
	background: #e8e8e8;
	color: #484848;
}
/* =E Container1 ====================================================== */



/* =S Container3 ====================================================== */
.Container3 .title {
	padding: 0 10px;
	border: 1px solid #cacaca;
	border-width: 1px 0;
	background: #fff url("images/bg_c4_title.jpg") repeat-x left top;
}
/* =E Container3 ====================================================== */



/* =S Container-login ====================================================== */
.Container-login .title {
	background: url("images/bg_c5_title.jpg") left top;
	text-align: center;
}

.Container-login .containerpane {
	min-height: 139px;
	border: 1px solid #cacaca;
	border-width: 1px 0;
	padding: 10px 10px 10px 222px;
	background: url("images/bg_c5.jpg") no-repeat 25px 46px;
	color: #333;
	font-size: 11px;
}

* html .Container-login .containerpane {
	height: 139px;
}
/* =E Container5 ====================================================== */



/* =S Container4 ====================================================== */
.Container4 {
	margin-bottom: 8px;
	border-top: 9px solid #62a503;
	padding: 0 10px 0 50px;
	background: #e0ecd1 url("images/icon_success.gif") no-repeat 12px 16px;
}

.Container4 .title {
	padding-top: 6px;
}

.Container4 .containerpane {
	color: #333;
}
/* =E Container4 ====================================================== */



/* =S Container5 ====================================================== */
.Container5 {
	margin-bottom: 8px;
	border-top: 9px solid #ef4545;
	padding: 0 10px 0 50px;
	background: #ffe3e1 url("images/icon_error.gif") no-repeat 12px 16px;
}

.Container5 .title {
	padding-top: 6px;
}

.Container5 .containerpane {
	color: #333;
}
/* =E Container5 ====================================================== */



/* =S Container6 ====================================================== */
.Container6 {
	margin-bottom: 8px;
	border-top: 9px solid #e7a84e;
	padding: 0 10px 0 50px;
	background: #fff0db url("images/icon_warning.gif") no-repeat 12px 16px;
}

.Container6 .title {
	padding-top: 6px;
}

.Container6 .containerpane {
	color: #333;
}
/* =E Container6 ====================================================== */


