body
{
	width:1000px;
	height:100%;
	margin:0 auto;
	font-size:13px;
	line-height:150%;
	font-family:Verdana,"宋体",Helvetica,Arial,sans-serif; 
	color:#222222;
	background:transparent url(../img/pagebg.gif);
	/*background-color:#9E9e9E;
	background:transparent url(../img/bgf.gif);
	
	background:#000 url(../img/typic6_11.jpg) repeat-x scoll;
	background:transparent url(../img/typic6_11.png) repeat-y scroll 0;*/
}
a
{
	text-decoration:none;
	
	
}
a:link 
{
	color:#003366;
	text-decoration:none;
	
}
a:visit 
{
	color:#800080;
	text-decoration:none;
}
a:hover 
{
	color:#CD0102;
	text-decoration:underline;
}
.input
{
	text-align:center;
}
.basemargin
{
	margin-top:5px;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	font-size:0;
	height:0;
	line-height:0;
	clear:both;
}
 fieldset 
 {
  
  margin-bottom: 5px;
  padding-bottom:0;
  clear:both;
/* 
border:1px solid #61AFA6;
-moz-border-radius-topleft:5px;
   padding:3px 10px;*/
}
legend
{
    color:#004242;
    font-weight: bold;
    padding: 3px 5px;
    /*
    padding: 3px 2px;
    background-color:#0E7F7F;*/
}
/*==========code area ========*/
.html_code
{
    border:1px dotted #8394B2;
    background-color:#FAFCFE;
    width:590px;
    border-left:4px solid #336699;
    margin-bottom:10px;
}
.code_title
{
    padding:3px;
    background-color:#ACC3E6;
    font-weight: bold;
}
.code_area
{
    padding: 6px;
    font-size:12px;
    width:580px;
}
.code_area textarea
{
	width:99%;
}
.com_code
{
    border:1px dotted #8394B2;
    background-color:#FAFCFE;
    width:590px;
    border-left:4px solid #8394B2;
    margin-bottom:10px;
}
.com_title
{
    padding:3px;
    background-color:#E4EAF2;
    font-weight: bold;
}
.com_area
{
    padding: 6px;
    font-size:12px;
}
/*==========end of code area ========*/

.Complete
{
    background:#DDFFDD none repeat scroll 0% 50%;
    border:1px solid Green;
    color:Green;
    display:block;
    font-weight:bold;
    line-height:22px;
    margin:5px 0;
    padding:0 5px;
    z-index: 10;
    position:absolute;
    width:230px;
}
.Warning
{
	background:#F7CDC3 none repeat scroll 0;
	border:1px solid red;
	color:red;
	display:block;
	font-weight:bold;
	line-height:22px;
	margin:5px 0;
    padding:0 5px;
    z-index: 10;
    position:absolute;
    width:230px;
    cursor:default;
}
.hidden
{
	display:none;
}
div.line 
{
	background:transparent url(../img/line.jpg) repeat-x scroll 0;
	line-height:17px;
	width:97%;
}
div.wline
{
	background:transparent url(../img/wline.jpg) repeat-x scroll 0 bottom;
}
.dragable
{
    position:absolute;
}