body {
}
#container {
	position: relative;
}

#content {
	width:520px;
	min-height:500px;
}

.topnav a:link {
	font-size:15px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
}
.wrap-login{
	background:#FFF;
	padding:5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.topnav a:hover {
	text-decoration:underline;
}
.topnav a img {
	border-width:0;
}
#topnav {
    font-size: 11px;
    height: 38px;
    line-height: 23px;
    margin-bottom: 10px;
    padding: 3px 28px;
    text-align: right;
	width:342px;
	background:url(../img/login-bg.png) no-repeat;
}
#topnav a.signin {
	padding:4px 6px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*padding:4px 12px 6px;
	font-size:15px;
}
#topnav a.signin:hover {
	*padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("../img/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#topnav a.menu-open {
	background:#ebebeb!important;
	color:#FFF!important;
	outline:none;
}
#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	background-image:url("../img/toggle_up_dark.png");
	color:#000;
}

#signin_menu {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#ebebeb;
	position:absolute;
	width:210px;
	z-index:1000;
	border:1px transparent;
	text-align:left;
	padding:7px;
	top: 20px; 
	right: 10px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #000;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#FFF;
}
#signin_menu label {
	font-weight:normal;
	color:#000;
	margin-bottom:3px;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color: #000000 !important;
    font-size: 11px;
    font-weight: normal;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../img/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #000;
	color:#fff;
	text-shadow:0 -1px 0 #000;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../img/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../img/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(img/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../img/tipsy-west.gif);
	background-position:left center;
}

.centerbox {
    /*position: absolute;
    left: 50%;
    top: 50%;*/
    margin: 0 auto;
    text-align: left;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

.shadow_all {
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000');
}

/* Error */

#error, #success {
	display: none;
    width: 500px;
    height: 100px;
    margin-left: -250px;
    margin-top: -60px;
    top: 50%;
    left: 50%;
    position: fixed;
    /*margin-top: 150px;*/
    background: #fff url(../img/error.gif) no-repeat 15px 25px;
    z-index: 9999;
}
#success {
	background: #fff url(../img/success.gif) no-repeat 15px 25px;
}
#errorDescription, #successDescription {
    margin-left: 80px;
    margin-top: 10px;
    border-left: 1px solid #878787;
    padding: 10px 20px;
}
#errorDescription h1, #successDescription h1 {
    font-weight: bold;
    color: #ff3802;
    font-size: 1.5em;
    margin-bottom: 10px;
}
#successDescription h1 {
	color: #29c000;
}
#errorDescription p, #errorDescription dl, #successDescription p, #successDescription dl {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
}
#errorDescription dt, #successDescription dt {
    float: left;
    width: 150px;
    font-weight: bold;
}
#errorDescription dd, #successDescription dd {
    float: left;
    width: 200px;
    clear: right;
}
.message {
	background-color: #FFFFCC;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    font-size: 1em;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    border: 1px solid #FFDD99;
    margin: 1em 0;
    overflow: hidden;
}
#msgError {
    background-color: #FDA790;
    background-image: url("/img/ico/icoError.png");
    border-color: #BC3826;
    display: none;
}
#msgInfo {
    background-color: #CDE5EC;
    background-image: url("/img/ico/icoInfo.png");
    border-color: #408ABD;
    display: none;
}
label.error {
	color: red;
}

#fechar {
    float: right;
    margin-right: -12px;
    margin-top: -12px;
    position: relative;
    top: 0;
    z-index: 1000;
}