h1 {
 font-size: 25px;
 padding: 0;
 margin: 0;
 color: #00BB2F;
}

form {
 margin: 0;
 padding: 0;
 text-align: left;
 font-family: Arial;
}

option {
 padding-left: 5px;
}

.form {
 text-align: left;
}

.row {
 font-size: 12px;
 text-align: left;
 padding: 5px;
 font-weight: bold;
}

.input {
 font-family: Tahoma;
 font-size: 14px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 width: 350px;
 border: 1px solid #C7CFCB;
 height: 20px;
}

.textarea {
 font-family: Tahoma;
 font-size: 14px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 width: 350px;
 border: 1px solid #C7CFCB;
 height: 100px;
}

input.button {
 font-size: 13px;
 color: #e9ebec;
 font-weight: bold;
 cursor: pointer;
 background: url('/templates/i/button.gif') no-repeat center center;
 width: 90px;
 height: 28px;
 border-width: 0px;
}

.input_menu {
 font-family: Tahoma;
 font-size: 14px;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
 width: 174px;
 border: 1px solid #C7CFCB;
 height: 18px;
}


.star {
 color: #FF0000;
}

.sendmail, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.sendmail {
 background-image: url('/comments/i/info_done.png');
 color: #4F8A10;
 background-color: #DFF2BF;
}

.error {
color: #D63301;
background-color: #FFCCBA;
background-image: url('/templates/i/info_error.png');
}

.com_head {
 border-bottom: 1px solid #e1e1e1
}

.com_top {
 background: #f3f3f3;
 border-top: 1px solid #cc0000;
 border-bottom: 1px solid #e1e1e1
}

.com_text {
 padding: 5px;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 font-family: arial, helvetica, sans-serif
}

.com_name {
 padding: 5px;
 font-size: 12px;
 font-weight: normal;
 color: #000000;
 font-family: arial, helvetica, sans-serif
}

.line {
 background: url('/comments/i/line.gif') top left repeat-x; height: 1px;
 width: 100%;
 padding-bottom: 10px
}