@charset "UTF-8";

/* English OK 2008 */
/* contact.css */
/* 05_08_2007 */

/* set NULL */
.subh1{
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px dotted #333;
	width:680px;
	margin:0 0 0 10px;
	padding:7px 0 5px 5px;
	background:url(../images/global/backgrounds/header_bg.gif) repeat-x;
}

p{
	margin:10px;
	font-size:13px;	
	}

.ctable{
	color:#333;
	background:#EEE url(full.png) repeat-x top left;
	border:5px solid #DDD;
	margin:15px auto 20px auto;
	border-collapse:collapse;
	width:640px;
	font-size:13px;
}

.ctable td, th{
	background:transparent;
	padding:10px;
	border:1px dotted white;
}

.ctable td.title{
	font-weight:bold;
	width:200px;
	color: #444444;
}

.ctable th.title{
	color: #003366;
	font-weight:bold;
	font-size:15px;
	width:200px;
	background:url(../images/global/backgrounds/table-title.gif) 0px 0px repeat-x;
	text-align:left;
}

.ctable tbody tr{

}


.ctable tbody tr.odd td{
	background:transparent url(tr_bg.png) repeat top left;
}

.ctable tfoot{

}

.ctable tfoot td{
	padding:10px;
}

.ctable tfoot tr{

}

* html tr.odd td{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale');
}

.minibullets{
	margin:10px;
	padding:0;
	}


/* ---------------- FORM ------------------ */

input, select, textarea{
	background:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
	

input:focus, textarea:focus, select:focus, input:hover{
	background: #DDFFFF;
  	color: #333333;
	font-size:13px;
	font-weight:bold;
	}
	
.special {
	width:5px;
	visibility:hidden;
}

.generalnotes{
	font-size:11px;
	font-weight:bold;
}

.search_button{
	display:block;
	width:220px;
	height:38px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	background:url(../images/global/nav/gel-button1.gif) 0px 0px no-repeat;
	cursor:pointer;
	text-decoration:none;
	padding:0;
	border:0;
}

.search_button:hover{
	font-size:16px;
	color:#439CC0;
	background:url(../images/global/nav/gel-button1.gif) -220px 0px no-repeat;
}
