﻿input[type=text],input[type=password]{
    border:1px solid #d9d9d9;
    margin:3px;
    background-color:Transparent;
}
textarea{
    border:1px solid #d9d9d9;
    margin:3px;
    font-size:12px;
}

.Search{
    background-image:url(../icon/page_search.png);
    background-repeat:no-repeat;
    background-position:3px center;
    padding-left:20px; 
    color:Gray;
   
}
span{
    font-size:12px;
}
.RedFont{
    color:Red;
}
.GrayFont{
    color:Gray;
}
a{
    text-decoration: none;
    font-size:12px;
}
a:hover{
    text-decoration:underline;
}
label{
    font-size:12px;
}

.PageCaption{
    padding-left:20px;
    font-family:黑体;
    background:url(../icons/vcard.png) no-repeat left center;         
    margin:8px;
    color:#3CC3F4;
    
    
}
p
{
    font-size: 12px;
    text-indent: 20pt;
    margin:5px;
}
.spliter{
    border:0px;
    border-top:1px dotted #d9d9d9;         
       
    color:White;    
}

.memoText{
    font-size:12px;
    color:Gray;
    
}
input.error{
    border:1px dotted red;
}
label.error,.warning{
    color:Red;
    vertical-align:middle;
    
    padding-left:16px;
    background-image:url(../icon/check_error.gif);
    background-repeat:no-repeat;
}
.checksuccess{
    background-image:url(../icon/check_right.gif);
    background-repeat:no-repeat;
}

.Tooltip{
    border:1px solid #d9d9d9;
    background-color:#FFFFCC;
    margin:5px;
    padding:5px;
    display:block;
}
.TipCaption{
    margin:0px;
    background:url(../icons/vcard.png) no-repeat left center;         
    font-weight:bold;
    padding-left:20px;
    color:Gray;
    font-size:14px;
}
.GroupCaption{
    border-bottom:2px solid #00B0F0;
    height:30px;
    clear:both;
    zoom:1;
    text-align:left;
    display:block;
    
}
.GroupCaption h3{
    background-color:#00B0F0;
    font-size:14px;
    font-weight:bold;
    color:White;
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
    margin-left:10px;
    margin-right:10px;
    margin-top:0px;
    height:30px;
    float:left;
}

a.Icon{
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:left center;  
    padding-top:3px;
    padding-bottom:3px;   
    margin-top:0px;   
    
}
h3.GroupText{
    border-bottom:1px solid #e6e6e6;
    margin-right:10%;
    padding:4px;
    font-family:黑体;
}
.FormCaption
{
    text-align: right;
    vertical-align: top;
    padding-top:5px;
}
.FormCaption label{
    font-family:微软雅黑;
    font-size:12px;
    white-space:nowrap;
    
}
.EditForm{
    margin-left:20px;
    margin-right:20px;
}
.InputArea{
    vertical-align:top;  
    text-align:left;    
}

.InputArea input {
     vertical-align:top;
     
}

.LinkList{
    margin:3px;
    float:right;
    clear:both;
}
.LinkList a, .LinkList span
{
    float: left;
    display: block;
    margin: 2px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid white;
    text-decoration: none;
    
}
.LinkList a{
    color:#0C9ECF;
}
.LinkList a:hover{
     border:1px solid #99D8ED;
    background-color:#DCF2F9;
}
.LinkList span{
    font-weight:bold;
    
}
label.GuideCaption,h4.GuideCaption{
    font-family: 微软雅黑;
    font-size:12px;
    padding:3px;
    font-weight:bold;
    color:#3C3C3C;
    line-height:16px;
    margin:3px;        
}
ul.InfoList{
    margin-left:20px;    
}
ul.InfoList li{
    list-style-type:disc;
    font-size:12px;
    color:#3C3C3C;
}

.TokenArea{
    cursor: text;
	border: solid 1px silver;
	width: 300px; 
	height: 40px;
	padding: 5px;
	margin-bottom: 15px;
	background: #fff;
}