/*--------------------------------------------------------*/
/* Base 
/*--------------------------------------------------------*/
* {margin: 0; padding: 0}
html,body {color: #7f7f7f; font-family: Arial,Verdana,Helvetica; font-size: 12px;}
body {position:relative; left: 0px; top: 0px; z-index: 0; width: 100%; height: 100%;}
input, select, option, textarea {font-family: Arial,Helvetica; font-size: 12px;}
input, textarea {border:1px solid grey;}
iframe {border: 0}
ul,ol {list-style-type: none; list-style-image: none;}
a {text-decoration: none; color: #79A9B6; outline: 0; font-weight:bold;}
a:hover { text-decoration: underline;}
img {border: 0;}
fieldset {border: 0}


/*--------------------------------------------------------*/
/* Header
/*--------------------------------------------------------*/

  #breadcrums{
    margin-left: 50px;
  }

#header #logo {
	background:transparent url(../logo.png) no-repeat scroll 0 0;
	width:180px;
	height:60px;
}
#header #logo a:hover{ text-decoration:none;}

#header {
	background:transparent url(../images/header.jpg) repeat-x scroll 0 0;
	height:55px;
	min-width:760px;
	}

#logo{
	padding: 0;
	float: left;
}
#logo{
	padding:0 90px 30px;
}

#header ul {
	padding-left:10px;	
	float: right;
	list-style: none;
	}
#header ul li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #e5e5e5;
	padding: 8px 3px 7px 20px;

	}
#header ul li span{
	font-size:9px;
	color:#777;
	}
#header ul li a:link, #header ul li a:visited {
	float: left;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}
#header ul li a:hover {
	color: #e5e5e5;
	text-decoration: none;
	}
#header ul li:hover {
	position: relative;
	}
#header ul li:hover ul {
	left: 0;
	top: 34px;
	display: block;
	background: none;
	position: absolute;
	}
#header ul li:hover ul li {
	float: none;
	background: none;
	}
#header ul li:hover ul li a:link,
#header ul li:hover ul li a:visited {
	float: none;
	width: 10em;
	display: block;
	padding: 6px 20px;
	background: #222;
	border: 1px solid #191919;
	border-top: 1px solid #292929;
	}
#header ul li:hover ul li a:hover {
	}

.plataformas {float:left}
.plataformas ul li {
        float:left;
        padding-left:10px;
        margin-left:7px;
        font-size:14px;
        margin-top:6px
    }
.plataformas ul{padding-left:43px}

/*******************************************/
/**************User Box**********************/
/*******************************************/

#userbox {
	height:60px;
	float:left;
	width:100%;
}
.user_session_links {
	background:#F8F8F8 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:right;
	margin-right:40px;
	padding:5px;
	width:30%;	
}
.user_session_links a{
	color:#000;
}


.user_session_links ul li{
	float:left;
	margin-right:10px;
}

.user_session_links ul {
 background:#F8F8F8 none repeat scroll 0 0;
 margin:0px;
 padding:0px;
 line-height:1em;
 list-style-type:none;
}

.user_session_links>ul {
/*
 border-top:1px solid #333;
*/
}

.user_session_links ul li {
 position:relative;
 margin:0px;
 padding:0px;
 float:left;
 display:inline;
 padding-right:1px;
 height: 1%;
}

.user_session_links ul li ul {
 position:absolute;
 z-index:1;
 display:none;
 min-width:170px;
 max-width:200px;
border:1px solid #ccc;
 background:#fff;
 opacity:0.95;
 _width:170px;
 *opacity:1;
 *top:15px;
 *left:0px;
}

.user_session_links ul li:last-child ul {
 right:1px;
}


.user_session_links ul li:hover ul,
.user_session_links ul li ul:hover {
 display:block;
}

.user_session_links ul li ul li {
 float:none;
min-width:170px;
 max-width:200px;

 display:block;
}

.user_session_links ul li ul li a {
 display:block;
 width:auto;
 border:none;
 padding:0.4em;
 padding-left:1em;
 color:#777;
}

.user_session_links ul li a {
 display:inline-block;
 padding:3px 5px;
 padding-left:7px;
 padding-right:7px;
 text-decoration:none;
 font-weight:bold;
 color:#777777;
 height: 1%;
}

.user_session_links ul li strong a {
 background:#ccc;
 color:#333;
}

.user_session_links ul li strong a:hover,
.user_session_links ul li a:hover,
.user_session_links ul>li:hover strong a,
.user_session_links ul>li:hover>a {
 background:#ccc;
 color:#fff;
}

.user_session_links ul li ul li a:hover {
 background:#CCCCCC;

}

#version {
 position:relative;
 float:right;
 display:inline;
 margin-left:1px;
 font-size:x-small;
 margin-bottom:0px;
 margin-top:2px;
 color:#999;
}

div.clear {
 clear:both;
 font-size:1px;
 line-height:1px;
}


	
/*
.user_session_links ul li ul {
    display:none;
    position:absolute;
}

.user_session_links ul li:hover ul {
	display: block;
	background: none;
	border: 1px solid #ccc;
	border:1px solid #C2CFF1;
	clear:both;

	}
.user_session_links ul li:hover ul li {
	float: none;
	margin:0;
	position: relative;
	font-weight:normal;
	}
.user_session_links ul li:hover ul li a:link,
.user_session_links ul li:hover ul li a:visited {
	float: none;
	display: block;
	padding: 6px 20px;
	text-decoration:none;  
	background: #FFF;

	}
.user_session_links ul li:hover ul li a:hover {
background:#F8F8F8 none repeat scroll 0 0;
color:#79A9B6;
	}
*/

.flash {
	color:#195FAE;
	float:left;
	font-size:1.4em;
	margin-left:100px;
	padding:10px 40px 10px 10px;
	text-align:right;
	
}

.link_box {
	border-color:#BCBCBC;
	border-style:solid;
	border-width:1px 1px 1px 10px;
	color:#CCCCCC;
	display:inline;
	padding:6px 6px 0;
}
#loading {
	background-color:#CF4342;
	color:#FFFFFF;
	display:none;
	padding:3px;
	position:fixed;
	right:0;
	top:0;
}

/*--------------------------------------------------------*/
/* Body
/*--------------------------------------------------------*/
# {width: 100%; min-height: 768px; clear: both; overflow: hidden;}
#mainContent {float: left; width: 60%; margin-right: 1.5em; margin-left: 40px; padding: 1.0em; background: #fff;}


/* Right Column Classes */
.rightCol {float: left; width: 25.8em; overflow: hidden;}
.rightCol .supportItem {float: left; clear: both; width: 23.8em; margin-bottom: 1.5em; padding: 1.0em;}
.rightCol .supportItem p {padding: 0.3em 0; width: 20em;}
.rightCol .supportItem p.headerText {}
.rightCol .supportItem strong {color: #414141;}
.rightCol .supportItem ul {background: #F8F8F8;}
.rightCol .supportItem li {padding: 5px 0;}
.rightCol .supportItem li.last {padding-bottom: 0;}
.rightCol .supportItem .profileConnections {width: 275px; background-color: #fff; margin-bottom: 0.5em; overflow: hidden;}
.rightCol .supportItem .profileConnections li {float: left; display: block; margin-left:3px; margin-bottom:0px; border:0;width:80px;height:75px; overflow: hidden;}


/*--------------------------------------------------------*/
/* Footer
/*--------------------------------------------------------*/
#footer {
	background:transparent url(../images/header.jpg) repeat-x scroll 0 0;
	clear:both;
	color:#FFF;
	line-height:26px;
	padding:5px;
}
#footer a{
color:#FFF;

}


/*--------------------------------------------------------*/
/* Buscadores
/*--------------------------------------------------------*/
.buscador input[type="text"] { border:1px solid #8B7F7F; width:400px; padding:4px;color:#8B7F7F;}
.buscador{ background-color:#F8F8F8; float:left; padding:10px 0 10px 10px; width:99%;}



/* misc
--------------------------------------------------------- */

.floatRight { float:right; }
.floatLeft { float:left; }
.fontGreen { color:green; }
.fontRed { color:red; }
.hide { display:none; }
.show { display:block; }
.noborder {text-decoration:none;}
.box_description {
	margin-top:10px;
}
.box_description #datos {
	padding-left:10px;
}

/* self clearing floats */
* html .clearfix {
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}

*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}
.inner {
	width: 90%;
	min-width: 700px;
	margin: 0 auto;
	}

.clearBoth {clear: both;}

.tags {
	background:transparent url(../images/tag_red.png) no-repeat scroll 0 0;
	height:16px;
	padding-left:20px;
}

	
/** FORM TOOLS **/
textarea{ width:300px; height:75px;}

input[type="submit"],
input[type="button"]{
	background:#666666 none repeat scroll 0 0;
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	width:80px;
	padding:4px;
}
input[type="submit"]:hover,
input[type="button"]:hover 
{
	background:#999;
}
input[type="text"],
input[type="password"], 
select {float: left; width: 200px;  border:1px solid #AFAFAF;margin-right: 1em; font-size:14px;}
option {float: left; }

select {min-width:80px;width:auto;}
	
/*--------------------------------------------------------*/
/* FORO
/*--------------------------------------------------------*/
.foro {
	
	float: left;
	width: 100%;
}
.tema{
  width: 100%;
  margin:5px;
  padding:5px;
  border: 1px solid #CCCCCC;
}


/*--------------------------------------------------------*/
/*  Generic Form Box
/*--------------------------------------------------------*/
.genericFormBox {margin-bottom: 2.5em;}
.genericFormBox dt {margin-bottom: 0; padding: 0.5em 1em;  font-weight: bold; color: #414141; background-color: #e7e7e7;}
.genericFormBox dt span {}
.genericFormBox dd {overflow: hidden; padding: 1.75em 1.8em 0; background-color: #F8F8F8; clear: both;}
.genericFormBox dd ul li {display: block; width: 100%; float: left; clear: both; margin-bottom: 0.75em;}

.genericFormBox dd ul li ul.inlineList {float: left;}
.genericFormBox dd ul li ul.inlineList li {clear: none; display: block; float: left; margin-right: 2.5em; margin-bottom: 0;}
.genericFormBox dd ul li ul.inlineList li input {float: left; margin-right: 0.5em;}

.genericFormBox dd label {display: block; float: left; width: 13.0em; padding-bottom:5px; color: #999;}	

.genericFormBox dd ul li ul.inlineList li label.intLabel {float: left; font-weight: normal; color: #999;}	
.genericFormBox dd table tr td{padding-right:50px;padding-bottom:10px;}
.genericFormBox dd li .textDisplay {float: left; color: #666;}
.genericFormBox dd li .textDisplay span {font-style: italic;}
.genericFormBox dd li p {margin-bottom: 1.0em; line-height: 1.4em;}
.genericFormBox dd ul li .fecha_nacimiento select {float: left; width: 1px;  border:1px solid #AFAFAF;}

.genericFormResponse {border-style:solid;border-width:1px;border-color:red;text-align:center;height:30px;line-height:250%}
.genericFormBox dd table.mceLayout tr td{padding:0;}


/*--------------------------------------------------------*/
/*  Login Form Box
/*--------------------------------------------------------*/
.loginFormBox ul li {display: block; width: 100%; clear: both; margin-bottom: 0; padding-left:5px;}
.loginFormBox label {display: block;  width:75px; float:left; margin-left:20px; color: #999;}	
.loginFormBox input[type="text"],
.loginFormBox input[type="password"] {display: inline; margin-left:10px; width:125px;}
.loginFormBox li p {display: inline; margin-left:20px; width:100%;}
.loginFormBox .login_error{color:red;}
.loginFormBox li input[type="submit"].submit_button{width:60px;height:30px;}
.genericBox {
background-color: #e7e7e7;
}
/*--------------------------------------------------------*/
/* AVATARS
/*--------------------------------------------------------*/
.avatarvideo,
.avatarb,
.avatars, 
.avatarm {background-color:#FFFFFF;border:1px solid #D3D3D3; }
.avatarvideo:hover,
.avatarb:hover,
.avatars:hover, 
.avatarm:hover {background-color:#FFFFFF;border:1px solid #191919; }

.avatarvideo {padding:6px;}
.avatarb {padding:6px;}
.avatarm {padding:4px;}
.avatars {padding:3px;}

/*--------------------------------------------------------*/
/* LISTS
/*--------------------------------------------------------*/
.profileConnections li {margin-bottom: .5em; padding-bottom: .5em; color: #414141; font-weight: bold; border-bottom: dotted 1px #b9b9b9;}
.dottedList li.first {padding-top: 0.4em; font-size: 1.1em; border-top: dotted 1px #b9b9b9;}
.dottedList li.last {border-bottom-width: 0;}

h2.dotted {margin-bottom: 0.5em; padding-bottom: 0.5em; font-size: 2.0em; color: #414141; border-bottom: dotted 1px #b9b9b9;}
h2.dotted span {color: #999;}

.dashedBorderBottom li {clear: both; display: block; border-bottom: 1px dashed #d9d9d9;font-size:11px;}
.dashedBorderBottom li a {font-size:12px;}
.dashedBorderBottom li li {border-bottom-width: 0;}
h2.bottomBar,h2.bottomBar_little,h2.bottomBar_home { border-bottom:2px solid #E0E1E2; clear:both; color:#D51007; display:block; font-size:14px; letter-spacing:-0.05em; padding-bottom:5px; padding-top:20px; }
h2.bottomBar_little { border-bottom: 1px solid #bcbcbc; }
h2.bottomBar span {color: #999;}
h2.bottomBar a {font-size:11px; }
h2 a { font-size:14px; font-weight:bold;}
.contentBoxListMiembros, .contentBoxList{margin-top:10px; border:0;float:left; width:100%;}

.contentBoxListMiembros ul, .contentBoxList ul { margin: 10px; padding: 0; list-style: none; }	


.contentBoxList ul li { display:block; float:left; margin-bottom:20px; margin-right:25px; width:158px; height:auto; }

#grupos .contentBoxList li,
#jugones .contentBoxList li,
#juegos .contentBoxList li { display:block; float:left; margin-bottom:20px; margin-right:25px; width:160px; height:250px; }
#juegos .contentBoxList li h2 a { font-size:12px; }
#videos .contentBoxList li { display:block; float:left; margin-bottom:20px; margin-right:25px; width:160px; height:200px; }
#videos .contentBoxList li h2 a { font-size:12px; }

.contentBoxList li div.avatar_box { float:left; width:82px;}
.contentBoxList li div.content_box { float:left;  width:140px; height:90px;}

.contentBoxList li div.avatar_box_videos { float:left; width:175px; height:110px;}
.contentBoxList li div.avatar_box_juegos { float:left; width:160px; height:175px;}

.contentBoxListMiembros li {display:block; float:left; margin-bottom:15px; margin-right:15px; width:280px;}
	
.contentBoxListMiembros li img,.contentBoxList li img { background: #fff;  float: left; }
.contentBoxListMiembros span a,.contentBoxList span a { color: #74AB00; font-weight: normal; }

.contentBoxListMiembros ul li p,.contentBoxList ul li p { color: #666; line-height: 1.3; }

.contentItemList {overflow: hidden;}
.contentItemList .contentItem {float: left; clear: both; width: 100%; margin-bottom: 0em; padding: 1.5em; border-bottom: solid 1px #e1e1e1;}
.contentItemList .contentItem .userAttribution {float: left; clear: both; padding-top: 0.3em; padding-bottom: 0;}
.contentItemList .contentItem .contentItemUser {clear: both;}
.contentItemList .contentItem .contentItemTitle {float: left;}
.contentItemList .contentItem  h2 { float: left; font-size: 1.6em; font-weight: bold; color:#333}
.contentItemList .contentItem  h2 span{ font-size: 11px; font-weight: bold; }

.contentItemList .contentItem .contentItemBody {float:left;margin-left:10px;text-align:justify;width:65%;}
.contentItemList .contentItem .contentItemBody .contentItemDesc {float: left; clear: both; padding-top: 0.2em; color: #666; line-height: 1.4em; font-size: 1.2em;}
.contentItemList .contentItem .contentItemBody textarea{  width:700px; height:200px; margin-bottom:5px;}

.contentItemList .contentItem .contentItemAsset {position: relative; float: left; margin-bottom: .3em;}

.contentItemList .contentItem .contentItemBox div {
font-size:200%;
font-weight:normal;
margin-top:10px;
}
.contentItemList .contentItem .contentItemBox {
position: relative; 
float: left; 
background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #D9D9D9;
line-height:8px;
margin-right:5px;
padding:10px;
text-align:center;
} 

.good ,.bad { padding-left:20px; margin-bottom:10px;}
.good {
	background:transparent url(../images/arrow_up.png) no-repeat scroll 0 0;
}
.bad {
	background:transparent url(../images/arrow_down.png) no-repeat scroll 0 0;
}


.userAttribution .username a,
.social a{ 
	  color:#74AB00;
	  font-weight:normal;
}
.userAttribution .delete a{ 
	  color:#DF0A00;
	  font-weight:normal;
}
#lista_capturas {
overflow:hidden;
padding-top:10px;
}
#lista_opiniones, #about{
	padding-top:10px;
}
#juegos .contentItemList .contentItem .contentItemAsset,
#grupos .contentItemList .contentItem .contentItemAsset{ width:170px;}

#inbox .contentItemBody textarea {width:400px;}

.score_box { 
font-size:14px;
background:#F7F7F7 none repeat scroll 0 0;
float: right; 
border:1px solid #D9D9D9;
line-height:8px;
margin-right:18px;
padding:10px;
text-align:center;
}
.score_box div {
	font-size:150%;
	font-weight:normal;
	margin-top:10px;
}

.filtros_lista_box {
	clear:both;
	float:left;
	margin-top:4px;
	text-align:right;
	width:100%;
}
.filtros_lista_box a{
	font-size:12px;
	font-weight:normal;
}
.filtros_lista_box img {
	padding:3px;  
	
}

.filtros_lista_box img.select{
	border:1px solid #000;
}

/*--------------------------------------------------------*/
/* Paging
/*--------------------------------------------------------*/
.pager .pagination {font-size: 11px; line-height: 13px; white-space: nowrap; clear: both; padding: 10px 0px 3px; float: left; }
.pager .pagination span, .pager a {float: left; padding: 0.5em 0.8em; margin: 0 1px; background: #f4f4f4; font-weight: bold; text-decoration: none; font-size:12px; color: #999;}
.pager .pagination span.other {background:#FFF;}

.pager .pagination span.disabled, span.current {text-decoration: none;}
.pager .pagination a:hover { background: #e5e5e5;}
.pager .pagination .current {color: #000; text-decoration: none; font-weight: bold;}
.pager .pagination div {display: inline; float: left;}
.contentpager { padding-left:20px; border-top:1px solid #e5e5e5;  }
.minipager .pagination .disabled,
.pager .pagination .disabled{ display:none; }
.minipager { float:left; width:100%;}
.minipager .pagination { float:left; width:100%;}
/*--------------------------------------------------------*/
/* HOME
/*--------------------------------------------------------*/
.bg {
width:100%;
height:100%;
background: transparent url(../images/bg1.jpg) repeat-x scroll 0 0;
}
.listhome{
	margin-right:5%;
	width:45%;
	float:left;
	margin-top:15px;
}
.listhomelarge{
	margin-right:5%;
	width:90%;
	float:left;
	margin-top:15px;
}
.listaUsuario li{
	float:left;
	height:70px;
	margin:5px;
	padding:5px;
	width:70px;
}
.listaForo li{
	float:left;
	height:36px;
	margin:5px;
	padding:5px;
	width:300px;
}
.listaOpiniones li{
	float:left;
	height:36px;
	margin:5px 5px 0px 5px;
	padding:5px 5px 0px 5px;
	width:300px;
}
.listaVideo li{
	float:left;
	height:100px;
	margin:5px;
	padding:5px;
	width:115px;
}
.listhomedesc {
    float:none;
}


/*--------------------------------------------------------*/
/* COMMENTS
/*--------------------------------------------------------*/
#msjs li form {
  padding:10px;
}
#msjs li form textarea{
  width:250px;
  margin-bottom:5px;
}
#msjs table, #noti table {
	padding:5px;
}
td.comment_descrption{
	color:#000;
	padding-top:10px;
}
.caja{
    border:1px solid #EFEFEF;
    padding: 5px;
    margin: 5px;
}

.delete_comment { background:url(../images/delete_comment.png) no-repeat; padding-left:17px;}
a.delete_comment:hover {text-decoration:none;}
.reply_comment {background:url(../images/comment_reply.png) no-repeat; padding-left:17px;}
a.reply_comment:hover {	text-decoration:none; }
.delete_note {	background:url(../images/note_delete.png) no-repeat; height:10px; padding-left:17px; padding-bottom:3px;}
a.delete_note:hover {	text-decoration:none; }

/*--------------------------------------------------------*/
/* TABS
/*--------------------------------------------------------*/
.tabs {
	width: 100%;
	float: left;
	z-index: 30;
}
.tabs ul{
	list-style-type:none;
}
.tab {
	border-bottom:1px solid #CCC;
	float:left;
	height:20px;
	line-height:18px;
	margin: 0px;
}
.tab span,
.tab a {
	margin: 0px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-decoration: none;
}
.selectedtab {
	background-color:#FFFFFF;
	border: 1px solid #CCC;
	font-weight:bold;
	cursor:pointer;
}
.selectedtab a{
	font-weight:bold;
	color: #777777;
}
.unselectedtab {
	background-color:#FFFFFF;
	border:1px solid #CCC;
	height:19px;
	cursor:pointer;
}

.unselectedtab_l {
	width:10px;
}
.unselectedtab_all{
	float:none;
	margin-right: -2px;
}
.tabgrey {
	background-color:#F8F8F8;
}




.formError {
	color:#BF0000;
	float:left;
	font-weight:bold;
	padding:3px;
}

.box_configuracion {
	margin-top:16px;
	width:100%;
}


/*************** ERRORS ******************/

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}


/*************************AUTOCOMPLETER*******************/
	
.ac_results {
	border: 1px solid #C2CFF1;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	width:200px;
	font-weight:bold;
	
}

.ac_results li {
	padding: 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #CCC;
}

.ac_match {
	text-decoration: underline;
	color: #79A9B6;
}


/* ******* END ******* */

.contentItemDesc pre ul{
list-style-type: disc;
}
.contentItemDesc pre ol{
list-style-type: decimal;
}
/************* FORUM ****************************/
table.contentForum { width:100%;}
table.contentForum tr td{ width:100%;}
table.contentForum tr td p{ width:100%; float:left;}
table.contentForum tr td.forumDesc {float:left; border-bottom:1px solid #CCCCCC; padding:10px 0;}
table.contentForum tr td.titleForum {padding:10px 0;}

/************ CONDICIONES LEGALES ***************/
.box_condiciones {
	float:left;
	width:100%;
}
.box_condiciones p{
	margin:20px;
}
/************ LOGIN FORM **********************/
#page-content{
  padding: 40px 60px;
  margin: 0px auto;
  width: 400px;
  background: url(../images/ear-big.gif) 0 0 no-repeat #fff;
}
#login-page p {
   padding-top: 15px;
}
#login-page .login_error {
  color:red;
  
}
#login-page p#error, #login-page p#notice {
  	text-align: center;
  	margin: 10px 0 0 0;
  	padding: 4px 10px;
  	background: #ffd7d7;
  	-webkit-border-radius: 5px;
}

#login-page p#notice {
  	background: #e8f4d8;
}

#login-page input[type="text"],
#login-page input[type="password"],
#login-page textarea {
  	font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
  	width: 100%;
    border: 1px solid #ccc;
    padding: 4px;
}
#login-page p#signup{
  	border-top: 1px solid #e4e4e4;
  	margin: 20px -60px 0 -60px;
  	padding: 20px 60px 0;
  	text-align: center;
}

#login-page #login-page {
  	border-top: 1px solid #e4e4e4;
  	margin: 20px -60px 0 -60px;
  	padding: 20px 60px 0;
  	text-align: center;
}
.floatleft {float:left}