/*form*/
.form .row{	
	padding:7px 0 8px 0;
	min-height:25px;
}
.form .rowright{	
	padding:2px 0 3px 0;
	text-align:right;
}
.form label{
	font-size:13px;
	color:#666;
	display:block;
	padding:3px 0 7px;
	font-weight:bold;
}
.form label .red{
	font-weight:normal;
}
.form .lb-name{
	font-size:13px;
	color:#333;
	font-weight:normal;
	padding:2px 10px 0 0;
	width:inherit;
}
.form .text-outer{
	padding:0;
}
.form .text-outer input[type="text"], .form .text-outer input[type="password"], .form .text-outer textarea {
	margin:0 0 5px;
}
.form input[type=radio], .form input[type=checkbox]{
	vertical-align:middle;
	margin:0 0 2px;
}
.form .row .file-path{
	display:inline-block;
}
.form select{
	margin:0 3px 5px 0;
}
.form button, .form input[type=submit], .form input[type=button], .form input[type=reset]{
	vertical-align:top;
	margin:10px 10px 0 0;
}
.form .fix-inline label{
	float:left;
	width:150px;
	text-align:left;
}
.form .fix-inline .text-outer{
	margin-left:150px;
}
.form .text-outer div.label{
	float:left;
}
.form .red{
	vertical-align:top;
}
.form h3{
	color:#000;
	font-size:12px;
}
.form h6{
	font-weight:normal;
	color:#3a5979;
	font-size:12px;
	padding:4px 0 0;
}
.form .errorMessage {
    color:red;
    font-style:italic;
    padding:0;
}
.form .box-capcha{
	display:inline-block;
	border:1px solid #b8b8b8;
	margin:0 0 5px;
}
.btnnewimg{
    background: url(../images/btnnewimg.png) no-repeat;
    border:none;
    box-shadow:none;
    cursor:pointer;
    height:24px;
    margin:0 0 0 5px !important;
    text-indent:-9999px;
    vertical-align:middle !important;
    width:24px;
}
/*end form*/