/* CSS Document */
div,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,img,span,em,strong,form,textarea,input{
	padding:0;
	margin:0;
	}

body{
	text-align:center;
	padding:0;
	margin:0;
	}

img{
	border:none;
	}

.clear{
	clear:both;
	}

.clear hr{
	display:none;
	}

/* general control styles */

.txt10{
	font-size:10px;
	}

.txt12{
	font-size:12px;
	}

.txt14{
	font-size:14px;
	}

.txtfocus{
	font-weight:bold;
	color:#FF0000;
	}

.btm05{
	margin-bottom:5px;
	}

.btm10{
	margin-bottom:10px;
	}

.btm15{
	margin-bottom:15px;
	}

.btm20{
	margin-bottom:20px;
	}

.btm30{
	margin-bottom:30px;
	}

.btm40{
	margin-bottom:40px;
	}

.alignright{
	text-align:right;
	}

.aligncenter{
	text-align:center;
	}

.block{
	display:block;
	}
	
/* layout style */

#container{
	width:920px;
	text-align:left;
	background:url(../images/bg_container.jpg) repeat-y 0 0;
	margin:0 auto;
	}

#container #innercontainer{
	padding:0 10px;
	}

#contents{
	padding:0 0px;
	}

#contents .main{
	width:640px;
	margin-bottom:30px;
	float:right;
	}


/* general headlines */

.headline-type01{
	color:#000000;
	font-size:14px;
	background:url(../images/bg_headline-type01.jpg) no-repeat 0 0;
	padding:7px 0 8px 12px;
	margin-bottom:10px;
	}

.headline-type02{
	color:#333333;
	font-size:14px;
	background:url(../images/bg_headline-type02.gif) no-repeat 0 0;
	border-bottom:1px solid #616161;
	padding:5px 0 5px 14px;
	margin-bottom:10px;
	}

.headline-type03{
	color:#000000;
	font-size:14px;
	background:url(../images/bg_headline-type03.jpg) no-repeat 0 0;
	padding:7px 0 8px 12px;
	margin-bottom:10px;
	}

.headline-type04{
	font-size:14px;
	background:url(../images/bg_icon-form.gif) no-repeat 0 50%;
	padding:2px 0 2px 20px;
	margin-bottom:10px;
	}

/* general object */

ul.standard{
	list-style:none;
	font-size:14px;
	margin-bottom:50px;
	}

ul.standard li{
	background:url(../images/bg_icon-arrow1.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
	margin-bottom:10px;
	}

/* form element control */

input.text50{
	width:50px;
	}

input.text70{
	width:70px;
	}

input.text100{
	width:100px;
	}

input.text120{
	width:120px;
	}

input.text270{
	width:270px;
	}

textarea.text270{
	width:270px;
	height:100px;
	}

textarea.text380{
	position:relative;
	width:99%;
	height:100px;
	}

select.text120{
	width:120px;
	}

select.text260{
	width:260px;
	}

table td.error, div.checkcompanies div.spacer.error {
	background-color:#FFE6E6;
	}

table td.error span.msg, div.checkcompanies span.msg{
	color:#FF0000;
	font-size:10px;
	display:inline;
	background:url(../images/bg_icon-error.gif) no-repeat 0 50%;
	padding:2px 5px 2px 17px;
	margin:0 0 0 0;
	}

.focus{
	background-color:#FFFBDB;
	border-color:#A5ACB2;
	}

/* open ads styles */

.adsarea{
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:20px;
	}


