
h3.header {

	position: relative;
	top: 0px;
	width:100%;
	height: 30px;
	background-image: url(/images/smartex_default/yell_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

h3.header div {
	
	width: 100%;
	height: 30px;
	background-image: url(/images/smartex_default/yell_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

h3.header div div.l{

	left: 0px;
	float: left;
	width: 26px;
	height: 30px;
	background-image: url(/images/smartex_default/yell_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

h3.header div div.r{
	float: right;
	width: 10px;
	height: 30px;
	background-image: url(/images/smartex_default/yell_r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* for currency's table */

h3.header div div.r2{
	float: right;
	width: 10px;
	height: 30px;
	background-image: url(/images/smartex_default/yell_r2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}	

h3.header div div.m{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	vertical-align:middle;
	height: 30px;
	padding-top: 7px;
	}

/* faq */
div.subtitle {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e9a200;
}

div.content {

	/*margin: 5px;
	border-bottom: 1px solid #ffffff;*/
	
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	margin: 1px 10px 10px 10px;
	padding: 4px;
}

/*  */

.input {
	border:1px solid #b9b9ba;
	height:20px;
	width:100%;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
}

/* from old design */
.cells2 {
	border:1px solid #b9b9ba;
	height:20px;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
}

.cells1 {
	border:1px solid #b9b9ba;
	height:20px;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
}

.textarea {
	border:1px solid #b9b9ba;
	width:100%;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
}


/*
div.pageheader {
	
	width: 790px;
	height: 15px;
	background-image: url(../images/smartex_default/1-2bg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	}
div.pageheader div{
	
	left: 0px;
	width: 15px;
	height: 15px;
	background-image: url(images/smartex_default/1-1.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	}
div.pageheader div div{
	right: 0px;
	width: 15px;
	height: 15px;
	background-image: url(images/smartex_default/1-3.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	}

*/

div.pagefooter {


}

table.pagecontainer {

	width: 790px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.pagecontainer tr td {

	/*color: #FFFFFF;*/

}

/* change form */

div.change input{
	margin: 5px;
}

div.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.exchangeform  tr td.name {	
	width: 140px;
	height: 20px;
	text-align: left;
}

.exchangeform  tr td.value {
	height: 20px;
	text-align: left;
}

.exchangeform tr td input{
	/* ref to .cells2 */
	border:1px solid #b9b9ba;
	height:20px;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
	width: 200px;
}

.exchangeform  tr td.value span{
	color:#FF0000;
	margin: 0px 5px 0px 1px;
}

.red {
	color:#FF0000;
}

table.verify_code {
	height: 40px;
}

table.verify_code tr td{
	margin: 0px 5px;
}

table.verify_code tr td span{
	color: #FF0000;
}

table.verify_code tr td input{
	border:1px solid #b9b9ba;
	height:20px;
	font-family: Tahoma;
	font-size:11px;
	font-style: normal;
	color: #373737;
	padding-left:4px;
	margin: 1px;
}

div.inner_content {
	text-align: left;
	padding-left: 5px;
}