body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.t_grey_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.t_grey_11_bold  {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.t_grey_14_bold  {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.t_green_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #006838;
}
.t_green_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006838;
}
.t_white_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.t_white_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.t_red_11 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #AF2A30;
}
.t_red_11_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AF2A30;
}

.t_red_14_bold {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #AF2A30;
}

.textarea_gray { 
background: url(/images/share/bg_search_box.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px; 
border: 0; 
margin: 6px 0 0 6px;
font-weight:normal; 
width: 300px; 
height:120px;
} 

.input_gray { 
background: url(/images/share/bg_input.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px;
border: 0; 
margin: 3px 0 0 6px;
font-weight:normal; 
width: 150px; 
height:20px;
padding-left: 8px;
} 

.input_gray_s { 
background: url(/images/share/bg_input_s.jpg) no-repeat; 
color: #666666; 
font-family:tahoma; 
font-size: 11px;
line-height:15px; 
border: 0; 
margin: 3px 0 0 6px;
font-weight:normal; 
height:20px;
padding-left: 8px;
} 

.error-require{
background-repeat:no-repeat;
font-family: Tahoma;
font-size: 11px;
color:#FF8080;
font-weight:bold;
padding-left:0px;
margin-left:0px;
}
.complete-require{
background-repeat:no-repeat;
font-family: Tahoma;
font-size: 11px;
color:#666666;
font-weight:bold;
padding-left:0px;
margin-left:0px;
}

a.LinkOk:link { color: #006633; text-decoration: none }
a.LinkOk:visited { color: #006633; text-decoration: none }
a.LinkOk:active { color: #006633; text-decoration: none }
a.LinkOk:hover { color: #006633; text-decoration: underline }


.TextComplete{
	color: #336600;
}
.TextWarning {
	color: #FF0000;
}