html, body {
	height: 100%;
}

img#login_image {
	display: block;
	margin: 0 auto;
}

.field {
	margin: 10px 0;
}

.field label,
.field input {
	display: block;
	font-size: 16px;
}

.field label {
	margin-bottom: 5px;
}

.field input {
	width: 280px;
	padding: 5px 7px;
	-webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
    border: 1px solid #ccc;
}

.checkbox label,
.checkbox input {
	display: inline;
}

.checkbox label {
	font-size: 13px;
}

.field input[type="radio"], 
.field input[type="checkbox"] {
	margin: 3px;
	width: auto;
}

#login-form .btn {
	float: right;
	margin-top: -30px;
}

/* 

#login .ui-button {
	border: 1px solid #d3d3d3;
	
	font-weight: normal;
	color: #555555;
}
 */


/* 
#login .ui-button, #login button {
    background: #999 url("../img/bg_btn.png") repeat-x scroll center top #B9AB7B !important;
    
    
	background: url("") repeat-x scroll center top #B9AB7B !important;
    background-color: #333 !important;
    border: 1px solid #AEA278 important;
    
    
    border: 1px solid #AEA278 important;
    color: #ccc;
    text-align: center;
    text-shadow: none;
}
 */

#login .ui-dialog {
	box-shadow: 0 2px 5px #888;
}

#login .ui-widget-header {
	border: none;
	-webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    border-radius: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	background: white url(initial);
}