/*#############################
COMMON RESET CSS
###############################*/
.formcss, .formbox, ol, ol li  {
	margin:0px;
	padding:0px;
	list-style-type:none;
	min-height:1px;
	line-height:1.2;
	font-size:100%;
	}
/*=============================
FORM OUTER BOX CSS
===============================*/
.formcss {
	background-color:#FDFDFD;
	border-left:1px solid #F8F8F8;
	border-top:1px solid #F8F8F8;
	border-right:1px solid #F1F1F1;
	border-bottom:1px solid #F1F1F1;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	}	
.formbox {
	border-left:none;
	border-top:none;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-left:1px solid #F1F1F1;
	border-top:1px solid #F1F1F1;
	padding:10px;
	margin-bottom:10px;
	background-color:#F8F8F8;
	}
.formcss .close {
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:2;
	border:5px solid #607D5E;
	}
/*=============================
ONE-COLUMN LAYOUT CSS
===============================*/
.colum_1 li label {
	float:none;
	width:auto;
	text-align:left;
	padding-bottom:3px;
	}
.colum_1 .btnbar span {
	left:1%;
	width:94%;
	}
.colum_1 .iframeborder div {
	margin-left:0px;
	}
/*=============================
ONE-LINE FORM LAYOUT CSS
===============================*/
.onelineform {
	margin-bottom:0px;
	}
.onelineform ol li{
	float:left;
	padding:0px 10px 0 0;
	margin:0px;
	}
.onelineform ol li label {
	float:left;
	width:auto;
	margin:0 0 0 0;
	}
.onelineform ol .btnbar {
	background:none;
	height:auto;
	padding:0px;
	margin:0px;
	}
/*=============================
RATING 
===============================*/
.rating {
	margin-left:35%;
	padding-left:5px;
	}
.rating li {
	float:left;
	width:auto;
	width:30px;
	}
.rating li label {
	width:auto;
	margin:auto;
	float:none;
	text-align:center;
	display:block;
	}
.rating li input {
	border:none;
	background:none;
	margin:3px 0 0 6px;
	}
li.ratingdetails {
	float:none;
	width:auto;
	display:block;
	clear:both;
	margin-left:5px;
	}
/*=============================
FORM STRUCTURE CSS
===============================*/
.formbox li {
	position:relative;
	padding:4px 0;
	}
.formbox label {
	display:block;
	width:35%;
	padding:2px 5px 0 0;
	font-weight:bold;
	float:left;
	text-align:right;
	position:relative;
	}
.formbox li .error,
.formbox li .other {
	margin-left:35%;
	display:block;
	padding-left:5px;
	}
.formbox li em {
	color:#FF0000;
	font-weight:bold;
	}
.formbox li .calender {
	position:absolute;
	margin-left:5px;
	}
.formbox li .help {
	position:absolute;
	margin-left:5px;
	top:6px;
	cursor:pointer;
	}
.formbox li .searchinput input,
.formbox li .searchinput img {
	float:left;
	} 
.help {
	cursor:pointer;
	}
/*=============================
OTHER FORM ELEMENTS CSS
===============================*/
.frm_elements {
	margin-left:35%;
	padding-left:5px;
	}
.frm_elements label {
	padding-left:25px;
	width:auto;
	text-align:left;
	float:none;
	}
.frm_elements input {
	position:absolute;
	left:-3px;
	top:3px;
	}
.checkboxlist {
	margin-left:35%;
	}
.checkboxlist td label {
	float:none;
	width:auto;
	display:inline;
	text-align:left;
	}
/*=============================
COMMON FORM ELEMENTS CSS
===============================*/
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #DDDBDB;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.frm_elements input{
	border:none;
	background:none;
	}
.formbox li .active {
	border:1px solid #EBEBEB;
	color:#DF0000;
	}
/*=============================
IFRAME CSS 
===============================*/
.iframeborder div iframe {
	width:200px;
	height:48px;
	}
.iframeborder div{
	border:2px solid #EEEEEE;
	width:200px;
	height:48px;
	float:left;
	margin-left:2px;
	display:block;
	position:relative;
	}
.iframeborder .refreshbtn {
	position:absolute;
	top:1px;
	left:210px;
	margin-left:5px;
	}
/*=============================
COMMON TITLE AND NOTE CSS
===============================*/
.formcss h4 {
	margin:0;
	padding:8px 25px 8px 10px;
	background-color:#EBEBEB;
	border-bottom:1px solid #E7E6E6;
	border-right:1px solid #E7E6E6;
	color:#000000;
	font-size:100%;
	position:relative;
	}
.note {
	background-color:#EBEBEB;
	border-bottom:1px solid #E7E6E6;
	border-right:1px solid #E7E6E6;
	padding:12px 15px;
	color:#333333;
	position:relative;
	}
.security {
	padding-left:2.50em;
	}
.security img {
	position:absolute;
	left:10px;
	}
h4 .help{
	position:absolute;
	top:7px;
	right:10px;
	}
.radiobtn input{
	border:none;
	}
#register .radiobtn input{
	border:none;
	background-color:#F8F8F8;
	}
/*=============================
BUTTON BAR CSS
===============================*/
.btnbar {
	background-color:#EBEBEB;
	position:relative;
	height:40px;
	}
.btnbar input {
	border:none;
	background:none;
	}
.btnbar span {
	position:absolute;/* changes made for change password page*/
	left:35%;
	top:6px;
	margin-left:7px;
	width:62%;
	text-align:left;
	}

.btnbar a,
.btnbar .right {
	color:#DF0000;
	font-weight:bold;
	position:absolute;
	right:14px;
	top:12px;
	}
.btnbar a:hover {
	color:#333333;
	}
.btnbar .button2{
	background-color:#DF0000;
	color:#FFFFFF;
	background-image:url(../images/btnbg1.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:2px 3px;
	border:1px solid #710404;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	margin:0 0 0 10px;
	position:absolute;
	top:2px;
	}
.labelleft{
	float:left;
	text-align:right;
	width:150px;
	}
	
#ucRegister_radShopType td,
#radShopType td
{
	width:140px;
	}

#ucRegister_radShopType td input,
#radShopType  input

{	
	float:left;
	}
#radShopType  input

{	
	background-color:#f8f8f8;
	}
#ucRegister_radShopType td label,
#radShopType td label
{	
	text-align:left;
	width:100px;
	}