
#box_container {
	position: relative;
	width: 500px;
	margin: 0px auto;
}


.info_box {
	padding: 10px;
	margin: 10px 0px;
}


.info_box.error {
	background-color: #F3BFBF;
	color: #AB0003;
	border: 1px solid #FF655B;

}


.info_box.error a {
	color: #AB0003;
	font-weight: bold;
}


.info_box.warning {
	background-color: #FFF9BF;
	color: #525028;
	border: 1px solid #AA9D4B;

}


.info_box.ok {
	background-color: #C2E1CE;
	color: #006633;
	border: 1px solid #00AA39;

}


.info_box.ok a {
	color: #0F5200;
	font-weight: bold;
}


.login_form {
	position: relative;
	color: #FFFFFF;

	border: 1px solid #003366;
	border-radius: 0px;

	font-size: 14px;
	font-family: Arial;
	background-color: #003366;
	background-image: url('//resources.pegasohosting.net/img/template/stripe2.png');
	border-radius: 10px;

	text-align: justify;
}


.dim_bg {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 20px 20px;
	background: -moz-linear-gradient(top, rgba(52, 109, 153, 0.5) 0%, rgba(3, 46, 79, 0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(52, 109, 153, 0.5)), color-stop(100%, rgba(3, 46, 79, 0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(52, 109, 153, 0.5) 0%, rgba(3, 46, 79, 0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(52, 109, 153, 0.5) 0%, rgba(3, 46, 79, 0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(52, 109, 153, 0.5) 0%, rgba(3, 46, 79, 0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(52, 109, 153, 0.5) 0%, rgba(3, 46, 79, 0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80346d99', endColorstr='#d9032e4f', GradientType=0);
}

#cf_box h4 {
    padding-bottom: 2px;
    border-bottom: 1px solid #FFFFFF;
}



.div_box {
    color: #003366;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 15px;
    margin:10px 20px 20px 20px;
    text-align: justify;
}

.thinner .dim_bg h1 {
    font-size: 25px;
    font-weight: 400;
}

.thinner .dim_bg table td {
    font-size: 22px;
}

.dim_bg h1 {
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 30px;
}


.dim_bg table {
	width: 100%;
	border-spacing: 10px;
}


.dim_bg table td {
	font-size: 25px;
}


.dim_bg input[type="text"], .dim_bg input[type="password"] {
	width: 100%;
	border: 1px solid #CCCCCC;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	box-shadow: 2px 2px 3px #666666;

	padding: 2px 6px;

	outline: 0;

	-webkit-appearance: none;

	color: #003366;
	font-size: 22px;
	font-weight: bold;
}


.dim_bg a {
	color: #FFFFFF;
	/*text-decoration: none;*/
	/*border-bottom:1px dashed #fff;*/
}


#menu_empty {
	position: relative;

	height: 52px;
	width: 990px;

	z-index: 10;
}


#menu_empty hr {
	display: block;
	width: 100%;
	top: 24px;
	position: absolute;
	border-width: 1px 0px;
	border-color: #13436D transparent transparent transparent;
	z-index: 1;
}


#menu_empty h1 {
	position: absolute;
	left:345px;
	display: block;
	top: 5px;
	width: 300px;

	text-align: center;
	color: #13436D;
	background-color: #FFFFFF;
	z-index: 2;
}

#nav_container {
    width:100%;
    text-align: right;
}

#nav_container > ul {
    background-color:#fff;

}
#nav_container > ul li {
    display:inline-block;
    margin-right:30px;
}

#nav_container > ul li:last-child {
    margin-right:15px;
}

#nav_container > ul li a {
    display:block;
    padding-bottom:5px;
    text-decoration: none;
    color:#0f426d;
}

#nav_container > ul li a.active {
    border-bottom:3px solid #0f426d;
}


#page_content > h2 {
    padding:10px 20px;
    padding-bottom:0px;
}

#page_content .div_box ul {
    margin:10px 20px;
}


#page_content .div_box input,
#page_content .div_box select
{
    padding:3px;
}


.mid_box {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 460px;

	color: #003366;
	text-align: justify;
}

#pin_box, #cf_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 10px;
    /* padding: 10px; */
    text-align: center;
    background-color: #002E5D;
    background-image: url('//resources.pegasohosting.net/img/template/stripe2.png');
}
#cf_box h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#cf_box input[type="text"] {
	margin-top: 20px;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	padding: 5px;
}

#pin_box input[type="text"] {
	width: 70px;
	padding: 5px;
	border-radius: 5px;
	font-size: 17px;
	border: 0px;
	margin-left: 15px;
	font-weight: bold;
}


#pin_box input[type="text"].green, #cf_box input[type="text"].green {
	color: green;
}

#pin_box input[type="text"].red, #cf_box input[type="text"].red {
	color: red;
}


#recupero_middle {
	position: relative;
	overflow: hidden;
	width: 100%;
}


#box_recupero {
	float: right;
	width: 40%;
	height: 140px;

	padding: 15px 10px;

	background-color: #D8EEFC;
	border: 2px solid #001933;

	background-color: #003366;
	background-image: url('//resources.pegasohosting.net/img/template/stripe2.png');
}




#box_recupero input {
	padding: 10px 15px;
	border: 1px solid #DADADA;
	font-size: 20px;

	width: 100%;
}


#box_recupero_sms,
#box_recupero_email {
	width: 140px;
	height: 140px;
	display:block;
	float:left;
	cursor: pointer;
	font-weight: bold;
	
	color:#333;
	text-align: center;
	padding:10px
}



#box_recupero_email {
	background-image: url('//resources.pegasohosting.net/img/sprites/sprite_recupero.png');
	background-position: 0 0;

}


#box_recupero_email:hover {
	color:#fff;
	background-image: url('//resources.pegasohosting.net/img/sprites/sprite_recupero.png');
	background-position: 0 -141px;
}


#box_recupero_sms {
	float:right;
	background-image: url('//resources.pegasohosting.net/img/sprites/sprite_recupero.png');
	background-position: 0 -282px;
	background-repeat: no-repeat;
}

#box_recupero_sms:hover {
	color:#fff;
	background-image: url('//resources.pegasohosting.net/img/sprites/sprite_recupero.png');
	background-position: 0 -423px;
}
