/*  
*	Criativo Design, contact@criativodesign.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;
	font:13px/22px Arial, serif;
	margin:0;
	padding:40px 0;
	background-image: url(http://www.criativodesign.com/wp-content/themes/criativo_red/images/background.jpg);
}

/* Login */
#login {
width:350px;
display:block;
margin:80px auto;
background: #fff;
border: 10px solid #f1f1f1;
}

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: 3px solid #eee;
}

.text:focus {
background: #fff8ee;
border: 3px solid #ddd;
}

.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 #eee;
-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:20px 30px;
}

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