* {
  color: #078b00;
}

html {

}

body {
  text-align: center;
  margin: 0;
  background: #078b00 url(../images/body_bg.gif) center 270px repeat-x;
}


#container {
  margin: 30px auto 0 auto;
  text-align: left;
  width: 924px;
}
#header {
  margin: 0;
  padding: 0;
  width: 924px;
  height: 130px;
  background: transparent url(../images/header_bg.gif) right bottom no-repeat;
}
#header h1 {
  width: 214px;
  height: 97px;
  margin: 0;
  background: transparent url(../images/logo.gif) 0 0 no-repeat;
}
#header h1 a:link, #header h1 a:visited {
  display: block;
  width: 214px;
  height: 97px;
  text-indent: -1000000px;
  font-size: 1px;
  color: #078b00;
}



#col_left {
  float: left;
  width: 214px;
  color: #fff;
}
#col_left h3 {
  background: transparent url(../images/arrow.gif) 0 0 no-repeat;
  padding: 0 10px 0 25px;
  margin: 20px 0 5px -10px;
  min-height: 19px;
  line-height: 19px;
  position: relative;
}
* html #col_left h3 {
  height: 19px;
}
#col_left .block {
  padding: 0 10px 0 15px;
  margin: 0 0 34px 0;
}
#col_left .block, #col_left .block p, #col_left .block li {
  font-size: 11px;
}
#col_left, #col_left * {
  color: #fff;
}

#col_left label {
  width: 65px;
  float: left;
  display: block;
}


#main {
  float: left;
  width: 710px;
}


#main #content {
  float: left;
  width: 457px;
  /* margin: 0 0 0 17px; */
  padding: 0 8px 0 9px;

}


#main #content, #main #content * {
  color: #fff;
}

#main #content h2 {
  font-size: 17px;
  line-height: 17px;
}

#main #col_right {
  float: left;
  width: 236px;
  background: transparent url(../images/form_bg.gif) 0 0 repeat-y;
}

#main #col_right #pas {
  width: 236px;
  height: 179px;
  background: transparent url(../images/pas.gif) 0 0 no-repeat;
  margin: 0;
}

#main #col_right h2 {
  color: #078b00;
  font-weight: default;
}
#main #col_right .block {
  margin: 0 15px 0 17px;
}



form {
  width: 236px;
  margin: 0;
  padding: 0;
}
form .row {
  margin: 0 15px 2px 17px;
  height: 20px;
  line-height: 20px;
}
form .row .textfield {
  width: 130px;
  border: 1px solid #419f3b;
  background: #fff url(../images/field_bg.gif) 0 0 no-repeat;
}
* html form .row .textfield {
	width: 125px;
}
form .errorlabel label {
  color: #f00;
}
form .row label {
  display: block;
  width: 70px;
  float: left;
  line-height: 20px;
}

form .radio input {
  float: left;
}
form .radio label {
  width: 55px;
}
form .checkbox input {
  float: left;
}
form .checkbox label {
  width: 182px;
  line-height: 15px;
}
form .frmtext {
	padding:0;
	height:120px;
	clear:both;
}
form .frmtext label {
	float:none;
	width:auto;
	line-height:15px;
}
form .frmtext textarea {
	overflow:auto;
  border: 1px solid #419f3b;
  background: #fff url(../images/field_bg.gif) 0 0 no-repeat;
  width:198px;
  height:60px;
}


form #form_footer {
  width: 236px;
  height: 53px;
  background: transparent url(../images/form_footer.gif) 0 0 no-repeat;

}
form #form_footer .submit {
  border: 0;
  padding: 0;
  margin: 10px 0 0 18px;
  width: 201px;
  height: 24px;
  background: transparent url(../images/button.gif) 0 0 no-repeat;
  color: #fff;
  font-weight: bold;
}

#sidebar_footer {
  width: 236px;
  height: 53px;
  background: transparent url(../images/form_footer.gif) 0 0 no-repeat;
}

#footer {
  background-color: #00f;
  clear: both;
  margin: 0 0 20px 0;
}

.lf {
  clear: both;
  display: block;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.notice {
  text-align: left;
}
.errors, .errors * {
  color: #f00;
}
.thanks {
  text-align: left !important;
}

#gallery {
  background: #f6f6f6 url(../images/screenshots.png) no-repeat;
  padding: 7px 0 0 8px;
  width: 449px;
  height: 154px;
  margin: 5px 0 10px 0;
  position: relative;
}
.thumbnail {
  width: 92px;
  height: 70px;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}
* html .thumbnail {
    margin: 0 5px 2px 0;
}
.thumbnail img {
  padding: 0;
  margin: 0;
}
#openfirst {
    width: 147px;
    height: 113px;
    position: absolute;
    right: 9px;
    top: 31px; 
    cursor: pointer;
}