/*---------------------------*/
/*          Header           */
/*---------------------------*/

.header {
	background-image: url(../images/logo_and_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	height: 241px;
	width: 686px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
}
.header A:link, .header A:visited, .header A:active {
	color: #3c3a31;
	text-decoration: none;
}
.header A:hover {
	color: #999999;
	text-decoration: none;
}

/*---------------------------*/
/*          Content          */
/*---------------------------*/

.content {
	text-align: left;
	vertical-align: top;
	background-image: url(../images/bg/content_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.popInsideBlock {
	background-image: url(../images/bg/popinside_block_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
}
.buton_calcul_taxa {
	background-color:#0470b0;
	color:#FFFFFF;
	font-weight:bold;
	border:1;
	height:30px;
}
.credit_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
	vertical-align: middle;
}
.credit_content {
	padding: 2px;
	background-color: #F3F3F3;
	vertical-align: middle;
}
.calculatoare {
	border: 0px none #FFFFFF;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	overflow: visible;
}
.custom_button {
	height:25px;
	width:240px;
	background-image: url(../images/bg/bg_custom_btn.jpg);
	background-position:center;
	background-repeat:no-repeat;	
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.custom_button A:link, .custom_button A:visited, .custom_button A:active {
	color:#FFFFFF;
	text-decoration:none;
}

.custom_button A:hover {
	color:#FFCC00;
	text-decoration:none;
}

/*---------------------------*/
/*          PopUps           */
/*---------------------------*/

.pop_bg {
	background-image: url(../images/bg/popup_back.jpg);
	height: 168px;
	width: 293px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
}
.pop_title {
	height: 44px;
	text-align: left;
	vertical-align: bottom;
	padding-left: 40px;
}
.pop_content {
	text-align: left;
	vertical-align: top;
	padding: 10px 25px;
}

/*---------------------------*/
/*      PopUps - Content     */
/*---------------------------*/

.info_bar_1 {
	font-weight: bold;
	color: #3c3a31;
	background-color: #e4e4e4;
	line-height: 18px;
}
.info_bar_1 A:link, .info_bar_1 A:visited, .info_bar_1 A:active {
	color: #3c3a31;
	text-decoration: underline;
}
.info_bar_1 A:hover {
	color: #3c3a31;
	text-decoration: none;
}
.info_bar_2 {
	font-weight: bold;
	color: #3c3a31;
	background-color: #f5f5f3;
	line-height: 18px;
}
.info_bar_2 A:link, .info_bar_2 A:visited, .info_bar_2 A:active {
	color: #3c3a31;
	text-decoration: underline;
}
.info_bar_2 A:hover {
	color: #3c3a31;
	text-decoration: none;
}

/*---------------------------*/
/*          Footer           */
/*---------------------------*/

.footer {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

