/**
 * Author Henry Addo
 * Copyright (c) 2007 Henry Addo
 * LICENSE see LICENSE file
 */

img {
  border : none;
}

/** page layout **/
#gh_cedis_page_wrapper {
  width : 200px;
  padding : 25px;
  margin : 20 auto;
  background : #1299F8;
}

#gh_cedis_header {
  width : 100%;
  background : #FFDA6B;
  height : 100px;
  border-bottom : 1px solid #000;
}

#gh_cedis_header_img {
  float : left;
  padding-left : 50px;
}

#gh_cedis_header_txt {
  padding : 10px;
}

#gh_cedis_h4 {
  color : #FFF;
  font-size : 15px;
  text-align : center;
}

#gh_cedis_footer{
  padding-top : 20px;
  font-size : 10px;
  text-align : center;
}

/** forms styles **/
#gh_cedis_button {
  color       : #000000;
  font-family : Arial, Verdana, Helvetica, sans-serif;
  margin-top  : 4px;
  font-weight : bold;
  text-align  : center;
  font-size   : 11px;
  background  : url(../images/button_bg.png);
  border      : 1px solid #3399FF;
  height      : 20px;
}

.gh_cedis_inputbox {
  font-family  : verdana, arial, helvetica, sans-serif;
  font-size    : 11px;
  border       : 1px solid #000000;
}

.gh_cedis_p{
  color : #FFF;
  font-weight : bold;
  text-align : center;
  height : 50px;
}

