@charset "utf-8";
/*------------------------------------------------------------------
Project:	Enchufada Contests
Version:	0.03
Last change:	21/05/09
Author:   Target
Corporate:   Ernst & Edgar
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

0. Body
1. Colors / Typography
2. Globals

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[0. Body]
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body{
	background: #000 url(../images/bg.jpg) repeat-x 0 0;
	min-width: 990px;
	line-height: 1;
	color: #292a2b;
	text-align: center;
	margin: 0 0 50px 0;
}

ol, ul {
	list-style: none;
}
table tr td input[type="password"],
table tr td input[type="text"],
table tr td textarea{
	width: 300px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #333;
	margin-bottom: 5px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
table tr td{
	padding: 4px;
}
table tr td h1{
	width:auto;
	float: left;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{ color:#bd0000; text-decoration: none;}
a:Hover{color: #292A2B;}
a img{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

h1{
	font-size: 40px;
	font-weight: bold;
}
p{
	font-size: 12px;
	font-weight: normal;
}


.logo{
	margin-left: 15px;
	float: left;
}

.clear{ clear: both;}
.wrapper{
	width: 990px;
	margin: 0 auto;
	text-align: left;

}
.content{
	width: 990px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding: 0 40px;
	float: left;
}
.content_wrapper > a{
	text-decoration: none;
}
.content_wrapper > a > h1{
	width: 960px;
	height: 70px;
	color: #292a2b;
	padding:25px 0 0 30px;
	background: transparent url(../images/content_h1_bg.png) no-repeat 0 0;
	
}
.content_wrapper > a:Hover > h1{
	color: #bd0000;
}
.content > h1,
.content > p{ 
	text-align: left;
	padding: 10px 0;
	float: left;
}
.content > img{
	border: 5px solid #d9d9d9;	
}
.content > p{
	width: 900px;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
.content > p.message{
	font-size: 20px;
    color: #bd0000;
    font-weight: bold;
}

.box{
	width: 700px;
	height: 130px;
	padding-left: 30px;
	color: #fff;
	background: transparent url(../images/box.png) no-repeat 0 0;
	float: left;
}
.box > p,
.box_checkbox{
	float: left;
}
.box_forms{	
	width: 260px;
	margin: 25px 15px 0 0;
	float: left;
}
.box_forms > h5{
	padding: 0 0 14px 0;
}
.box_forms > h6{
	color: #000000;
	font-weight: bold;
	margin:6px 2px; float: left;
}
.box_forms > p{ margin:5px 2px; float: left;}

.box_input{
	width: 230px;
	border: 0 solid;
	margin: 0 0 15px 0;
	background: transparent;
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
}
.box_submit{
	width: 66px;
	height: 46px;
	margin-top: 44px;
	border: 0;
	cursor:pointer;
	background: transparent url(../images/box_submit.png) repeat scroll 0 0;
	float: left;
}
.box_submit:Hover{
	background: transparent url(../images/box_submit.png) repeat scroll 0 46px;
}
.features{ 
	margin-left: 310px;
	float: left; 
}
.features > img{ float: left;}
.fleft{
	float: left;
}

/*------------------------------------------------------------------
[2. Login]
*/
.login_wrapper{
	margin: 60px;
	padding: 20px;
}




.table_subnav{
	width: 150px;
	font-size: 14px;
}
.table_subnav tr td{
	background-color: #e3e3e3;
	border-bottom: 1px solid #333;
	padding: 4px;
}
.table_subnav tr td a{
	color: #292A2B;
}
.table_subnav tr td a:Hover{
	color: #bd0000;
}


.table_btn{
	font-size: 14px;
	font-weight:normal;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #bd0000;
}

.table_btn:Hover{
	color: #fff;
	background-color: #292A2B;
}
.table_btn_ok{
	font-size: 14px;
	background-color:#65A24A;
	border-color:#A3D18E #386920 #386920 #A3D18E;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:normal;
	margin-left:4px;
	padding: 2px 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.table_btn_ok:Hover{
	color: #65A24A;
	background-color: #292A2B;
}

.table_list{
	border: 1px solid #333;
	background-color: #fff;
	margin-bottom: 20px;
	
}
.table_list tr td,
.table_list tr th{
	padding: 4px;
		border: 1px solid #E3E3E3;
}
.table_list tr td{
	font-size: 12px;
}
.table_list th{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background-color: #E3E3E3;
}

.user_info{
	background-color: #fff;
	margin-right: 25px;
	padding: 10px;
	float: right;
}
.user_info > p{
	font-size: 12px;
}
.user_info > p > a{
	padding-right: 8px;
}
.description {
width:640px;
}