/**
 * @version $Id: styles.css 916 2009-03-30 20:31:01Z tomb $
 */
 
* {margin : 0;padding : 0;}
html {overflow-y: scroll; }

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#747474;
	font-size:12px;
}
.floatL { float:left; }
.floatR { float:right; }
.clearF { clear:both; }

a:link { color:#349acb ; text-decoration: none;}
a:visited { color: #349acb; text-decoration: none;}
a:hover { color: #666; text-decoration: none;}
a:active { color:#349acb; text-decoration: none;}

.container {
	position : relative;
	width : 980px;
	left : 50%;
	margin-left : -490px;
	overflow: hidden;
}

.cont_bg {
	background-image:url(/images/cont_bg.png);
	background-repeat:repeat-x;
	/*height:658px;*/
}

/* ---------------------------------------- */
.cnt_top_bg {
	background-image:url(/images/cnt_top_bg.png);
	background-repeat:repeat-x;
	height:65px;
}

.cnt_mtop_bg {
	background-image:url(/images/cnt_mtop_bg.png);
	background-repeat:repeat-x;
	height:90px;
}

.cnt_mbottom_bg {
	background-image:url(/images/cnt_mbottom_bg.png);
	background-repeat:repeat-x;
	height:90px;
}

.cnt_bottom_bg {
	background-image:url(/images/cnt_bottom_bg.png);
	background-repeat:repeat-x;
	height:112px;
}
/* ---------------------------------------- */

.cont_item {
	width:380px;
}

.more_info_btn {
	width:200px;
	height: 53px;
	cursor:pointer;
	background-image: url(/images/btn_info.png);
	background-repeat:no-repeat;
}

.more_become_btn {
	width:192px;
	height:50px;
	cursor:pointer;
	background-image: url(/images/btn_become.png);
	background-repeat:no-repeat;
}

.more_find_btn {
	width:223px;
	height:50px;
	cursor:pointer;
	background-image: url(/images/btn_find.png);
	background-repeat:no-repeat;
}

.submit_btn {
	width:192px;
	height: 50px;
	cursor:pointer;
	background-image: url(/images/btn_submit.png);
	background-repeat:no-repeat;
}

img.root {
	padding-top:10px;
	cursor:pointer;
}

.list {
	text-align:left;
	font-size:18px;
	color:#666;
	width:580px;
	line-height:28px;
}

.b_title {
	font-size:30px;
	color: #459be3;	
}

.b_title_s {
	position:relative;
	top:20px;
	left:30px;
	font-size:18px;
	color: red;	
}

.pos_image {
	/*position:relative;
	top:5px;*/
	padding-right:10px;
	float:left;
}


.left_column {
	float:left;
	width:210px;
	text-align:right;
	padding-right:10px;
	margin-top:3px;
}

.right_column {
	float:left;
	/*font-size:16px;*/
	text-align:left;
	padding-right:10px;
}

.rowTitle {
	background-color: #999999;
	color: #FFFFFF;

}
th {
	font-weight:normal;
	text-align:center;
}

input.text {
	width:220px;
	padding:2px;
}

input {
	padding:0px;
}

.tbl_chkbox {
	width:50px;
}

select {
	padding:2px;
}

div.fieldsignup {
	margin-bottom:12px;
}

div.line {
	height:1px;
	background-color:#dedede;
}

tr.rowA { background-color: #ededed; }
tr.rowB { background-color: #fff; }



/* ERRORS */

.error_occured_header {
	position:relative;
	top: 5px;
	left: 30px;
	margin-bottom: 30px;
}

.error_message {
	position:relative;
	top:10px;
	left:30px;
	font-size:12px;
}

.close_l {
	width:19px;
	height:20px;
	background-image:url(/images/errors/btn_close.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	position:absolute;
	top:4px;
	left:653px;
	cursor:pointer;
}

#logo_section_error {
	width:54px;
	height:45px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	top:7px;
	left:10px;
	padding-left: 0px;
	padding-top: 15px;
}