input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b3c9e7;
}
.login {
	width: 60px;
	height: 20px;
	padding-top: 30px;
	margin: 0;
	border: 0;
	float: left;
	background: transparent url(../images/button_login.jpg) no-repeat center top;
	overflow: hidden;	
}
.submit {
	width: 60px;
	height: 20px;
	padding-top: 30px;
	margin: 0;
	border: 0;	
	background: transparent url(../images/button_submit.jpg) no-repeat center top;
	overflow: hidden;	
}
.form-label {
    float: left;
    width: 50px;
    padding-top: 5px;
    font-size: 11px;
    text-align: right;
}
.form-field {
    float: right;
    width: 125px;
}
.form-row {
    height: 20px;
    margin-top: 5px;
    clear: both;
}