﻿/*******************/
#Container{width:950px;margin:10px auto;text-align:left;
    position:relative;
    min-height:630px;
	height:auto!important;/*for FF*/
	>height:auto!important;/*for IE7*/
	height:630px;/*for IE6*/
}
#HeadLine
{
    width:950px;
    height:163px;
}

#MainContent
{
    position:absolute;
    top:36px;
    left:0;
    padding:0 10px;
}
#ExplainBtn
{
    text-align:right;
    margin:10px;
}
/*考试目录*/
.ReTui
{
    width:950px;
    overflow:hidden;
    margin:10px auto 8px;    
    background:url(/image/ReTuiBG.gif) no-repeat left top;    
}
.ReTui .wrapper
{
    padding:10px 12px 9px 86px;
    text-align:left;
    line-height:20px;
    background:url(/image/ReTuiBG_B.gif) no-repeat left bottom;  
}
.ReTui p
{
    margin:0;
    padding:0;
}
/*左侧图片按钮*/
#Navigation
{
    float:left;
    width:140px;
    height:400px;
    margin-top:70px;
    background:url(../../image/common/NavBg.gif) no-repeat left top;
    text-align:center;
}
#Navigation ul
{
    padding:15px 0;
    margin:0;
    list-style-type:none;
}
#Navigation ul li
{
    margin:10px 0;
}
#Navigation ul li a
{
    width:70px;
    padding-top:5px;
    height:73px;
}
#Navigation ul li a:hover
{
    background:url(../../image/common/CheckBg.gif) no-repeat left top;
}
/*右侧注册*/
#DetailContent
{
    width:760px;
    background:url(../../image/common/DetailContentBg.gif) no-repeat left top;
    padding:10px 0 0 20px;
    margin-left:135px
}
.MainContent
{
    display:inline;
    margin:20px 10px;
    text-align:center;
}

.SubmitBtn
{
background:url("../../image/auth/SubmitBtnBG.gif") repeat-x scroll left center #FEEEB1;
border-color:#F39D24 #CF6F18 #CF6F18 #F39D24;
border-right:1px solid #CF6F18;
border-style:solid;
border-width:1px;
color:#872600;
cursor:pointer;
display:block;
font-size:14px;
font-weight:bold;
height:28px;
margin:0 auto;
padding:3px 5px 0;
width:200px;
}
.toptip
{
    display:none;
}
.FormTable
{
    width:750px;
    border-collapse:collapse;
    line-height:16px;
    border-right:1px solid #ddd;
}
.FormTable th
{
    width:110px;
    text-align:right;
    padding:8px 12px;
    font-size:13px;
    vertical-align:top;
    border:1px solid #95C6F4;
    border-right:0;
    background:#E5F2FD;
}
.FormTable td
{
    text-align:left;
    padding:0 10px;
    vertical-align:top;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}


.TxtBox_W,.TxtBox_N,.TxtBox_E,.TxtBox_S
{
    width:200px;
    font-size:14px;
    height:20px;
    line-height:18px;
    padding:2px 0 0;
    margin:7px 0 6px 12px;
}
.TxtBox_W
{
}
.TxtBox_E
{
    background:#FFF4F4 url(../../image/auth/input_error_BG.gif) no-repeat right bottom;
}
.TxtBox_S
{
    background:#fff url(../../image/auth/input_success_BG.gif) no-repeat right bottom;
}
.Info_N,.Info_W,.Info_E,.Info_S
{
    padding:5px 5px 2px 20px;
    text-align:left;
    margin:6px 8px 6px 3px;
}
.Info_N
{
    color:#333;
}
.Info_W
{
    background:#E0F1FD url(../../image/auth/info_waring_BG.gif) no-repeat left top;
}
.Info_E
{
    background:#FDEBEB url(../../image/auth/info_error_BG.gif) no-repeat left top;
    padding-left:35px;
}
.Info_E strong
{
    color:#c30;
}
.Info_S
{
    background:#E6F7D9 url(../../image/auth/info_success_BG.gif) no-repeat left top;
    padding-left:35px;
}
.noscript
{    
    margin:20px 0 30px;
    text-align:left;
}
.AlertMes_B
{
    border:1px solid #fedcb7;
    background:#fff9f2 url(../../image/common/error.gif) no-repeat 28px 18px;
    padding:15px 56px;
    font-size:14px;
    line-height:24px;
    margin:10px 0 15px;
    text-align:left;
}
.AlertMes_B strong
{
    color:#c30;
}
.noscript h3
{
    font-size:12px;
    margin:0;
    padding:0;
    line-height:18px;
    color:#333;
}
.noscript ol
{
    margin:10px 0 10px 50px;
    padding:0;
    color:#333;
}
.noscript li img
{
    display:block;
    margin:0 0 8px;
}

.AgreeArticle
{
font-size:14px;
margin:10px auto;
width:300px;
}
.AgreeArticle a
{
    margin:0 2px;
}
.SuccessMes
{
    border:1px solid #cae2a4;
    background:#f7faf1 url(../../image/common/SuccessMessageIcon.gif) no-repeat 25px 17px;
    line-height:24px;
    padding:15px 15px 15px 66px;
    margin:10px 0;
    text-align:left;
    font-size:14px;
}
.SuccessMes strong
{
    color:Green;
}


