body {
	background: #eff3f6;
}

.box {
	background: #fefefe;
	border: 1px solid #C3D4DB;
	border-top: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
	color: #444;	
	overflow: hidden;
}

.box.login {	
	text-align: left;    
}

.pure-form fieldset.boxBody {
	background: #fefefe;	
	padding: 10px 20px;
	order-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.box footer {
	background: #eff4f6;
	border-top: 1px solid #fff;
	padding: 22px 26px;
	overflow: hidden;
	height: 32px;
}

.box label {
	display: block;
	font: 14px/22px Arial, Helvetica, Sans-serif;
	margin: 10px 0 0 6px;
}

.box footer label {
	float: left;
	margin: 4px 0 0;
}

.box footer input[type=checkbox] {
	vertical-align: sub;
	*vertical-align: middle;
	margin-right: 10px;
}

.box input[type=text],.box input[type=password],.txtField,.cjComboBox {
	border: 2px solid #F7F9FA;
	margin-left: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7
		inset;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px
		#95a2a7 inset;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;	
}

.box input[type=text]:focus,.box input[type=password]:focus,.txtField:focus,.cjComboBox:focus
	{
	border: 2px solid #f0f7fc;
	margin-left: 4px;
	-moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6
		inset;
	-webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px
		#0d6db6 inset;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	color: #333;
}

.cjComboBox {
	width: 294px;
}

.cjComboBox.small {
	padding: 3px 2px 3px 6px;
	width: 100px;
	border-width: 3px !important;
}

.txtField.small {
	padding: 3px 6px;
	width: 200px;
	border-width: 3px !important;
}

.rLink {
	padding: 0 6px 0 0;
	font-size: 11px;
	float: right;
}
.box a:hover,.box a:focus {
/* 	text-decoration: underline; */
}

.box a:active {
	color: #f84747;
}

.btnLogin, .btnLogin:focus {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 15px;
	background: #86A6C0;
	background: -moz-linear-gradient(top, #144477, #002855); 
	background: -webkit-gradient(linear, left top, left bottom, from(#144477),
		to(#002855));
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#144477', EndColorStr='#002855')";	
	cursor: pointer;
	padding: 11px 16px;
/* 	font: bold 11px/14px Verdana, Tahomma, Geneva; */
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0px;
	color: #fff;
	-moz-box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px,
		rgba(0, 0, 0, 0.1) 0 1px 1px;
	-webkit-box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px,
		rgba(0, 0, 0, 0.1) 0 1px 1px;
	box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px, rgba(0, 0, 0, 0.1)
		0 1px 1px;
	margin-left: 12px;
	float: right;
	padding: 7px 21px;
}

.btnLogin:hover,.btnLogin:active {
	text-decoration: none;
	background: #a1d8f0;
	background: -moz-linear-gradient(top, #2E6096, #2E6096);
	background: -webkit-gradient(linear, left top, left bottom, from(#2E6096),
		to(#2E6096));
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E6096', EndColorStr='#2E6096')";
}

.btnLogin:active {
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0px;
}

.btnGeneric {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 15px;
	background: #86A6C0;
	background: -moz-linear-gradient(top, #144477, #002855); 
	background: -webkit-gradient(linear, left top, left bottom, from(#144477),
		to(#002855));
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#86A6C0', EndColorStr='#76889d')";	
	cursor: pointer;
	padding: 11px 16px;
/* 	font: bold 11px/14px Verdana, Tahomma, Geneva; */
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0px;
	color: #fff;
	-moz-box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px,
		rgba(0, 0, 0, 0.1) 0 1px 1px;
	-webkit-box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px,
		rgba(0, 0, 0, 0.1) 0 1px 1px;
	box-shadow: inset rgba(255, 255, 255, 0.6) 0 1px 1px, rgba(0, 0, 0, 0.1)
		0 1px 1px;
	margin-left: 12px;	
	padding: 7px 21px;
	margin-top: 10px;
}

.btnGeneric:hover,.btnGeneric:focus,.btnGeneric:active {
	background: #a1d8f0;
	background: -moz-linear-gradient(top, #86A6C0, #86A6C0);
	background: -webkit-gradient(linear, left top, left bottom, from(#86A6C0),
		to(#86A6C0));
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorStr='#86A6C0', EndColorStr='#86A6C0')";
}

.btnGeneric:active {
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0px;
}

footer#main {
	position: fixed;
	left: 0;
	bottom: 10px;
	text-align: center;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	width: 100%;
}