
/* commBLUE Login Form */

.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

input[type="text"],
input[type="submit"],
input[type="password"],
textarea,
button {
    -webkit-appearance: none;
    border-radius: 0px;
}

dl.zend_form {
	width: 400px;
}

dl.zend_form dt {
	float: left;
	margin: 5px 5px;
	clear: both;
	width: 220px;
}

dl.zend_form dd {
	float: left;
	margin: 5px 5px;
	width: 250px;
}

dl.zend_form dd input {
	width: 100%;
}

dl.zend_form dd input#rememberMe {
	width: 15px;
}

dl.zend_form dd input#login {
  background: none repeat scroll 0 0 #003060;
  border: 0 none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 6px 15px 8px 15px;
  width: auto;
}

dl.zend_form dd ul {
	color: red;
	margin: 0 0 0 15px;
	padding: 0px;
}

dl.zend_form dd ul.errors {
	width: 250px;
}
