@font-face {
  font-family: "ClearSans-Light";
  src: url('fonts/ClearSans-Light.ttf') format("truetype");
}

@font-face {
  font-family: "SinkinSans-400";
  src: url('fonts/SinkinSans-400.otf') format("opentype");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url('fonts/OpenSans-Light.ttf') format("truetype");
}

a
{
text-decoration: none;
color: #555555
}

img
{
border: none;
}

.form_error
{
color: b37a00;
}

form
{
padding: 0;
margin: 0;
}

.input_text
{
border-width: 1px;
border-style: solid;
border-color: bcbbbb;
color: 353535;
font-size: 15px;
font-family: ClearSans-Light;
background-color: dbdbdb;
width: 209px;
height: 30px;
float: left;
padding-left: 10px;
padding-right: 10px;
}

.input_text2
{
border-width: 1px;
border-style: solid;
border-color: bcbbbb;
color: 353535;
font-size: 15px;
font-family: ClearSans-Light;
background-color: white;
width: 150px;
height: 26px;
float: left;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 3px;
}

.input_submit
{
border: 0;
color: white;
font-size: 16px;
font-family: ClearSans-Light;
text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
background-color: 52bb4d;
height: 35px;
padding-bottom: 3px;
}

.input_submit_small
{
border: 0;
color: white;
font-size: 14px;
font-family: ClearSans-Light;
text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
background-color: 52bb4d;
height: 30px;
padding-bottom: 2px;
}

textarea
{
border-width: 1px;
border-style: solid;
border-color: bcbbbb;
color: 353535;
font-size: 15px;
font-family: ClearSans-Light;
background-color: dbdbdb;
float: left;
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}

select
{
background-color: dbdbdb;
color: 555555;
font-size 20px;
font-family: ClearSans-Light;
height: 30px;
float: left;
}

select option:first-child {
  font-size: 16px
}

select option
{
font-size: 16px;
}

.select_option
{
background-color: #52bb4d;
color: white;
font-size 25px;
font-family: ClearSans-Light;
text-shadow: 0px 1px 3px rgba(0,0,0,0.75);
height: 30px;
}
