/* General tags and classes */

body {
	background-color: #FFF;
	color: #4C4C4C;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #2183a8;
	text-decoration: none;
	outline: none;
}
a:hover {
  text-decoration: underline;
} 

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

i {
	display: none;
}

* html .float-manager {
	height: 1%;
}
.float-manager {
	overflow: hidden;
}


/* Structure blocks */

#page-wrapper {
	position: relative;
	background: #FFF url('assets/page-bg.png') top center repeat-x;
}
#page-wrapper.homepage {
	background: #FFF url('assets/page-bg-home.png') top center repeat-x;
}

#top-wrapper {
	background: transparent url('assets/header-bg.png') top center no-repeat;
	min-width: 980px;
}
.homepage #top-wrapper {
	height: 280px;
	background: transparent url('assets/header-bg-home.png') top center no-repeat;
}

*:first-child + html .homepage #top-wrapper {
	position: relative;
	z-index: 1;
}

* html .homepage #top-wrapper {
	position: relative;
	z-index: 1;
}

#bottom-wrapper {
	background: transparent url('assets/body-bg.png') top center repeat-x;
}

#header-area {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

#nav-info-area {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}

#content-area {
	width: 960px;
	margin: 0 auto;
}
.homepage #content-area {
	margin-top: -168px;
}

*:first-child + html .homepage #content-area {
	position: relative;
	z-index: 2;
}

* html .homepage #content-area {
	position: relative;
	z-index: 2;
}

#footer-area {
	width: 960px;
	height: 255px;
	margin: 0 auto;
	background: transparent url('assets/footer-bg.png') top center no-repeat;
	font-size: 13px;	
}


/* Header */

#top-links {
	float: right;
	width: 500px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
}

#top-links li {
	display: inline;
	margin-right: 15px;
}

#lang-switcher {
	margin-left: 20px;
	margin-right: 0 !important;
	float: right;
	padding-top: 10px;
}

#quick-jump {
	float: left;
	margin-left: 240px;
	width: 200px;
	padding-top: 6px;
}

#quick-jump .field {
	background-color: #E6F3CF;
	padding: 1px;
	width: 100px;
}

#logo {
	position: absolute;
	top: 45px;
	left: 10px;
	background: #FFF url('assets/logo-bg.png') top center repeat-x;
	width: 155px;
	height: 40px;
}

#primary-nav {
	position: absolute;
	top: 77px;
	left: 231px;
	width: 730px;
	height: 35px;
}

#primary-nav li {
	display: block;
	float: left;
	width: auto;
	background-color: transparent;
}

#primary-nav li a {
	display: block;
	text-align: center;
	color: #1b745c;
	font-size: 14px;
	font-weight: bold;
	background: transparent url('assets/menu-item.gif') left top no-repeat;
	height: 15px;
	padding: 10px 0;
}


#primary-nav li a:hover {
	background-position: left center;
	color: #FFF;
	text-decoration: none;
}

#primary-nav li.active a,
#primary-nav li a:active {
	background-position: left bottom;
	color: #FFF;
}

#primary-nav .persoane-fizice {
	width: 131px;
	background-image: url('assets/menu-persoane-fizice.gif');
}
#primary-nav .private-banking {
	width: 134px;
	background-image: url('assets/menu-private-banking.gif');
}
#primary-nav .imm {
	width: 82px;
	background-image: url('assets/menu-imm.gif');
}
#primary-nav .corporatii {
	width: 98px;
	background-image: url('assets/menu-corporatii.gif');
}
#primary-nav .stiri-si-evenimente {
	width: 151px;
	background-image: url('assets/menu-stiri-si-evenimente.gif');
}
#primary-nav .despre-noi {
	width: 103px;
	background-image: url('assets/menu-despre-noi.gif');
}
#primary-nav .maganszemelyek {
	width: 142px;
	background-image: url('assets/menu-maganszemelyek.gif');
}
#primary-nav .kkv {
	width: 63px;
	background-image: url('assets/menu-kkv.gif');
}
#primary-nav .vallalatok {
	width: 97px;
	background-image: url('assets/menu-vallalatok.gif');
}
#primary-nav .hirek-es-esemenyek {
	width: 160px;
	background-image: url('assets/menu-hirek-es-esemenyek.gif');
}
#primary-nav .rolunk {
	width: 80px;
	background-image: url('assets/menu-rolunk.gif');
}
#primary-nav .individuals {
	width: 104px;
	background-image: url('assets/menu-individuals.gif');
}
#primary-nav .sme {
	width: 64px;
	background-image: url('assets/menu-sme.gif');
}
#primary-nav .corporations {
	width: 118px;
	background-image: url('assets/menu-corporations.gif');
}
#primary-nav .news-and-events {
	width: 141px;
	background-image: url('assets/menu-news-and-events.gif');
}
#primary-nav .about-us {
	width: 92px;
	background-image: url('assets/menu-about-us.gif');
}

#search {
	position: absolute;
	top: 41px;
	left: 750px;
	width: 215px;
	height: 40px;
}


/* Subpages navigation */

#secondary-nav {
	margin-left: 230px;
	width: 700px;
	padding: 10px 15px;
}

#secondary-nav li {
	float: left;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #95c473;
	font-size: 12px;
	font-weight: bold;
}

#secondary-nav li a {
	color: #e9fec2;
}

#secondary-nav li a:hover,
#secondary-nav li.active a,
#secondary-nav li a:active {
	color: #FFF;
	text-decoration: none;
}

#section-title {
	position: absolute;
	top: 90px;
	left: 250px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	z-index: 5;
}

#breadcrumb {
	position: absolute;
	bottom: 0;
	left: 250px;
	height: 13px;
	padding: 10px 0;
	font-size: 11px;
}

#breadcrumb a {
	color: #333;
}


/* Sidebars */

#left-sidebar {
	width: 230px;
	padding: 10px 0;
	float: left;
}

#right-sidebar {
	width: 230px;
	padding: 20px 5px 10px;
	float:right;
}

.white-box {
	margin: 10px 0 20px;
	width: 230px;
	background: #FFF url('assets/white-box-bg.gif') left top repeat-y;
}

.white-box .header {
	height: 20px;
	padding: 10px 20px 5px;
	background: #FFF url('assets/white-box-header.gif') left top no-repeat;
}

.white-box .footer {
	height: 15px;	
	background: #FFF url('assets/white-box-footer.gif') left top no-repeat;
}

#left-sidebar h3,
#right-sidebar h3 {
	font-size: 16px;
	color: #4c4c4c;
	font-style: italic;
}

#tertiary-nav {
	padding: 10px 10px 0 15px;
	font-size: 13px;
	list-style: disc url('assets/list-bullet.gif') inside;
}

#tertiary-nav li {
	margin: 3px 0;
}

#tertiary-nav li.active a,
#tertiary-nav li.active ul li.active a {
	font-weight: bold;
	color: #4c4c4c;
}

#tertiary-nav ul {
	font-size: 11px;
	padding-left: 30px;
}

#tertiary-nav li.active ul a {
	font-weight: normal;
	color: #2183a8;
}

.yellow-box {
	margin: 10px 0;
	background-color: #fff7cf;
	position: relative;
}

.yellow-box .header {
	height: 20px;
	padding: 2px 20px 5px;
	background: #FFF url('assets/yellow-box-header.gif') left top no-repeat;	
}

.yellow-box .collapse {
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 12px;
	height: 10px;
	background: transparent url('assets/yellow-box-collapse.gif') center center no-repeat;
}

.yellow-box .footer {
	height: 15px;	
	background: #FFF url('assets/yellow-box-footer.gif') left top no-repeat;
}

#utils {
	font-weight: bold;
}

#utils li {
	height: 15px;
	padding: 10px 10px 10px 45px;
	background-color: #fff7cf;
	background-position: 10px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e9e2bb;
}

#utils .apply-online {
	background-image: url('assets/utils-apply-online.gif');
}

#utils .call-center {
	height: 20px;
	padding-top: 5px;
	background-image: url('assets/utils-call-center.gif');
}

#utils .call-center span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #4c4c4c;
}

#utils .network {
	background-image: url('assets/utils-network.gif');
}

#utils .credit-calculator {
	background-image: url('assets/utils-credit-calculator.gif');
}

#utils .deposit-calculator {
	background-image: url('assets/utils-deposit-calculator.gif');
}

#utils .glossary {
	background-image: url('assets/utils-glossary.gif');
}

#utils .faq {
	background-image: url('assets/utils-faq.gif');
}

#utils .contact {
	background-image: url('assets/utils-contact.gif');
}

#utils .mobile {
	background-image: url('assets/utils-mobile.gif');
}

#utils .utile-partenere {
    	background-image: url('assets/utile-partenere.gif');
}

#utils .calculator-pachete-pj {
    background-image: url("assets/calculator-pachete-pj.gif");
}

#documents {
	padding: 10px 10px 10px 35px;
	list-style: disc url('assets/list-bullet-yellow.gif') outside;
}

#documents li {
	padding: 2px 0;
}

.green-button {
	margin: 10px 0 20px;
	height: 53px;
	background: #d1e8a8 url('assets/green-button-bg.gif') right top no-repeat;
}

.green-button .icon {
	margin: 5px 7px;
	width: 42px;
	height: 42px;
	float: left;
}

.green-button .exchange-rates {
	background: #d1e8a8 url('assets/icon-exchange-rates.gif') left top no-repeat;
}

.green-button h4 {
	float: left;
	padding: 15px 10px 0 0;
	font-size: 16px;
	font-style: italic;
}

.green-button h4 a {
	color: #1b745c;
}

#questions {
	padding: 10px;
}

#questions ul {
	margin: 5px 0 20px;
}

#questions li {
	font-weight: bold;
	margin: 5px 0;
}

#otp-login {
	position: relative;
	padding: 15px 5px 10px;
}

#otp-login label {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
	color: #666;
}

#otp-login .note {
	margin: 7px 0;
	font-size: 11px;
	color: #666;
}

#otp-login .links {
	float: right;
	width: 125px;
	padding: 7px 0;
	font-size: 11px;
}

#otp-login .field {
	width: 120px;
}

#otp-login .message {
	z-index: 100;
}


/* Subpages content */

#content {
	margin: 10px 0 20px 10px;
	width: 710px;
	padding: 10px 0 20px 10px;
	float: right;
}

* html #page-header {
	height: 30px;
}
#page-header {
	margin-left: -10px;
	margin-bottom: 20px;
	min-height: 30px;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #dbdbdb;
}

#page-header h1 {
	font-size: 24px;
	color: #a5a5a5;
	font-weight: bold;
}

#page-header .tools {
	float: right;
}

#page-header .tools a {
	display: block;
	float: right;
	margin-left: 12px; 
}

#page-header .tools img {
	display: block;
}

#content h2 {
	margin: 10px 0 15px;
	font-size: 18px;
	color: #2183a8;
}

#content h3 {
	margin: 15px 0;
	font-size: 15px;
	font-weight: bold;
}

#content p {
	margin: 15px 0;
	line-height: 1.4em;
}

#content ul {
	margin: 15px 0;
	padding-left: 15px;
	list-style: disc url('assets/list-bullet.gif') outside;
}

#content ul li {
	margin: 5px 0;
	line-height: 1.4em;
}

#content .separator {
	margin: 15px 0;
	width: 100%;
	height: 15px;
	background: #fff url('assets/content-separator.gif') center center no-repeat;
}

#content table {
	width: 100%;
}

#content table ul,
#content table li {
	margin: 0;
}

#content thead tr {
	background-color: #d6ebb0;
}

#content th {
	padding: 12px 10px;
	font-weight: bold;
}

#content tbody tr.odd {
	background-color: #fff;
}

#content tbody tr.even {
	background-color: #ebf4d3;
}

#content td {
	padding: 8px 10px;
	vertical-align: top;
}

#content .left-float {
	float: left;
	margin: 0 10px 10px 0;
}

#content .right-float {
	float: right;
	margin: 0 0 10px 10px;
}

#news-archive {
	list-style: disc url('assets/list-bullet-arrow.gif') outside !important;
}

#news-archive li {
	font-weight: bold;
	padding: 3px 0 5px;
	border-bottom: 1px solid #dbdbdb;
}

#content .listing h3 {
	margin: 5px 0 10px;
}

#content .listing ul {
	margin: 5px 0;
	list-style: none !important;
	padding: 0;
	width: 350px;
}

#content .listing li {
	margin: 0;
}

#content .listing a {
	font-weight: bold;
}

#content .listing .description {
	margin: 5px 0 0;
}

#content .listing .separator {
	margin: 5px 0 10px;
}

#news-listing {
	margin-right: 10px;
	float: left;
}

#events-listing {
	float: left;
}

#sme-split a {
	display: block;
	width: 353px;
	height: 290px;
}

#sme-split .left {
	float: left;
	background: #fff none left bottom no-repeat;
}
#sme-split .right {
	float: right;
	background: #fff none right bottom no-repeat;
}

#sme-split .sme-left-ro {
	background-image: url('assets/sme-left-ro.png');
}
#sme-split .sme-right-ro {
	background-image: url('assets/sme-right-ro.png');
}
#sme-split .sme-left-en {
	background-image: url('assets/sme-left-en.png');
}
#sme-split .sme-right-en {
	background-image: url('assets/sme-right-en.png');
}
#sme-split .sme-left-hu {
	background-image: url('assets/sme-left-hu.png');
}
#sme-split .sme-right-hu {
	background-image: url('assets/sme-right-hu.png');
}

#detailed-listing {
	padding: 0 !important;
}

#detailed-listing h4 {
	margin: 5px 0;
	font-size: 15px;
	font-weight: bold;
}

#detailed-listing .description {
	margin: 5px 0;
}

#detailed-listing a {
	font-weight: bold;
}

#detailed-listing .separator {
	clear: both;
	margin: 5px 0 10px;
}

#columned-listing ul {
	margin: 0 0 15px;
	width: 350px;
	padding: 0;
}

#columned-listing .left {
	float: left;
	margin-right: 10px;
}

#columned-listing .right {
	float: right;
}

#columned-listing h4 {
	margin: 5px 0;
	font-size: 15px;
	font-weight: bold;
}

#columned-listing .description {
	margin: 5px 0;
}

/* Homepage content */

.homepage #content {
	width: 470px;
	margin-right: 10px;
	padding-top: 0;
	padding-left: 0;
}

#top-offers {
	margin-bottom: 20px;
	height: 150px;
	padding: 0 10px;
	background: transparent url('assets/top-offers-bg.gif') top left repeat-x;
}

#top-offers ul {
	list-style: disc url('assets/list-bullet-header.gif') outside;
}

#top-offers a {
	font-size: 13px;
	font-weight: bold;
	color: #e9fec2;
}

#top-offers h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-style: italic;
	color: #c3e43b;
}

#flash-container {
	height: 245px;
	margin: 20px 0;
}

#shortcuts a {
	display: block;
	width: 222px;
	height: 60px;
	background: transparent url('assets/shortcuts-bg.gif') top left no-repeat;
	text-decoration: none;
}

#shortcuts h3 {
	margin: 5px 10px 2px;
	font-size: 20px;
	font-style: italic;
	color: #a3d229;
}

#shortcuts p {
	margin: 0 10px;
	font-size: 13px;
	font-weight: bold;
	color: #4c4c4c;
}

#shortcuts .left {
	float: left;
}

#shortcuts .right {
	float: right;
}

#content #news {
	margin: 20px 0;
	list-style: none;
	padding: 0;
}

#news h4 {
	margin: 5px 0;
	font-size: 15px;
	font-weight: bold;
}

#news .description {
	margin: 5px 0;
}

#news .date {
	margin: 5px 0;
	font-size: 11px;
	color: #888;
}

/* Forms */

.field {
	background-color: #FFF7CF;
	border: 1px solid #C2C2C2;
	color: #666;
	padding: 4px 6px;
}

.normal {
	width: 175px;
}

.short {
	width: 150px;
}

.long {
	width: 225px;
}

.submit {
	display: inline;
	vertical-align: bottom;
	margin-left: 5px;
}

* html form dl {
	height: 1%;
}
form dl {
	overflow: hidden;
	padding: 5px 0;
}

form.padded {
	padding: 5px 15px;
}

form dt {
	display: block;
	float: left;
	clear: left;
	width: 80px;
	margin-right: 10px;
}

form dd {
	display: block;
	float: left;
	width: 300px;
}

form .note {
	margin: 5px 0 !important;
}

.progress {
	height: 50px;
	padding: 15px 10px 0;
	background: transparent url('assets/form-progress-bg.gif') top left repeat-x;
	list-style: none !important;
}

.progress li {
	float: left;
	width: 30px;
	height: 50px;
	margin: 0 5px 0 0 !important;
	padding: 3px 0 0 !important;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background: transparent url('assets/form-step-upcoming.gif') top left no-repeat;
}

.progress .passed {
	background-image: url('assets/form-step-passed.gif');
}

.progress .current {
	background-image: url('assets/form-step-current.gif');
}

.progress .upcoming {
	background-image: url('assets/form-step-upcoming.gif');
}

.step-title {
	margin: 15px 0 5px !important; 
}

.step-description {
	margin: 5px 0 15px !important;
}



/* Footer */

#utilities {
	height: 105px;
	padding: 15px 0;
}

#utilities h4 {
	font-color: #4c4c4c;
	font-weight: bold;
	margin: 0 0 5px;
}

#frequent-pages {
	width: 400px;
	float: left;
}

#frequent-pages ul {
	float: left;
	margin-right: 20px;
}

#frequent-pages ul li {
	padding: 2px 0;
}

#frequent-pages ul.short {
	width: 120px;
}

#frequent-pages ul.long {
	width: 200px;
}

#newsletter-subscription {
	float: right;
	width: 240px;
}

#sitemap {
	float: right;
	clear: right;
	width: 240px;
	margin-top: 15px;
}

#bottom-links {
	text-align: center;
	padding: 15px 0;
}

#bottom-links li {
	display: inline;
	padding: 0 7px 2px 3px;
	border-right: 1px solid #FFF;
}

#bottom-links li.last {
	padding-right: 0;
	border-right: 0;
}

#bottom-links li a {
	color: #FFF;
}

#copyright {
	text-align: center;
	color: #C8E497;
}

/* ------------- */

#primary-nav {
	_top: 77px;
	*left: 232px;
}

#primary-nav li a {
	_float: left;
}

#page-header h1 {
	*width: 600px;
}

#page-header .tools {
	*width: 100px;
}

#tertiary-nav, #content ul {
	*list-style-image: url('assets/list-bullet-ie.gif');
}

#tertiary-nav ul {
	*list-style-image: url('assets/list-bullet-arrow.gif');
}

#tertiary-nav li a {
	*margin-left: 8px;
}

#documents {
	*list-style-image: url('assets/list-bullet-yellow-ie.gif');
}

#top-offers ul {
	*list-style-image: url('assets/list-bullet-header-ie.gif');
}

#bottom-links li {
	*padding: 0 3px 2px 7px;
}

#quick-jump {
	_margin-left: 120px;
}

#frequent-pages {
	_height: 105px;
}

/* Fake dropdown sitemap */

#quickselect {
	padding: 5px 0;
	float: left;
	position: absolute;
	left: 240px;
	top: 40px;
	z-index: 100;
}

#quickselect a,
#quickselect a:hover,
#quickselect input,
#quickselect input:hover {
	font: normal 11px arial, helvetica;
	color: #4c4c4c;
	width: 139px;
	height: 1%;
	padding: 3px 21px 4px 5px;
	border: #d6d6d6 solid 1px;
	background: #e6f3cf url('assets/sa.gif') 144px 0 no-repeat;
	text-decoration: none;
	display: block;
	float: left;
}

#quickselect a:hover,
#quickselect input:hover {
	background: #e6f3cf url('assets/sa.gif') 144px -21px no-repeat;
}

#quicklistbox {
	width: 248px;
	height: 180px;
	border: #d6d6d6 solid 1px;
	background: #e6f3cf;
	overflow: auto;
	padding: 1px;
	z-index: 1000;
	left: 240px !important;
	display: none;
}

#quicklistbox ul li {
	font: normal 11px arial, helvetica;
	line-height: 14px;
}

#quicklistbox ul li a {
	_height: 1%;
	color: #4c4c4c;
	padding: 3px 5px;
	background: #e6f3cf;
	text-decoration: none;
	display: block;
}

#quicklistbox ul li a:hover {
	background: #d6d6d6;
}

#quicklistbox ul ul li a {
	padding-left: 15px;
}

#quicklistbox ul ul ul li a {
	padding-left: 25px;
}

.displayBlock {
	display: block !important;
}

#glossary-index li {
	float: left;
}

#content #glossary-index li {
	margin-right: 25px;
}

/* Noir CSS */

#contactForm input.sendFormIBAN {
	width: 120px;
}

.halfroundbox {
	width: 340px;
	margin-right: 10px;
	background: #d9f3fd url('assets/box_bg.gif') -1630px bottom no-repeat;
	border: none;
	padding-bottom: 32px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	float: left;
}

#content .halfroundbox p {
	margin: 0 10px 15px;
}

#content .halfroundbox h3 {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background: #d9f3fd url('assets/box_bg.gif') -1970px 0 no-repeat;
}

.halfroundbox.wide  {
	background: #D9F3FD url('assets/box_bg.gif') -2310px bottom no-repeat scroll;
	border: 0;
	width: 710px;
}

#content .halfroundbox.wide h3 {
	background: url('assets/box_bg.gif') -3020px 0 no-repeat;
}

.clear {
	clear: left;
}

.line {
	background:url('assets/line.gif') repeat-x left top;
	clear: both;
	display: block;
	height: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

ul.list {
	float:left;
	width:210px;
	padding-right:10px;
} 

ul.list li.letter {
    text-transform:uppercase;
    color: #2183A8;
    font-weight:bold;
    list-style:none !important;
    font-size:15px;
    margin:15px 0 5px -15px !important;
}


/*Iulia css*/

.vuan-box{
	background: url("assets/vuan-zilnic.gif") center top #ffffff no-repeat;
	width:230px;
	padding-top: 30px;
	margin: 0px;
	}

.vuan-box .header{
	background: url("assets/white-box-bg.gif") left top #ffffff repeat-y;
	margin-top:5px;
	overflow: hidden;
	}

.vuan-box .footer{
	background: url("assets/white-box-footer.gif") left top #ffffff;
	width: 230px;
	margin: 0px 0 20px;
	height:15px;
	}

.vuan-box .header dl {
	width:50%;
	display: inline;
   	float:left;
}
.vuan-box .header dl.first {
	margin-left: 0 !importtant;
	
}

.vuan-box .header dl, .no_border {
	border:none;
}
.vuan-box .header dd {
	text-align: center;
}

.vuan-box .header dl dt {
	color: #66CC00;
	font-size: 9px;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	float:left;
	width: 100%;
	border-right: 1px solid #D4E5E5;
}
 
.vuan-box .header dl dd {
	color:#000000;
	font-size: 10px;
   	font-weight: bold;
   	text-align: center;
   	border-bottom: 1px solid #66A3A3;
   	border-right: 1px solid #D4E5E5;
   	padding: 2px 0;
   	width: 100%;
}

.vuan-box .header dl dd.no_border{
	border-right: 0 none;
	text-align:left;
	padding-left: 7px;
	border-bottom:none;
	} 
	
 .clear{
 	clear: both;
 }

/* comision box iulia */
.comision-box-ro{
	background: url("assets/vuan-zilnic.gif") center top #ffffff no-repeat;
	width:230px;
	padding-top: 30px;
	margin: 0px;
	font-size:10px;
	}
	
.comision-box-ro .content{
	background: url("assets/white-box-bg.gif") left top #ffffff repeat-y;
	margin-top:5px;
	overflow: hidden;
	}

.comision-box-ro .footer{
	background: url("assets/comision-box-footer.gif") left top #ffffff;
	width: 230px;
	margin: 0px 0 20px;
	height:23px;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	}

.comision-box-ro .footer a{
	color:#fff;
	padding-right: 10px;
	font-size:11px;
	}

.comision-box-ro table{
	font-size: 10px;
	margin-top:10px;
	text-align: center;
	}
	
.comision-box-ro table tr{
	border-top: 1px solid #D4E5E5;
	}

.comision-box-ro table td{
	
	}
	

.comision-box-ro table th{
	font-weight: bold;
	text-align: center;
	}
/* Carmen CSS */
#contactForm dl.error input {
    background-color: #F9BFC9;
    border: 1px solid #CC0033;
}
#contactForm dl.error label {
    color:#CC0033;
