@charset "utf-8";
/* CSS Document */
body {
	background-color:#fffffe;
	margin:0;
	padding:0;
}

#page_container{
	margin:auto;
	width:600px;
	height:760px;
}


#header_black{
	margin:auto;
	width:600px;
	height:89px;
	background-image:url(../im/header_black.jpg);
	background-repeat:repeat-x;
}
#header_green{
	margin:auto;
	width:600px;
	height:100px;
	background-image:url(../im/header_green.jpg);
	background-repeat:repeat-x;
	z-index:2;
}

#logo{
	width:208px;
	height:89px;
	position:relative;
}

#channel_partners{
	width:256px;
	height:30px;
	position:relative;
	padding: 18px 0px 0px 20px;
	*padding: 18px 0px 0px 20px;
	_padding: 18px 0px 0px 20px;
}


#content{
	margin:auto;
	width:600px;
	overflow:visible;
}

/* height:567px; */
#content_left{
	float:left;
	width:351px;
	height:600px;
	background-color:#d2dadd;
	z-index:3;
	margin-top:-37px;
	*margin-top:-37px;
	_margin-top:-37px;
	margin-left:20px;
	*margin-left:20px;
	_margin-left:10px;
	
}

#content_right{
	float:left;
	width:194px;
	height:125px;
	background-color:#f5f5f7;
	z-index:3;
	margin-top:27px;
	*margin-top:27px;
	_margin-top:27px;
	margin-left:20px;
	*margin-left:20px;
	_margin-left:20px;
}

.logo_list{
	float:right;
	width:60px;
	height:250px;
	margin-top:175px;
	*margin-top:175px;
	_margin-top:175px;
}

table.logo_list_table tr td {
	padding: 5px 0px 5px 0px;
}


#btn_arrowhead{
	width:18px;
	height:17px;
	position:relative;
	margin: -33px 0px 0px 170px;
}

.form_title{
	font-family:Frutiger, Arial, Helvetica, sans-serif;
	color:#196d39;
	font-size:18px;
	font-weight:bold;
}

/* contact us table */
.form_contact{
	font-family: Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:12px;
	margin:-10px 0px 0px 12px;
	padding:2px 1px 1px 1px ;
}

table.form_contact tr td.font_bold {
	font-weight:bold;
}
.padding_top{
  padding-top:5px;
  *padding-top:0px;
  _padding-top:0px;
}

/* download table */
.download_table{
	font-family: Arial, Helvetica, sans-serif;
	color:#2e9966;
	font-size:12px;
	margin:20px 0px 0px 10px;
}

/* start <a> download */
.a_download{
	font-family: Arial, Helvetica, sans-serif;
	color:#2e9966;
	font-size:12px;
	text-decoration: none;
}

.a_download_bold{
	font-family: Arial, Helvetica, sans-serif;
	color:#2e9966;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}

.a_download  img{
	border:none;
}
.a_download :hover {
	color: #2e9966;
	text-decoration: none;
}
/* end <a> download */

/* start <input> css */
.input_meddle{
	width:316px;
	height:29px;
	font-size:13px;
}

.input_large{
	font-family: Arial, Helvetica, sans-serif;
	width:316px;
	height:120px;
	font-size:11px;
}
/* end <input> css */

.select_meddle{
	width:321px;
	height:29px;
	font-size:13px;
}

.btn_square{
	width:22px;
	height:22px;
	margin:-29px 0px 0px 292px;
}

/* start CSS submit button */
button {
    background: none;
	border: none;
	width:128px;
	height:29px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	/*height: 1.2em;*/
	font-size: 150%;
	/*ie7*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	cursor: pointer;
	margin-top: -1px;
}

.button_css ul{
	list-style:none;
	display:inline;
	list-style:none;
	margin-left:2px;
}
.button_css ul li{
	list-style:none;
	display:inline;
	float:left;
	margin: 0px 0 0 0;
}

.button_css_start{
	height:29px;
	width:6px;
	background-image:url(../im/btn_left.jpg);
	background-repeat:no-repeat;
}

.button_css_main{
	height:29px;
	width:109px;
	padding-top:8px;
	padding-right:4px;
	background-image:url(../im/btn_mid.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

.button_css_end{
	height:29px;
	width:5px;
	background-image:url(../im/btn_right.jpg);
	background-repeat:no-repeat;
}

/* end CSS submit button */


.red {
	color: #ff0000;
	padding-left:3px;
}

.thankyou_contetn{
	font-family:Frutiger, Arial, Helvetica, sans-serif;
	color:#196d39;
	font-size:24px;
	font-weight:bold;
}

.wordCount { 
	font: 14px/1.5em Georgia, Times, serif;
	float:right; 
	font-size: 20px; 
	line-height: 30px; 
}

.error { color: #f00; }