/* CSS Document */

@font-face {
	font-family: 'Clarendon';
	src: local('?'), url('fonts/clarendon_bt_roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
body, * { padding: 0; margin: 0; }

body { background:#F1EEEB; height:100%; }
*/

#frmLogonEdit {
width: 320px;
height: auto;
padding: 27px 40px 0 40px;
overflow: hidden;
border: none;
}

h1.title {
font-size: 30px;
font-weight: normal;
color: #000;
margin: 0 0 25px 0;
font-family: 'Clarendon', Georgia, Times;
}

#txtUserName, #txtPassword {
width: 300px;
height: 13px;
padding: 10px;
margin: 0 0 30px 0;
display: block;
font-size: 12px;
color:#000000;
font-family: Arial, Helvetica, sans-serif;
background: url(images/login_field.gif) no-repeat top left;
border: none;
}

label {
font-size: 16px;
color: #000;
font-family:Arial, Helvetica, sans-serif;
line-height: 20px;
margin: 0 0 10px 0;
display:block;
}

#cmdOK {
width: 149px;
height: 48px;
border:none;
margin: 0 8px 0 0;
background: url(images/login_login.png) no-repeat top;
}
#cmdOK:hover { background-position:bottom; }

#cmdCancel {
width: 159px;
height: 48px;
border: none;
background: url(images/login_cancel.png) no-repeat top;
}
#cmdCancel:hover { background-position:bottom; }

.disclaimer {
margin: 30px 0 0 0;
font-size: 13px;
color: #666;
font-family:Arial, Helvetica, sans-serif;
}

.disclaimer a {
color: #000;
text-decoration:none;
}