
form div { margin:5px 0;}
.int label { float:left; width:100px; text-align:right;}
.int input { padding:1px 1px; border:1px solid #ccc;height:16px;}
.sub { padding-left:100px;}
.sub input { margin-right:10px; }
.formtips{width: 200px;margin:2px;padding:2px;}
.onError{
    background: url(../images/reg3.gif) no-repeat 0 center;
	padding-left:25px;
	color:#000;
}

.onSuccess{
    background: url(../images/reg4.gif) no-repeat 0 center;
	padding-left:25px;
	color:#000;
}



.high{
    color:red;
}