/*  
*	Thomas Marshall, tom@sirestudios.com
*/

/* 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: #333;
font-weight:bold;
border-bottom: 1px dotted #333;
}
a:hover {
border-bottom: 1px solid #333;
}

/* General */
body {
background:#1a5173;
color:#121212;
margin:0;
padding:40px 0;
}

/* Login */
#login {
width:750px;
display:table;
margin:30px auto;
background: #fff;
border: 1px solid #0b3650;
display: flex;
}

h1 {
margin:0 0 5px;
text-align:center;
background: #f1f1f1;
line-height:50px;
font-size: 30px;
font-weight: 100;
border:1px solid #ddd;
}

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

input {
width: 280px;
padding: 4px;
font-size: 18px;
background: #fff;
border: 1px solid #ddd;
}

.text:focus {
background: #fff8ee;
border: 1px solid #ccc;
}

.text {
-moz-box-shadow: 1px 2px 3px #e5e5e5;
box-shadow: 1px 2px 3px #e5e5e5;
-webkit-box-shadow: 1px 2px 3px #e5e5e5;
}

.submit {
float:right;
font-size: 15px;
padding: 7px 12px;
margin:12px 5px 10px 25px;
text-align:center;
width:100px;
color: #fff;
font-weight: bold;
background:#121212 url(../img/menu_bg.gif) bottom right repeat-y;
border: 3px solid #888;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.submit:hover {
background-position: center right;
cursor: pointer;
}

.exception {
width: 25px;
}

/* Messages */
#message {
display:block;
margin: 15px 0;
text-align:center;
width:100%;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 0;
}

.success {
background: #d8f3d5;
border: 1px solid #1b7d19;
}

.error {
background: #f3d5d5;
border: 1px solid #991d1d;
}

#message p {
margin: 10px;
}

.inner {
padding:40px 45px;
}

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