/* @Start Login */
body { overflow: hidden; }

fieldset {
border: 1px solid #CCC;
font-family: arial, helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
height: 160px;
margin: 0 auto;
padding-bottom: 0;
text-align: center;
width: 400px;
}

label {
color: #333;
display: block;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 8px 0 3px;
}

legend {
color: #f58026;
}

input {
border: 1px solid #CCC;
color: #666;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: center;
margin: 0;
}

input.login {
background: #f4f4f4;
border: 1px solid #CCC;
color: #666;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 2px;
text-align: center;
margin: -8px 0 0;
}

p.authentication {
color: #333;
font-weight: normal;
height: 30px;
line-height: 30px;
margin: 55px 0 0;
}

body {
color: #666;
font-family: arial, verdna, tahoma, helvetica;
font-size: 12px;
}

a {
text-decoration: none;
}
/* @End Login */
