/* CSS Document */

/* Import */
	@import url("A_selector.css");
	@import url("B_layout.css");
	
/* fin Import */


#primaryBlock{
	position:relative;
	float:left;
	width:433px;
	padding:0 0 0 20px;
	height:auto;
	min-height:402px;
	background:url(../img/primary/bg_primary_all.jpg) left bottom no-repeat;
}
* html body #primaryBlock{
	height:402px;
}
#primaryBlock h2{
	position:relative;
	width:433px;
	background:url(../img/titles/ttl_primary_all.jpg) left top no-repeat;
	height:46px;
	padding-bottom:12px;
}
#secondaryBlock{
	width:320px;
	height:402px;
	background:url(../img/secondary/bg_formblock_x4.jpg) left top no-repeat;
}
#secondaryBlock p{
	line-height:1.2em;
	padding-bottom:12px;

}
#formBlockX1{
	width:280px;
	padding:15px 0 0 0;
	margin:0 auto;
	background:none;
}
#formBlockX1 h3{
	background:url(../img/titles/ttl_secondary_all.jpg) center top no-repeat;
	height:55px;
}
ol li{
	font-size:1em;
	padding-bottom:6px;
}
dt, dd{
	color:#FFFFFF;
}
.col_1{
	width:252px;
}
.col_2{
	width:252px;
}
.col_3{
	width:253px;
	padding-bottom:130px;
}
#extraText{
	color:#FFFFFF;
	bottom:8px;
	right:40px;
	width: 370px;
	line-height:14px;
}
#extraText span{
	font-size: 13px;
	font-weight: bold;
}
