
#fp_area {
	background-image:url(/public/fi_bg.jpg);
	width: 973px;
	height: 395px;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#left {
	margin:30px 0px 0px 95px;
	background-image:url(/public/fi_box_left_bg.png);
	background-repeat:no-repeat;
	width: 265px;
	height: 328px;
}

#right {
	margin:30px 0px 0px 0px;
	background-image:url(/public/fi_box_1_bg.png);
	background-repeat:no-repeat;
	width: 245px;
	height: 328px;
}

#pw_field {
	float: left;
	position: relative;
	background-image:url(/public/fi_passw_bg.jpg);
	background-repeat:no-repeat;
	width: 70px;
	height: 21px;
	margin:0px 0px 0px 0px;
}

#pw_field input {
	background: none;
	border: none;
	padding: 3px 0px 0px 2px;
	width: 68px;
}

#user_field {
	float: left;
	position: relative;
	background-image:url(/public/fi_user_bg.jpg);
	background-repeat:no-repeat;
	width: 123px;
	height: 21px;
	margin:0px 0px 0px 0px;
	padding-right: 10px;
}

#user_field input {
	background: none;
	border: none;
	padding: 3px 0px 0px 2px;
	width: 121px;
}

#submit_field {
	position: absolute;
	width: 26px;
	height: 26px;
	bottom: 14px;
	right: 8px;
}

#FrontContent {
	width:973px;
}

.info_text {
	position: relative;
	margin: 0px 0px 0px 0px;
}

.info_link {
	float:left;
	margin:0px 0px 0px 0px;
	position:relative;
	width:220px;
}


.box {
	position:relative;
	float:left;
	padding: 17px 0px 0px 10px;
}

.cms_block {
	position:relative;
	float:left;
	padding-left: 15px;
	background-image:url(/public/fi_block1_bg.jpg);
	background-repeat:no-repeat;
	margin:1px 1px 1px 1px;
	width: 241px;
	height: 70px;
}

.cms_block h1{
	margin-top:11px;
	margin-bottom:2px;
}

.cms_block h2{
	margin-top:0px;
	margin-bottom:5px;
}

.cms_block a{
	text-decoration:none;
}

.cms_block_center {
	position:relative;
	float:left;
	background-image:url(/public/fi_block3_bg.jpg);
	background-repeat:no-repeat;
	margin:1px 1px 10px 1px;
	padding-left: 15px;
	width: 236px;
	height: 40px;
}

.cms_block_center h1 {
	margin-top:11px;
	margin-bottom:2px;
}

.cms_block_link {
	margin-top:0px;
	margin-left:10px;
	margin-bottom:1px;
	margin-right:10px;
	position:relative;
	background-image:url(/public/fi_line_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom center;
	height: 24px;
	padding-left:14px;
}

.cms_block_link a {
	position:absolute;
	left: 38px;
	text-decoration:none;
}

.cms_block_small {
	position:relative;
	float:left;
	background-image:url(/public/fi_block2_bg.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
	margin:1px 1px 1px 1px;
	width: 241px;
	height: 40px;
}

.cms_block_small h1{
	margin-top:11px;
	margin-bottom:2px;
        color:black;
}

.cms_block_small a{
	text-decoration:none;
}

.arrow {
	float: left;
	position: absolute;
	background-image:url(/public/fi_arrow.png);
	background-repeat:no-repeat;
	top:16px;
	right:10px;
	width: 6px;
	height: 9px;
}

.arrow_small {
	float: left;
	position: relative;
	background-image:url(/public/fi_arrow2_small.png);
	background-repeat:no-repeat;
	width: 3px;
	height: 6px;
}


.reg_link {
	position: absolute;
	top:12px;
	right:6px;
}

.clear {
	clear:both;
        height: 0px;
        margin: 0px 0px 0px 0px;
        padding:  0px 0px 0px 0px;
}

.red_span {
        font-style:italic;
	color:#FF3333;
	background-image:url(/public/fi_arrow_small.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:10px;
	padding-bottom:5px;

}

.big_text {
	font-size:16px;
}

.small_text {
	font-size:12px;
}

.gray_span {
	color:#736F6E;
}


