
/* Reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
margin:0;
padding:0;
}
fieldset,img { 
border:0;
}
ol,ul {
list-style:none;
}
a {
outline: none;
text-decoration:none;
color: #000;
font-weight:bold;
border-bottom: 1px dotted #000;
}

/* General */
body {
background:#eee url(images/bg2.gif) repeat-x;
color:#000;
font:12px/18px "Lucida Grande",Lucida,Verdana,sans-serif;
margin:0;
padding:0;
}

.submit {
background:url(../images/blackgrad.gif);
color:#fff;
font-weight:bold;
font-size:13px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border: 1px solid #000;
padding:3px 8px 4px;
}

.submit:hover {
background: #000 url(../images/blackgrad.gif) bottom center;
cursor:pointer;
}

#log {
background: #eee;
}

#login {
background:#fff;
width:375px;
display:block;
border:10px solid #e1e1e1;
margin:80px auto;
}

h1 {
margin:10px 0 5px;
text-align:center;
background: #eee;
line-height:50px;
font-size: 18px;
border:1px solid #ddd;
}

label {
width:200px;
font-weight:700;
display:block;
float:left;
margin:15px 0 0;
}

input {
font-size:16px;
width: 300px;
}

.submit {
-moz-border-radius:8px;
-webkit-border-radius:8px;
background:#fff;
color:#333;
border:1px solid #fff;
float:right;
margin:10px 25px;
text-align:center;
width:100px;
font-weight:700;
-moz-box-shadow: 0px 0px 5px #178ef7;
}

.submit:hover {
background:#fff;
cursor:pointer;
-moz-box-shadow: 0px 0px 5px 2px #178ef7;
}

.exception {
width: 25px;
}

.message {
color:#000;
width:80%;
line-height:18px;
clear:left;
margin:40px auto 10px;
padding:15px;
}

.smallmarg {
margin:12px auto 0;
}

.fail {
background:#fcb9b9;
border:solid 1px #ae1b1b;
}

.inner {
padding:20px 30px;
}

.clr {
clear:both;
line-height:0;
height:0;
}
