@charset "ISO-8859-1";
body {
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	background: #FFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
h1 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
table{
	font-size:12px;
	vertical-align: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEE;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}

form input[type=text], form select, input[type=password] {
	width:50%;
	color:#003366;
}
form textarea {
	border: 1px solid #999;
}
#topBar {
	background-image: url(../img/misc/barBg.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 65px;
	text-align: center;
}
#topBar #topCenter {
	color: #985;
	width: 1004px;
	margin:  0px auto; /* the auto margins (in conjunction with a width) center the page */
}
#topBar #topDate {
	color: #985;
	padding-top: 5px;
	font-size: 36px;
}
#topBar .world {
	background-image: url(../img/misc/internacional.png);
	background-position: 0px -5px;
	background-repeat:no-repeat;
	color: #CCC;
	font-size:12px;
	width:580px;
	height: 65px; /* the auto margins (in conjunction with a width) center the page */
	padding-left:150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#topBar .world ul {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topBar .world li {
	list-style-type:none;
	padding-right: 25px;
	float: left;
	text-align: center;
}
#topBar .world li a:link, #topBar .world li a:active, #topBar .world li a:visited {
	color:#CCC;
}
#topBar #topLang {
	color: #985;
	width:150px;
	height:65px;
	font-size: 36px;
	text-align:right;
}
#topBar #topLang a {
	color: #FFF;
}
#label {
	width:276px;
	height:216px;
	z-index:1;
	background-image: url(../img/misc/label.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 50%;
	top: 0px;
}
#container {
	width: 1004px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoCols #sidebar1, .oneCols #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding: 0px;
	font-size: 12px;
	border: 1px solid #EEE;
}
.twoCols #sidebar2, .oneCols #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-size: 12px;
}
.twoCols #sidebar2 ul, .oneCols #sidebar2 ul {
	padding: 0px;
	margin: 0px;
}
.twoCols #sidebar2 li, .oneCols #sidebar2 li {
	padding-top: 10px;
	color: #666666;
	font-size:10px;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../img/misc/arrow_right_grey.png);
}
.twoCols #sidebar2 h3, .oneCols #sidebar2 h3 {
	font-size: 16px;
	visibility: hidden;
}
.oneCols #mainContent {
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow:hidden;
	padding-right: 25px;
}
.twoCols #mainContent h1, .oneCols #mainContent h1 {
	color: #985;
}
.twoCols #mainContent p, .twoCols #mainContent li, .oneCols #mainContent p, .oneCols #mainContent li {
	color: #666;
	font-size:12px;
	display: block;
}
.twoCols #mainContent ul, .oneCols #mainContent ul {
	padding: 0px;
	margin: 0px;
}
.twoCols #mainContent li, .oneCols #mainContent li {
	padding-top: 10px;
	list-style-type:circle;
	list-style-position:outside;
	color: #985;
}
#breadcrumbs {
	font-size: 10px;
	background-image: url(../img/misc/sitemap.png);
	background-repeat: no-repeat;
	color: #333333;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-position: left center;
	border: 1px solid #EEE;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumbs ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#breadcrumbs li {
	padding-right: 10px;
	display: inline;
}

#breadcrumbs a {
	color: #666;
	font-weight:bold;
}

#breadcrumbs .current {
	color: #3399CC;
	font-weight:bold;
}
/*********************************** Menu ***********************************/
#menu {
	font-size: 12px;
	background-color: #f0f0f0;
	background-image: url(../img/misc/menuBg.png);
	background-repeat: repeat-x;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#menu .separator {
	
}
.separator {
	
}
#menu-left {
	width: 650px;
}
#rmenu {
	float: right;
	text-align: right;
	color: #9c9d9f;
	width: 300px;
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	margin-right:20px;
}
#rmenu a {
	color: #CC0000;
	text-decoration: none;
	border: none;
}
#rmenu a:visited {
	color: #CC3300;
	text-decoration: none;
	border: none;
}
#rmenu a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #000000;
}
/*********************************** Pie ***********************************/
#footer {
	margin: 10px auto;
	font-size: 9px;
	padding: 10px 15px;
	background-color: #f0f0f0;
}
#footer-left {
	width: 600px;
}
#footer-left a {
	color:#0066CC;
}
#footer-right {
	float: right;
	text-align: right;
	color: #9c9d9f;
	width: 195px;
}
#footer-right a {
	color: #222;
	text-decoration: none;
	border: none;
}
#footer-right a:visited {
	color: #222;
	text-decoration: none;
	border: none;
}
#footer-right a:hover {
	color: #3875d7;
	text-decoration: none;
	border-bottom: 1px dotted #227EE9;
}
#footer_menu{
	text-align:center;
}
#footer_menu ul {
	margin: 0;
	padding: 0;
}
#footer_menu li {
	display:inline;
	font-size:10px;
	margin-left:10px;
}
#footer_menu li a, #footer_menu li a:active, #footer_menu li a:visited {
	color:#999;
}
#footer_menu li a:hover {
	color:#000;
}

/*********************************** List ***********************************/
#list{
	clear:both;
	margin-top:15px;
	padding:0px;
}
#list .twocolums{
	border:1px solid #EEE;
	width:355px;
	height:150px;
	float:left;
	padding: 3px;
}

#list .twocolums .left, #list .threecolums .left{
	float:left;
	width:45%;
	padding:5px;
	text-align:center;
}
#list .twocolums .right, #list .threecolums .right{
	float:right;
	width:40%;
	padding:5px;
}
#list .twocolums h3{
	font-size:18px;
	margin:0;
}
#list .twocolums p{
	font-size:12px;
}
#list .twocolums a{
	color:#0099FF;
}
#list .threecolums {
	margin:3px;
	width:225px;
	height:150px;
	float:left;
}
#list .fourcolums {
	margin:3px;
	width:185px;
	height:150px;
	float:left;
}

/*********************************** Control ***********************************/

#control, #tools {
	float:right;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#control ul, #tools ul {
	margin-top:-30px;
	padding-top: 0px;
}
#control li, #tools li {
	list-style:none;
	display: inline;
	margin-left: 10px;
	padding:0px;
}
#legal {
	font-size: 12px;
	text-align: left;
	margin-right: 50px;
	margin-left: 50px;
}
#legal a {
	color: #006699;
}
#legal p {
	margin-left: 10px;
}
#legal li {
	margin-bottom:10px;
	margin-top: 5px;
}
#legal li li {
	color:#666666;
	}
#legal h3 {
	font-size: 18px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
#legal hr {
	background-color: #99CCFF;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #99CCFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 25px;
}
.oneCols #mainContent #legal_footer p, .twoCols #mainContent #legal_footer p {
	color:#999;
	font-size:10px;
}
#aviso {
	color: #000;
	font-size: 12px;
	text-align: left;
	padding: 10px;
}
#aviso li {
	padding-bottom: 10px;
	list-style-type: square;
}


/*
*/
#list {
	clear:both;
	margin-top:15px;
	padding:0px;
}
#list .twocols {
	border:1px solid #EEE;
	width:492px;
	float:left;
	padding: 3px;
}
#list .twocols .left {
	float:left;
	width:45%;
	padding:5px;
	text-align:center;
}
#list .twocols .right {
	float:right;
	width:50%;
	padding:5px;
}
#list .twocols h3 {
	font-size:18px;
	margin:0;
}
#list .twocols p {
	font-size:12px;
}
#list .twocols a {
	color:#0099FF;
}
#list .threecols {
	margin:3px;
	width:328px;
	height:175px;
	float:left;
}
#list .fourcols {
	margin:3px;
	width:245px;
	height:175px;
	float:left;
}
.info_links {
	text-align: center;
	clear: both;
	padding-left:250px;
	padding-right:50px;
	padding-bottom:250px;
	background-image:url(../img/misc/logo_footer.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
.info_links_details {
	width: 800px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.info_links_details div {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 50px;
	padding-right: 30px;
	border-color: #CECECE;
	border-style: solid;
	border-width: 0 1px 0 0px;
}
.info_links_details div.last {
	border-width: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.info_links_details h3 {
	font-family: Arial, Helvetica, Sans serif;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 5px auto;
	text-align: left;
}
.info_links_details ul {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	margin: 2px;
	padding: 0px;
}
.info_links_details a {
	font-family: Arial, Helvetica, Sans serif;
	font-weight: normal;
	font-size: 11px;
	color: #292929;
	text-decoration: none;
	margin-left:10px;
}
.info_links_details a:hover {
	color: #292929;
	text-decoration: underline;
}
.rss {
	float: right;
	margin: 0px 0px 0px 5px;
}
.rss a {
	border: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-bottom:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.month {
	font-size: 12px;
	color: #999999;
	padding: 5px;
	text-align:left;
	float:left;
}
.lang {
	font-size: 12px;
	color: #fff;
	padding: 7px;
	float:left;
	margin: 0px;
	width: 80px;
}
.lang a {
	color: #fff;
}
.lang a:hover {
	color: #3399CC;
}
.golden {
	color: #985;
}
.blue {
	color: #3399CC;
}
.red, .offer {
	color: #CC0000;
}
.tenue {
	color: #666;
}
.line
{
	text-decoration: line-through;	
}
.micro {
	font-size:10px;
	color: #999;
}
.bgtenue {
	background-color:#E9F1FF;
}
.imgIzquierda {
	float:left;
	padding:5px;
	border: 1px solid #FFF;
	margin-right:10px;
}
.imgDerecha {
	float:right;
	padding:5px;
	border: 1px solid #FFF;
	margin-left:10px;
}
.search {
	color:#999;
	background-image: url(../img/misc/magnifier_bw.png);
	background-repeat: no-repeat;
	background-position:right 2px;
	border:1px solid #EEE;
	padding-right:5px;
	padding-bottom:3px;
	padding-top: 3px;
	padding-left: 3px;
	width:200px;
}
.search:hover {
	border:1px solid #999;
}
.s25 {
	width:25%;
}
.s50 {
	width:50%;
}
.s75 {
	width:75%;
}
.s90 {
	border: solid 1px #CCC;
	width:90%;
}
.button {
	background-color:#666666;
	border:1px solid #333333;
	color:#FFFFFF;
}
.bold {
	font-weight: bold;
	font-size: 11px;
}
.detail {
	font-size: 10px;
}
.detail img {
	padding:10px;
	border: none;
}
.just {
	text-align: justify;
	display: block;
}
.lista {
	font-size: 10px;
	width: 98%;
	float: left;
	background-color: #DDD;
	border: 2px solid #DDD;
	margin: 2px;
}
.hrseparator {
	color:#FFFFFF;
	border-bottom: solid 10px #FFFFFF;
}
.smallCart {
	background-color:#FFF;
}
.mycart {
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#3399CC;
	padding-left: 20px;
}
.myedit {
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	color:#690;
	padding-left: 20px;
	font-weight:normal;
}
.myorder {
	background-image: url(../img/two-docs.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#333;
	padding-left: 20px;
	font-weight:normal;
}
.myaccount {
	background-image: url(../img/secure.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
	padding-left: 20px;
}
.myexit {
	background-image: url(../img/exit.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#000000;
	padding-left: 20px;
}
.mypanel {
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#669900;
	padding-left: 20px;
}
.mydownloads {
	background-image: url(../img/misc/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#669900;
	padding-left: 20px;
}
.myrecords {
	background-image: url(../img/discs.png);
	background-repeat: no-repeat;
	background-position: left center;
	color:#CC0000;
	padding-left: 20px;
}
/* Buttons
--------------------*/

.btn_user {
	background-image: url(../img/misc/ico_user.png);
	background-repeat: no-repeat;
	background-position:left 0px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top: 0px;	
	padding-left: 25px;
	color:#006600;
	cursor:pointer;
}
.btn_send {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_send_db.gif);
	background-position: top left;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_send:hover {
	background-image: url(../img/misc/btn_send_db.gif);
	background-position: left -35px;
}
.btn_download {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_download.gif);
	background-position: top left;
	width:110px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_download:hover {
	background-image: url(../img/misc/btn_download.gif);
	background-position: left -35px;
}
.btn_send_blue {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_send_blue.gif);
	background-position: top left;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_send_blue:hover {
	background-image: url(../img/misc/btn_send_blue.gif);
	background-position: left -34px;
}
.btn_reset {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_cancel_db.gif);
	background-position: left top;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_reset:hover {
	background-image: url(../img/misc/btn_cancel_db.gif);
	background-position: left -35px;
}
.btn_login {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_login_db.gif);
	background-position: left top;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_login:hover {
	background-image: url(../img/misc/btn_login_db.gif);
	background-position: left -35px;
}
.btn_add {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_add.gif);
	background-position: left top;
	width:150px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_add:hover {
	background-image: url(../img/misc/btn_add.gif);
	background-position: left -35px;
}
.btn_update {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_update.gif);
	background-position: left top;
	width:95px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_back{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_back.gif);
	background-position: left top;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}
.btn_back:hover {
	background-image: url(../img/misc/btn_back.gif);
	background-position: left -33px;
}
.btn_pay, .btn_pay:hover{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../img/misc/btn_buy_green.gif);
	background-position: left 1px;
	width:100px;
	border:none;
	padding:10px;
	cursor:pointer;
}

.bgH1 {
	background:url(../img/misc/bgH1.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
	padding: 10px;
	margin-bottom:25px;
}
.PDF {
	background-image: url(../../hatttrick/img/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.DOC {
	background-image: url(../../hatttrick/img/page_white_word.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.HTML {
	background-image: url(../../hatttrick/img/page_white_world.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.XLS {
	background-image: url(../../hatttrick/img/page_white_excel.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.PPT {
	background-image: url(../../hatttrick/img/page_white_powerpoint.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.TXT {
	background-image: url(../../hatttrick/img/page_white_text.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.ZIP {
	background-image: url(../../hatttrick/img/page_white_compressed.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:none;
	padding-left:20px;
	padding-bottom:2px;
	cursor:pointer;
}
.ok_msg {
	font-size: 12px;
	background-color: #CCFFCC;
	background-image: url(../img/misc/accept.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;	
	text-align: left;
	display: block;
	font-weight: bold;
	color: #006600;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #006600;
}
.err_msg {
	font-size: 12px;
	background-color: #FFCCCC;
	background-image: url(../img/misc/delete.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;	
	text-align: left;
	display: block;
	font-weight: bold;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #CC0000;
}
.adv_msg {
	font-size: 12px;
	background-color: #FFFFC0;
	background-image: url(../img/misc/error.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;	
	text-align: left;
	display: block;
	font-weight: bold;
	color: #FC4700;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #FC4700;
}
.info_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(../img/misc/information.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #003A92;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.help_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(../img/misc/help.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;	
	text-align: left;
	display: block;
	font-weight: bold;
	color: #003A92;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.msg{
	font-weight: normal;
	color: #000;
	text-indent: 25px;
}

.arrow{
	background-image: url(../img/misc/arrow_right_grey.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

