@charset "utf-8";
/* CSS Document */
.button_blue01{
	background-color:#788EB0;
	color:#fff;
	border:1px solid #A3B0CF;
	width:150px;
	}
.button_blue01 a{
	display:block;
	width:140px;
	padding:5px;
	text-align:center;
	color:#fff;
	font-size:0.8em;
	text-decoration:none;
	}
.close{
	float:right;
	}
.close a{
	color:#fff;
	}
#comp_01{
	width:609px;
	float:left;
	margin:10px 0 0 0;
	}
#comp_sent{
	width:609px;
	float:left;
	margin:10px 0 0 0;
	padding:20px 5px;
	height:800px;
	border:#CCCCCC solid 1px;
	}
#comp_box01{
	background-color:#50659A;
	background-image:url(../images/ns_hatched01.jpg);
	background-repeat:repeat-y;
	color:#fff;
	padding:0 0 10px 0;
	}
#comp_box02{
	position:relative;
	font-size:1em;
	width:610px;
	float:right;
	padding:10px 0 0 0;
	}
#comp_box02 h1{
	font-size:1.1em;
	text-transform:uppercase;
	}
#comp_img_left{
	width:250px;
	float:left;
	}
#comp_provider{
	width:250px;
	float:right;
	margin:10px 0 0 0;
	border:#CCCCCC solid 1px;
	}
.comp_prov_img{
	text-align:center;
	padding:5px;
	}
.comp_prov_text{
	background-color:#F6F6F6;
	padding:5px;
	}
#content{
	overflow:hidden;
	height:1530px;
	}
iframe{
	background-color:#fff;
	}
#termsConditions{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:150px;
	overflow:auto;
	background-color:#50659A;
	border:3px dashed #A3B0CF;
	padding:5px;
	}
