﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	/*vertical-align: baseline;*/
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
	background:#FFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1
{
    color:#524222;
    font-size:14px;
    line-height:20px;
}

.HeadTitle
{
    background-color: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 10px;
}

.MainForm
{
    padding: 10px 0;
    vertical-align: baseline;
}

.MainForm h2
{
    color:#524222;
    font-size:16px;
    line-height:20px;
    padding: 7px 0;
}


.MainForm .item
{
    border: 1px solid #BCD3D5;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 3px;
    position: relative;
    width: 232px;
}



.MainForm .input
{
     border-style: none;
    border-color: inherit;
    border-width: 0;
    color: #888888;
    font-size: 16px;
    background-color:transparent
    }

.MainForm .login-lab
{
    color: #999999;
    font-size: 14px;
    left: 3px;
    position: absolute;
    top: 8px;
}

.MainForm .itemcommand
{
    padding: 5px 0;
    height:30px;
}

.MainForm .BTSubmit
{
    background-color: #5F7894;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Microsoft Yahei',"微软雅黑","宋体",Tahoma,Arial,Helvetica,STHeiti;
    font-size: 14px;
    padding: 5px 10px;
}

p { line-height:25px;}
/*
a:link{color:#444;text-decoration:none; }
a:visited{color:#444;text-decoration:none; }
a:active{color:#444;text-decoration:none; }
a:hover{color:#777;text-decoration:none;}  
  
    */