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

#ms_container {
	margin:0 auto;
	width:700px;	
	text-align:center;
}

#ms_container h2 {
	padding:0; margin:0;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
}

#ms_container h1 {
	padding:0; margin:0;
	color:#4D4D4D;
	font-size:32px;
	font-weight:bold;
}

#ms_container h3 {
	padding:0; margin:0;
	margin-bottom:40px;
	font-size:14px;
	font-weight:normal;
	line-height:100%;
}

#ms_container h3 img {
	vertical-align:-4px;
	margin-left:2px;
	margin-right:2px;
	
}

#ms_tabs {
	width:700px;
	height:32px;
}

#ms_tabs ul {
	padding:0; margin:0;
}

.li_normal {
	list-style:none;
	float:left;
	margin:0 2px;
	text-align:center;
	background:url(Imgs/btn_menu.gif) 0px 0px no-repeat;
	width:115px;
	height:32px;
}

.li_sel {
	list-style:none;
	float:left;
	margin: 0 2px;
	text-align:center;
	background:#596472 url(Imgs/btn_menu.gif) -115px 0px no-repeat;
	width:115px;
	height:32px;
}

#ms_tabs li a {
	text-decoration:none;
	font-size:18px;
	line-height:32px;
	display:block;
	width:115px;
	height:32px;
	color:#000000;
}

#ms_wrapper {
	background:#82A3CE;
	width:700px;
	padding:0;
}

#ms_bcard {
	width:388px;
	margin:10px auto;
}
#ms_bcard_top {
	background:url(Imgs/bcard_top.gif) top left no-repeat;
	height:25px;
	width:388px;
}

#ms_bcard_top h1 {
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

#ms_bcard_cont {
	background:url(Imgs/bcard_mid.gif) left repeat-y;
	width:388px;
	height:auto;
}

#ms_bcard_content {
	padding:10px;
}

#ms_bcard_content p {
	padding:0; margin:0;
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #000;
	padding-top:3px;
	padding-bottom:3px;
}

#ms_bcard_content ul {
	padding:0;
	margin-top:20px;
	margin-left:5px;
	width:388px;
}

#ms_bcard_content li {
	list-style:none;
	float:left;
	margin:0 2px;
	text-align:center;
	background:url(Imgs/bcard_btn.gif) 0px 0px no-repeat;
	width:85px;
	height:19px;
}

#ms_bcard_content li a {
	text-decoration:none;
	font-size:10px;
	line-height:19px;
	display:block;
	width:85px;
	height:19px;
	color:#FFF;
}

#ms_bcard_bottom {
	background:url(Imgs/bcard_bt.gif) top left no-repeat;
	height:11px;
	width:388px;
}

#ms_cont {
	width:386px;
	padding:8px;
	margin:4px;
	border:1px dashed #000000;
	text-align:left;
}

#ms_cont p {
	margin:0;
	padding:0;
}

#col_left {
	width:400px;
	min-height:200px;
	float:left;
}

#ms_bcard {
	width:386px;
}

#col_right {
	width:275px;
	padding:6px;
	float:right;
}

#col_right img {
	width:215px;
	margin-top:10px;
	margin-bottom:10px;
}

#cf_content {
	width:370px;
	border:1px solid #000;
}

#cf_content ol {
	list-style:none;
}

#cf_content li {
	margin-top:6px;
	margin-bottom:6px;
}

#cf_content li label {
	float:left;
	width:100px;
}

#cf_content li .cf_textbox {
	width:200px;
	border:1px solid #666;
}

#cf_content li #txtMessage {
	width:200px;
	height:100px;
	border:1px solid #666;
}

#cf_content li .btn {
	border:1px solid #999;
}

#msg {
	padding:10px;
	border:1px solid #FFF;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

