body {
  margin: 0;
	padding: 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #177bc1;
}
.hidden {
	display: none;
}
#head {
	background: #fff;
	height: 257px;
}
#head .head_logo h2 {
	position: absolute;
	left: -5000px;
}
#head .head_logo {
	background: url(gz.php?uri=imgs/logo_side.gif) no-repeat;
	height: 490px;
	width: 132px;
	position: fixed;
	bottom: 15px;
	left: 890px;
	display: none;
}
#head .head_slogan h3 {
	position: absolute;
	left: -5000px;
}
#menu, #nmenu li, #nmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 137px;
	left: 145px;
}
#menu li {
	display: inline;
	margin-left: 0px;
}
#menu li a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar, #sidebar li, #sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar {
	position: absolute;
	top: 210px;
	left: 5px;
}
#sidebar li {
	display: block;
	height: 20px;
	width: 120px;
	border-bottom: 1px solid #000;
	text-align: right;
	margin-top: 2px;
}
#sidebar li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
#sidebar li #current {
	color: #DCDCDC;
}
#content {
	position: absolute;
	top: 210px;
	left: 160px;
	width: 625px;
}

#foot, #foot li, #foot ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#foot {
	position: fixed;
	bottom: 0px;
	height: 20px;
	border-top: 1px solid #000;
	width: 100%;
	background-color: #fff;
	display: none;
}
#foot ul {
	position: absolute;
	left: 180px;
	margin-top: 1px;
	font-size: 10px;
	font-weight: bold;
}
#foot li {
	display: inline;
	margin-left: 10px;
}
#foot li a {
	color: #0a0;
	font-weight: bold;
	text-decoration: none;
}

#extraDiv1 {
    background: #ffffff url(/assets/images/cloud-corner.gif) no-repeat top left;
    overflow: hidden;
    height: 121px;
    width: 128px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#extraDiv2 {
    background: #ffffff url(/assets/images/keyboard.gif) no-repeat top left;
    overflow: hidden;
    height: 121px;
    width: 136px;
    position: absolute;
    top: 0px;
    left: 128px;
}

#extraDiv3 {
    background: #ffffff url(/assets/images/logo1.gif) no-repeat top left;
    overflow: hidden;
    height: 106px;
    width: 392px;
    position: absolute;
    top: 10px;
    left: 310px;
}

#extraDiv4 {
    background: #ffffff url(/assets/images/line-ver.gif) no-repeat top left;
    overflow: hidden;
    height: 136px;
    width: 3px;
    position: absolute;
    top: 121px;
    left: 126px;
}

#extraDiv5 {
    background: #ffffff url(/assets/images/line-hor.gif) no-repeat top left;
    overflow: hidden;
    height: 3px;
    width: 136px;
    position: absolute;
    top: 118px;
    left: 264px;
}

#extraDiv6 {
    background: #ffffff url(/assets/images/autogen/a_icon_1.gif) no-repeat top left;
    overflow: hidden;
    height: 29px;
    width: 19px;
    position: absolute;
    top: 143px;
    left: 162px;
}

/* FORM */
form.dynamic {
    margin: 20px 20px 0 20px;
    padding: 0 0 20px 0;
}
.dynamic {
    font-size: small;
}
.dynamic li {
    width: 62% ;
}
form ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100% ;
    font-size: 100% ;
}
form li {
    margin: 0;
    padding: 4px 5px 2px 9px;
    position: relative;
    clear: both;
}
form li: after,
.buttons: after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form li,
.buttons {
    display: inline-block;
}
* html form li,
*html.buttons {
    height: 1% ;
}
form li,
.buttons {
    display: block;
}
* html form li div {
    display: inline-block;
}
form li div,
form li span {
    margin: 0 4px 0 0;
    padding: 0 0 8px 0;
    color: #444;
}
form li span {
    float: left;
}
form li div.left {
    display: inline;
    float: left;
    width: 47% ;
}
form li div.right {
    display: inline;
    float: right;
    width: 47% ;
}
label.desc {
    line - height: 150% ;
    padding: 0 0 1px 0;
    border: none;
    color: #222;
    display: block;
    font-size: 95% ;
    font-weight: bold;
}
form li div label,
form li span label {
    margin: 0;
    padding-top: 3px;
    clear: both;
    font-size: 9px;
    line-height: 9px;
    color: #444;
    display: block;
}
input.text {
    margin: 0;
    font-size: 100 % ;
    color: #333;
}
input.text {
    border-top: 1px solid#7c7c7c;
    border-left: 1px solid#c3c3c3;
    border-right: 1px solid#c3c3c3;
    border-bottom: 1px solid#ddd;
    background: #fff url(gz.php?uri=imgs/fieldbg.gif) repeat-x top;
}
input.text {
    padding: 2px 0 2px 0;
}
input.btTxt {
    padding: 0 7px;
    width: auto;
    overflow: visible;
}
.buttons {
    clear: both;
    margin-top: 10px;
}
.buttons input {
    font-size: 120% ;
    margin-right: 5px;
}
.info {
    display: inline-block;
    clear: both;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 1em 0;
}
.info[class] {
    display: block;
}
.info h2 {
    font-weight: normal;
    font-size: 160% ;
    margin: 0 0 3px 0;
    clear: left;
}
.info p {
    font-size: 100% ;
    line-height: 135% ;
    margin: 0 0 12px 0;
}
.buttons {
    clear: both;
    margin-top: 10px;
}.buttons input {
    font-size: 120% ;
    margin-right: 5px;
}
input.small {
    width: 25% ;
}
input.medium {
    width: 50% ;
}
input.large {
    width: 100% ;
}
input.error {
	background-color: #faa;
}
div.error {
	color: #f00;
}
.req {
    float: none;
    color: red ! important;
    font-weight: bold;
    margin: 0;
}
.reg {
    float: none;
    color: grey ! important;
    font-weight: normal;
    margin: 0;
}

/* Forms.. */
#Form * {margin:0px;padding:0px;list-style:none;}
#Form {margin-bottom: 10px;}
#Form fieldset {border:0px;clear:none;margin-bottom: 20px;}
#Form fieldset legend {padding: 4px 0px 4px 0px;margin: 0px;font-size:14px;font-weight:bold;color:#000;}
#Form form {margin: 0px;padding:10px 10px 0px 10px;}
#Form li {margin-bottom:10px;color:#834300;font-weight:bold;}
#Form label a {margin-bottom:-3px;margin-right:15px;float:right;padding:3px 6px;color:#834300;text-decoration:none;font-weight:normal;}
#Form textarea,#Form input,#Form select {font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;font-size:13px;font-weight: normal;}
#Form textarea {width:99.5%;height:150px;}
#Form textarea.SmallCommentBox {height: 150px;}
#Form textarea.LargeCommentBox {height: 400px;}
#Form .Button {cursor: pointer;color: #000 !important;}
#Form .Button.SubmitButton {margin-right:10px;}
#Form .Button {width: auto !important;}
#Form label.Radio {display:inline !important;	width:auto !important;}

.Account {width:500px;margin: 0px !important;}
#Form.Account * {color:#84733d;}
#Form.Account legend {color:#000;}
#Form.Account h2 {font-size:14px;margin-bottom:10px;}
#Form.Account p {padding-bottom: 10px;}
#Form.Account ul p {padding: 0px;}
#Form.Account label {display:block;width:80%;line-height:18px;margin-bottom: 4px;}
#Form.Account .Description span label,#Form.Account label small {font-weight:normal;}
.Description {margin:3px 0px !important;padding: 3px 0px 5px 0px !important;font-weight:normal;}
#Form.Account input,#Form.Account select {color:#000;width:40%;}
#Form.Account p span {display:block;margin-top:5px;}
#Form.Account p span label {float:none;display:inline;margin-left:5px;font-weight:bold;line-height:20px;width:90%;}
#Form.Account p span input {width:14px;}
#Form.Account .FormatTypeRadio {width:20px;}

#CustomInfo li {float:left;width:50%; clear: none;}
#CustomInfo li input {width:80% !important;}

/* IE Rendering Fixes */
#Body, #Form h2, #Form p {height: 1%;}

/* Thank you positioniseverything.com*/
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}