select {
    width: 250px;
}

img {
	vertical-align: middle;
}

.fields {
	overflow: hidden;
	zoom: 1;
	font-family: verdana;
	font-size: 12px;
}

.fields div.row {
    margin-bottom: 10px;
}

.title {
    width: 200px;
    display: block;
    float: left;
}

.submit {
    text-align: left;
}

.submit input {
    width: 200px;
}

.errors li{
    color: red;
}