@charset "utf-8";
/* CSS Document */

DIV {
	border:		0px solid Red;
}
.center {
	text-align:	center;
}
.vc { /* vertically centered */
	vertical-align:	middle;
}
.b {
	font-weight:	bold;
}
.tbl {
	width:		auto;
	padding:	0px;
	margin:		0px;
	border:		0px;
}
.col {
	width:		50%;
}
.suboption {
	/*border:		1px solid #CCCCCC;*/
	margin:		5px;
	padding:	10px;
}
.r {
	text-align:	right;
}
.example {
	font-style:	italic;
}
.bgl {
	background-color:	#DDDDDD;
}
.bgd {
	background-color:	#CCCCCC;
}
.bl {
	display:	list-item;
}
.hide {
	display:	none;
}
.or {
	font-style:	italic;
}

#personal-info {
	padding: 35px 0 0 10px;
	font-size: 13px;
}


/* NEW */

.formulario {
	font-family: Arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

#easy_application {
	background: url('../images/easy_application.jpg') no-repeat 0 top;
	position: relative;
	height: 69px;
	width: 397px;
}
#formula {
	background: url('../images/formula.jpg') no-repeat 0 top;
	position: relative;
	height: 70px;
	width: 259px;
	margin-top:10px;
}

.title
{
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-right:10px;
}

.text
{
	font-size:11px;
}

input
{
	background-color:#F5F5F5;
	font-size:11px;
	padding:2px;
}

select
{
	background-color:#F5F5F5;
	color:#000000;	
	font-size:11px;
	padding:2px;	
}

#security
{
	background-image:url(../images/security.gif);
	width:126px;
	height:42px;
	font-size:9px;
}

#new_header
{
	background-image:url(../images/new_header.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 822px;
	height:109px;
}

.dialogPopWrap { text-align: center; position: absolute; z-index:10000; width: 100%; top: 650px; font-size: 12px; }
.dialogPop { text-align: left; border: 4px solid #b53f3b; background:#ffffff; width: 520px; padding: 20px 10px; margin: auto; }
