@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;}
#form_wrap{
	width: 800px;
	margin: 10px auto;
	padding:5px 10px;
	border:2px solid #2090cf;
	}
#form_header{
	width: 800px;}
	h2{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:18px;
		font-weight:bold;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		text-decoration:underline;}
#form_header p {
margin: 5px;
line-height:20px;
margin-bottom:10px;
}
.floatLeft{
	float:left;
	margin:0px 50px;
}
floatRight{float:right; margin-left:10px;}
.clear {
	clear:both;
}
.ccnum{
width: 40px;
margin-right:5px;
}
/**************** FORM*****************/
/******************************************FORM STYLES***************************/
.contentA{
		margin-bottom:20px;
	}
.red {
		color:red;
	}
.left{
		width:150px;
		float:left;
		padding:7px 0px 0px 7px;
		min-height:24px;
	}
.right{
		width:320px;
		float:left;
		padding:5px;
		min-height:24px;
	}
.clear{
		float:none;
		clear:both;
		height:0px;
	}
.inputcat{
background-color:#00334c;
color:#ffffff;
padding:2px 0px;
}
.textarea {
width:190px;
}
.row{
		display:block;
		min-height:32px;
	}
hr {
		border:1px solid #ccc;
	}
.text{
		width:190px;
	}
.inputcat{
background-color:#00334c;
color:#ffffff;
padding:2px 0px;
}
.country{
		width:240px;
	}
.ruler{
		width:480px; border-bottom:dashed 1px #dcdcdc;
	}
tr:focus{
		background-color:#fcfcf0;
	}
td{
		vertical-align:top;
	}
.over{
		background-color:#ccc;
	}
.out{
		background-color:#fff;
	}
.button{
		margin-left:230px;
		margin-bottom:15px;
	}
#accordion{
	width:490px;
	margin:0px auto 20px auto;
	display:block;
}
#accordion .section {
	display:block;
	padding:5px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
	text-indent:7px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	background: #00334c 4px center no-repeat;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #fff;
}

.submitbutton{
margin: 0px auto;
padding:3px;
display: block;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/
.formInfo {
margin:3px;
}
 .formInfo a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
 .formInfo a.tooltip .text {display:none; padding:2px 3px; margin-left:8px; width:230px;}
 .formInfo a.tooltip:hover .text{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}
 