.samband {}		.samband form {}		.samband ul {		list-style: none;		padding:0px;	}		.samband ul li {			clear:both;			padding:5px 0;		}		.samband label {			display:block;			width:120px;			float:left;		}		.samband input { width:210px; }		.samband textarea { width:300px; height:80px; }				.samband input,		.samband textarea {			border: 1px solid #b5b5b5;			border-bottom:1px solid #7FC446;			font-size:11px;			font-family: arial;			padding:4px;		}		.samband .errFld {			border-bottom:1px solid red;		}		.samband .errMsg {			font-size:10px;			color:red;			padding-left:120px;			display:none;		}				.samband .captcha .errMsg {			padding:0px;		}