@charset "utf-8";
.bg {
	background-image: url(img/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.greenBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00ffa8;
}
.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00ffa8;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.greylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00ffa8;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color:#0099FF;
}
.greenTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00FFA8;
}

a:active {
	text-decoration: none;
}

ul {
    color: white;
    background-color: transparent;
}




/* Volunteer Form */

.form_description h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.form_description h6 {
	font-size: 10px;
}
 
.phpfmg_form, .form_description, .form_footer{
	padding-left: 10px;
	padding-bottom: 10px;
	width: 580px;
}
 
.form_field, .form_required, .form_description, .form_button{
    font-weight : bold;
}
 
.form_required{
    color:red;
}
 
.field_block{
    padding: 5px;
}
 
.field_block_over{
/*
    padding: 4px;
    border: 1px dashed #cccccc;
    background-color: yellow;
*/    
}
 
 
.form_submit_block{
    padding-top: 10px;
}
 
.form_text{
}
 
.text_box, .text_area, .text_select {
    width:300px;
	color:#999999;
}
 
.text_area{
    height:80px;
}
 
.form_error_title{
    font-weight: bold;
    color: red;
}
 
.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 16px;
    color : black;
    margin: 10px;
}
 
.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}
 
div.instruction_error{
    color: red;
    font-weight:bold;
}
 
div.instruction{
}
 
 
.form_button{
    width:  80px;
    height: 28px;
}
 
.form_choice_text{
}
 
.form_choice_over{
    background-color: #dedede;
    cursor: pointer;
}




#gblogo
{display: block; background-position:right; width: 165px; height: 74px; background: url("img/gblogo01.png") no-repeat 0 0;  margin-left:auto; margin-right:auto;}

#gblogo:hover
{background: url("img/gblogo02.png") no-repeat 0 0;}




#igem
{display: block; background-position:right; width: 168px; height: 144px; background: url("img/IGEMlogo1.jpg") no-repeat 0 0;  margin-left:auto; margin-right:auto;}

#igem:hover
{background: url("img/IGEMlogo2.jpg") no-repeat 0 0;}
