/* CSS Document */
	body{
		margin:0px;
		margin-top:6px;
		color:#4B4B4B;
		font-family:Arial, Helvetica, sans-serif;
		height:100%;
		background:#ffffff;
		}
		
	div{font-size:12px;font-family:Arial;}
	img{border:0px}
	input{border:#d8d8d8 1px solid;background:#ffffff;}
	select{background:#ffffff;}
	textarea{border:#d8d8d8 1px solid;
		width:445px;
		height:185px;
		overflow:hidden;
		background:#ffffff;}
	
	.red{color:#f00;
	font-weight:bold;}
	.bold{
	font-weight:bold;}
	.iconfont{
	font-family:Webdings;
		}
	
	a:link{color:#4B4B4B;
		text-decoration:none;
		font-size:12px;
		}
	a:visited{
		color:#4B4B4B;
		text-decoration:none;
		font-size:12px;}
	a:hover{
		color:#ff6600;
		text-decoration:none;
		font-size:12px;}
	.both{clear:both}
		
	#main{
		margin:0px auto;
		width:998px;
		height:100%;
		
		}
	#bottom{
	height:50px;
	width:988px;
	text-align:center;
	color:#ffffff;
	padding-top:20px;
	margin:0px auto;
	margin-top:20px;
	background:url(../../jsp/images/images_vod/bottom_bg.gif) repeat-x;
	}
		
	#usermenu .logo{
	float:left;
	width:200px;
	padding-left:30px;}
	
	#usermenu #menu{
	float:right;
	margin-top:21px;
	margin-right:15px;
}

#usermenu #menu a:link{
	color:#146cac;
	text-decoration:none;
	}
#usermenu #menu a:visited{
	color:#146cac;
	text-decoration:none;
	}
#usermenu #menu a:hover{
	color:#146cac;
	text-decoration:none;}
#banner{margin-top:6px;}
#banner .left{
	float:left;}
#banner .right{
	float:left;}
	
#content{
	width:988px;
	border:#dadfe2 1px solid;
	margin-top:6px;
	clear:both;
	background:url(../../jsp/images/user/content_top_bg.gif) repeat-x;
	}
#content #title{
	color:#156aaa;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:6px;
	padding-left:25px;
	background:url(../../jsp/images/user/title_icon.gif) no-repeat;}
	
#content .line{
	margin:0px auto;
	}
#content .title2{
	font-weight:bold;
	font-size:14px;}
#content .p1{
	width:200px;
	height:18px;
	margin-left:20px;}
#content .pd1{
	margin-left:20px;}

#content .bt{
	width:89px;
	height:30px;
	background:#eeeeee;
	color:#136baa;
	font-weight:bold;
	font-size:14px;
}
#content .bt2{border:#45b0da 1px solid;background:#ebf2f8;color:#156aab;padding-top:3px;padding-left:5px;padding-right:5px;}


.necessary_input_hint{
	font-size:16px;
	color:red;
	margin-left:3px;
	margin-right:5px;
	
}








