@import url('../../../BG - 10.11/css/reset.css');

/* General Demo Style */
body{
	margin:0;
	padding:0;
    font-family: Arial Narrow, "华文细黑", Times, serif;
	margin:0; padding:0;
	
	width:1220px;
	height:600px;
	font-size: 13px;
	line-height:1.5em; 
}
a{
	color:#000;
	text-decoration:none;
}

.clr{
	clear:both;
}

h1, h2, h5{
	margin:20px 20px 10px 20px;
	font-size:36px;
	color:#fff;
	text-align:left;
	font-weight:700;
	text-shadow:1px 1px 3px #cacfd1;
    text-align:center;
}
h1 span, h5, .content p{
	font-size:18px;
	display:block;
	color:#5c8aa1;
	font-weight:400;
	padding-top:10px;
	text-shadow:0px 1px 1px #fff;
}
.line{
	background-color:#aec2cc;
	border-bottom:1px solid #fff;
	height:1px;
	width:500px;
	margin:20px auto;
}
.content{
	width:250px;
	float:right;
	font-family: 'PT Serif Caption', Georgia, serif;
}
.content p{
	padding:10px 0px;
	color:#8899a2;
	font-size:16px;
	
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.more{
    font-family: 'PT Serif Caption', Georgia, serif;
	position:relative;
	clear:both;
}
.more ul{
	display:block;
	height:32px;
	text-align:center;
}
.more ul li{
	display:inline;
	padding:2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#5c8aa1;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#fbf9f5;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#79a1b5;
	color:#fff;
	text-shadow:none;
}



/* 表单 Style for 博格 */

#contact_form { padding: 76px 0 0 0 ;
    width: 320px; 
    margin-bottom: 40px }
	
#contact_form form { margin: 0px;
    padding: 0 0 0 11px; }
	
#contact_form form .input_field { 
    width: 281px;
    padding: 5px;	
    color:#333;  
    background: rgba(255,255,255,0); 
    border:none; 	
    font-family: Tahoma, Geneva, sans-serif; 
    font-size: 12px; 
    margin-top: 3px;}

#contact_form form label { 
    display: block;
    margin:6.5px 12px 0 0 ; 
    width: 100px;
	font-size: 11px }
	
#contact_form form textarea { width: 281px; 
    height: 84px; 
    padding: 5px;
	margin:1px 0 0 0;
	overflow: hidden; z-index: y; clip:  rect(   ); 
    color:#333;
	border:none;
    background: rgba(255,255,255,0); 
    font-family: Tahoma, Geneva, sans-serif; 
    font-size: 12px; 
    margin-top: 3px;}
	
#contact_form form .submit_btn { 
    display: block;
	width:45px;
	height:25px;
	float:right;
	background: rgba(255,255,255,0);
	border:none;
	margin:8px 5px 0 0;
	cursor: pointer }