body{
	padding: 5px 0 0 0;
	margin: 0;
	font: .7em Tahoma, Arial, sans-serif;
	line-height: 1.7em;
	background: #fff url(images/bg.gif) repeat-x;
	color: #454545;
}

a{
	color: #2F637A;
	background: inherit;
	text-decoration: none;
}

a:hover{
	color: #808080;
	background: inherit;
}

.TextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #006600;
	background-color: #F4FBFF;
	border: 1px solid #8CADFB;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01538F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #545329;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	border: 1px solid #83BBFA;
	background-image: url(images/butt_back.jpg);
	height: 22px;
	vertical-align: middle;
}
hr {
	border: 1px solid #CCCCCC;
	height: 1px;
}
.colorpicker {
	border: 1px outset #000033;
	overflow: scroll;
	visibility: hidden;
	height: 200px;
	width: 325px;
	z-index:1;
	position: absolute;
	background-color: #FFFFFF;
	
}
.Error {
	font-weight: bold;
	color: #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.colorboxstyle {
	border: 1px solid #000000;
}

#facebox .b{
	background: url(images/box/b.png);
}

#facebox .tl{
	background: url(images/box/tl.png);
}

#facebox .tr{
	background: url(images/box/tr.png);
}

#facebox .bl{
	background: url(images/box/bl.png);
}

#facebox .br{
	background: url(images/box/br.png);
}

#facebox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup{
	position: relative;
}

#facebox table{
	border-collapse: collapse;
}

#facebox td{
	border-bottom: 0;
	padding: 0;
}

#facebox .body{
	padding: 10px;
	background: #fff;
	width: 370px;
}

#facebox .loading{
	text-align: center;
}

#facebox .image{
	text-align: center;
}

#facebox img{
	border: 0;
	margin: 0;
}

#facebox .footer{
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br{
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facebox_hide{
	z-index: -100;
}

.facebox_overlaybg{
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

