/* cabedge.com Screen Styles */
html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; padding: 0;
	font-size:11px;
	font-family:"Trebuchet MS";
	background: #ffffff;
	background-image:url(../images/back_home.jpg);
	background-repeat:repeat-x;
	background-position:0 -50px;
	color: #333333;
	position: relative;
  	width: 100%;
}

/* resets most browser styles to enhance cross-browser compatibility */
form{
	margin:0;
	padding:0;
}

img{
	border:none;
	}

#header1{
	width:100%;
	height:30px;
	margin:0px;
}

#in-header1{
	height:23px;
	margin:0px;
	margin-top:27px;
	padding-left:25px;
}

#setup{
	width:369px;
	top:28px;
	left:10px;
	z-index:10;
	position:absolute;
	min-height:250px;
	font-family:"Trebuchet MS";
	font-size:11px;
}

#setup-form{
	background: transparent url(../images/back_setting.png);
	width:369px;
	min-height:240px;
}

#insetup-form{
	padding:5px 15px;
	}

#setup-bottom{
	height:11px;
	background: transparent url(../images/back_settingbottom.png) no-repeat;
}

.setup-separatitle{
	width:100%;
	height:1px;
	border-bottom:1px solid #FF7100;
	margin:5px 0;
}

.setup-separator{
	width:100%;
	height:1px;
	border-bottom:1px solid #DCDFE2;
	margin:5px 0;
}

.clear{
	clear:both;}

.tdlabel{
	width:125px;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
	height:28px;
	color: #454545;
	}
.tdlabel2{
	width:125px;
	text-align:right;
	padding-right:5px;
	vertical-align:middle;
	height:20px;
	color: #454545;
	}	
.tdinput{
	text-align:left;
	vertical-align:middle;
	height:28px;
	}
	
.inputs, .inputcolor {
	border: 1px solid #C2C3C4;
	width: 195px;
	background: #fff;
	font-size:11px;
	color: #454545;
	padding: 3px;
	}
.inputs:hover, .inputcolor:hover
	{
	border: 1px solid #FFC18E;
	}
.inputcolor{
	width:55px;
	}
a#btnFlashLayouts img{
	width:95px;
	height:23px;
	background-position:-194px 0px;
	background-image:url(../images/btns_menu.png);
	}

a#btnFlashLayouts:hover img, .btnFlashLayoutsSel{
	background-position:-194px -28px;
	}	
a#btnCustomise img{
	width:95px;
	height:23px;
	background-image:url(../images/btn_customise.png);
	margin-right:5px;
	}

a#btnCustomise:hover img,a.selected#btnCustomise img{
	background-position:0 -24px;
	}

a#btnSupport img{
	width:95px;
	height:23px;
	background-image:url(../images/btn_support.png);
	}

a#btnSupport:hover img{
	background-position:0 -24px;
	}

a#btnGetCode img{
	width:95px;
	height:27px;
	background-image:url(../images/btn_getcode.png);
	}

a#btnGetCode:hover img{
	background-position:0 -27px;
	}

a#btnApply img{
	width:95px;
	height:27px;
	background-image:url(../images/btn_apply.png);
	}

a#btnApply:hover img{
	background-position:0 -27px;
	}

a#btnClose img{
	width:27px;
	height:28px;
	background-image:url(../images/btn_close.png);
	}

a#btnClose:hover img{
	background-position:0 -28px;
	}


.error{
	color:#FF0000;
	text-align:center;
}

#error{
	width:220px;
}

#loading{
	width:220px;
	text-align:center;
}
	
#checkAjax{
	width:220px;
	float:left;
}

#dvbtnGetCode{
	float:right; 
	width:105; 
}

#dvCheckAjax{
	float:left; 
	width:325px;}
	
