/* ==================================================================
hipparis.css
================================================================== */




#gb_form_div { 
  text-align : left;
  width : 460px;
}

#gb_form {
  text-align : left;
  background-color : #fff;

}


#gb_form_div a {
  color : #87bbc1;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #000;
  text-decoration : underline;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : roman; 
  color : #000;
}

#gb_form legend {
  margin : 5px 0px 0px 0px;
  font-size:90%;
  font-wieght:roman;

}

#gb_form legend#mainlegend { 


  margin-left : -10px;
}

#gb_form legend#mainlegend small { 

  text-transform : uppercase;
}



#gb_form label { 
 
  font-size:90%; color:#92a75f;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : verdana, arial, sans-serif; 
  color : #87bbc1; 
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #fff;
  line-height : 1.5em;
  width : 400px;
  margin:5px 0px 10px 0px;
}

#gb_form select#reason{font-style:italic; color:87bbc1; width : 410px; padding:4px;}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  width : 400px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 5px 0px;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #000;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, div#content-main small.whythis a { 
  border:0;
  font-size:100%;
}

#gb_form small.whythis a span { 
  font-size : 100%;
  font-style:italic;
  color : #87bbc1;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:link, #gb_form small.whythis a:visited, #gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active  { 
  text-decoration : none;
  color : #87bbc1;
  font-style:italic;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : #fffde5;
  color : #87bbc1;
  font-style:italic;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;

  letter-spacing : .0001em;
  color : #666;
}
p.nocomments{display:none;}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #14568a;
}

div#content-main a.post-edit-link {font-size:76%}select#reason{display:none;}

/* End HIPPARIS CSS */
