BODY{
  background:#eef6f9 url(/images/cid/disclaimer_body_bg.png) repeat-x;
  font-family: arial, helvetica;
  font-size: 11px;
  padding-top: 50px;
  overflow: auto;
  color:#333;
}

.field{
    width: 150px;
    font-size: 11px;
    border: 1px solid #CE7019;
    padding: 1px;
}

input { 
	padding:0; 
	margin:0; 
}
input[type=text] {
	margin-bottom:10px;
}
 
LABEL
{
    display: block;
  	font-weight: bold;
	font-size:11px;
	margin-bottom:5px; 
}

A
{
    color: #CE7019;
    text-decoration: none;
}

A:HOVER
{
    background: #FFE9BB;
    color: #CE7019;
}

a.button,
	input.button{
  	background: url(/images/buttons/button_bg.gif);
    /*  background: url(/images/icons/table_head_bg.gif); */
	color: #FFF;
	text-decoration: none;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #CE7019;
	font-size: 11px;
}

a.button.disabled,
input.button.disabled
{
  background: #eee url(/images/buttons/button_bg_off.gif);
  color: #777;
  border: 1px solid #999;
}

a:hover.button,
input:hover.button{
    background: #FFE9BB;
    color: #CE7019;
    cursor: pointer;
}

#container{
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #99bbcd;
    background: #FFF;
}

#header{
  	padding: 0px;
  	background: #E7D2AD;
    color: #FFF;
    background:#E7D2AD url('/images/cid/header_bg.png') repeat-x;
}

#logo_de{
    height: 64px;
    width: 64px;
    background: url(/images/cid/gs_logo.png) no-repeat;
    float: left;
	margin:15px 0 25px 15px;
}

#logo_ch{
    height: 64px;
    width: 64px;
    background: url(/images/cid/gs_logo.png) no-repeat;
    float: left;
	margin:15px 0 25px 15px;
}

#logo_quartix {
    height: 22px;
    width: 133px;
    background: url(/images/cid/GSQuartix_logo.png) no-repeat;
	float: right;
	margin: 57px 15px 25px 0;
}


#header h1{
	clear:both;
    font-size: 16px;
	color: #4677af;
	margin: 0 0 0 15px;
}

#header h2 {
	font-size: 10px;
    color: #ce7019;
	margin:0 0 0 15px;
	font-weight: normal;
}

#intro {
	margin: 10px 0 0 0;
}

h3 {
    color: #CE7019;
    margin: 0 0 3px 0;
    font-size: 12px;
    display: block;
}
h3.headline-registered-users {
	margin-top:15px; 
}

h4{
    color: #CE7019;
    margin: 0;
    font-size: 11px;
    display: block;
}

#content{
    padding: 15px;
}

p.disclaimer-submit {
	float:left;
	margin:15px 0 0 0 !important;
}

p#im_notice {
	
}

#im_notice:hover {
  cursor:pointer;
}

#d_outer {
  float: right;
}

#disclaimer{
  width: 310px;
  height: 250px;
  overflow: scroll;
  padding-right: 20px;
  overflow-x: hidden;
}

#disclaimer ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 13px; 
}

#disclaimer ol {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px; 
}

#disclaimer ol li{
  padding: 0px 0px 0px -10px;
  margin: 0px 0px 0px -5px; 
}

* html #disclaimer{
    overflow:hidden;
    overflow-y: scroll;
}

#disclaimer div {
    font-size: 11px;
}

#btn_p {
	margin-right:3px;
	vertical-align:middle;
}

#button{
  float: left;
  width: 350px;
}

#login_error
{
  border: 1px solid #f00;
  background: #fBB;
  padding: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

#message
{
  border: 1px solid #0f0;
  background: #BfB;
  padding: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

#auto_logon
{
 background: #eee;
 padding: 3px;
 float: left;
}

.block
{
    background: #f6f6f6;
    padding: 10px;
    border-bottom: 1px solid #99bbcd;
    border-top: 1px solid #99bbcd;
	font-size:11px; 
}
.block p {
	margin:0 0 20px 0;
}
.block .label-right {
	width: 305px;
	float: right;
	font-size:11px;
	margin:0;
	_margin-top:-20px;	
}

.block label.inline {
	display: inline;
    width: 305px;
    float: left;
    font-size:11px;
    margin:0; 
    margin-bottom:10px;
    position:relative;
    left:10px;
}

.block input.inline {
	display: inline;
    float:left;
    margin:0px;
    margin-top:0px;
    margin-bottom:10px;
}

.left_col
{
    float: left;
    clear: left;
    width: 25px;
	_margin-top:10px;
}

.right_col
{
    float: left;
    width: 280px;
}
label.right_col {
	_margin-top:13px;
}

/* TOOLTIP STYLE ------------------------------------------ */
div.domTT {
    border: 1px solid #CE7019;
    background-color: #FFF8E3;
}

div.domTT .caption {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    color: #CE7019;
}

div.domTT .contents {
    font-size: 11px;
    font-family: Arial, Verdana;
    padding: 4px;
    width: 300px;
    text-align: justify;
}

