* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
  font-family: verdana, helvetica, arial, sans-serif;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0px;
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #666666;
}
td.white {
  color: #FFFFFF;
}
a {
  font-family: verdana, helvetica, arial, sans-serif;
  color: #000267;
}
a:hover {
  color: #F0B245;
}
a.check {
  font-family: verdana, helvetica, arial, sans-serif;
  color: #000267;
  background-color: #F0B245;
  text-decoration: none;
}
a.check:hover {
  background-color: #000267;
  color: #F0B245;
}

h3, h4 {
color:#333399;
}
b.goldtext {
  color: #996600;
}
input.bordered, textarea.bordered, input.button {
  border-top: #CCCCCC solid 1px;
  border-bottom: #4E4E4E solid 1px;
  border-right: #4E4E4E solid 1px;
  border-left: #CCCCCC solid 1px;
  font-size: 9pt;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #ff0000;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #ff0000;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #ff0000;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #ff0000;
}

div.capctha-container{
border:1px solid #000;
padding:5px;
overflow:hidden;
}

div.capctha-container h2{
font-size:1.2em;
}
div.capctha-container img{
float:left;
display:block;
margin-right:5px;
overflow:hidden;
}

div.capctha-container div.right{
float:right;
width:186px;
margin-right:5px;
overflow:hidden;
}

div.clear{
float:none;
clear:both;
width:100%;
}

div.captcha {  
  float: left;
  padding: 5px;
  width: 224px;  
  border: 1px solid #888888;
}

div.captcha label {
  float: none;
  clear: both;
  display: block;
}

div.captcha img,
div.captcha span,
div.captcha a {
  float: left;
}

div.captcha span {
  cursor: pointer;
}