<style type="text/css">

@font-face {
        font-family: 'Electrolize', Arial, sans-serif;
        font-weight: 400;
        color: #000;
}
body{
        font-family: 'Electrolize', Arial, sans-serif;
        font-weight: 400;
        color: #000;
}
.font-big {
 font-weight:normal;
 color:#000;
 font-weight:normal;
}
.font-small {
 font-size:0.6em;
 color:#000;
 font-weight:normal;
}
.table {
 background-color:transparent;
 margin-top:-15px;
 margin-left:10px;
}

.col1 {
 width:20%;
}
.col2 {
 width:30%;
}
.col3 {
 width:20%;
}
.col4 {
 width:30%;
}
.head {
 background-color:transparent;
}
.main {
 background-color:transparent;
 color:#000;
 font-weight:normal;
 width:30%;
}
.foot {
 background-color:transparent;
}
.align {
 text-align:left;
}
.textarea {
 background-color:transparent;
 color:#000;
 font-weight: normal;
 border : 1px solid #31B99F;
 border-radius:0px;
 padding:5px 5px 5px 5px;
}
.button {
 width: 130px;
 border:1px solid tranparent;
 border-radius : 0px;
 background-color:#31B99F;
 color:#fff;
 font-weight:normal;
 padding: 5px 0px 5px 0px;
}
.button:hover {
 width: 130px;
 border:1px solid #FF5400;
 border-radius : 0px;
 background-color:#FF5400;
 color:#FFFFFF;
 font-weight: normal;
 padding: 5px 0px 5px 0px;
}
.input {
 background-color:transparent;
 color:#000;
 border : 1px solid #31B99F;
 border-radius:0px;
 font-weight:normal;
 padding:5px 5px 5px 5px;
}
.captcha {
 background-color:#fff;
 color:#000;
 font-weight:normal;
 border : 0px solid #000136;
 border-radius: 0px;
 opacity:0.5;
 padding:5px 5px 5px 5px;
}
.select {
 background-color:transparent;
 color:#fff;
 border : 1px dashed #000000;
 font-weight:normal;
}
.link {
 background-color:transparent;
 font-weight:normal;
 font-decoration:none;
 color:#000;
}
.link:hover {
 background-color:transparent;
 font-weight:normal;
 color:#000;
}
.textarea:hover, .textarea:focus, .input:hover, .input:focus, .captcha:hover, .captcha:focus, .select:hover, .select:focus {
 background-color:#FF5400;
 border : 1px solid #FF5400;
 opacity:0.7;
 color:#fff;
 font-weight:normal;
}
.button {
 width: 130px;
}
</style>