
* {
 margin: 0;
 padding: 0;
}

body {
 /* font-family: geneva, 'Trebuchet MS', sans-serif;*/
 background-color: #EEEEEE;
 color: #5D5649;
 font-size: 12px;
 line-height: 135%;
}

div.break { clear: both; height: 1px; width: 1px; overflow: hidden; }

h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #003366;
 font-weight: normal;
 margin-bottom: 10px;
}

p { margin-bottom: 1em; }
a:link { color: #5D5649; }
a:visited { color: #756F64; }
/* a:hover { color: #5C0101; text-decoration: none; } */
a:active { color: #5D5649; }
dt a:link { color: #003366; }
dt a:visited { color: #F16E2F; }
dd { margin-bottom: .75em; color: #857F74; }
.meta { display: none; }
input, textarea {
 /* font-family: geneva, 'Trebuchet MS', sans-serif; */
 font-size: 12px;
  }

div#modal_overlay {
 background-color: #211C11;
 width: 100% !important;
}
div#modal {
 background-color: #FDFCF9;
 border: 2px solid #003366;

}
div#modalBar {
 background-color: #003366;
 padding: 1px 3px 3px 3px;
 font-size: 11px;
 text-align: right;
}
div#modal div.content {
 padding: 20px;
}
div#modal div.row {
 width: 380px;
}
div#modal #commentSubmit {
 width: 380px;
}
div#modal h2 {
 margin-bottom: 10px;
}
div#modal form input, div#modal form textarea {
 color: #5D5649;
 border: 1px solid #79BCFF;
 margin-bottom: 5px;
 padding: 2px;
}
div#modal form textarea {
 width: 250px !important;
}
div#modal form label {
 color: #B3A38B;
 display: block;
 float: left;
 width: 75px;
 padding-right: 5px;
 padding-top: 3px;
 text-align: right;
}
div#modal img#captcha {
 float: left;
 margin-right: 10px;
 border: 1px dotted #EBE2D2;
}
div#modal hr {
 height: 1px;
 border: none;
 color: #C6E2FF;
 background-color: #C6E2FF;
 margin-top: 5px;
 margin-bottom: 5px;
}
div#modal input.submit {
 float: right;
 margin: 5px 0 0 0;
 background-color: #0074E8;
 color: #FFFFFF;
 font-size: 12px;
 border: 1px solid #62B0FF;
}
.error {
 color: #FFFFFF;
 background-color: #C9435B;
 border: 1px dashed #A82C29;
 background-position: 5px 3px;
 background-repeat: no-repeat; 
 padding: 5px 5px 5px 28px;
 margin-bottom: 10px;
}

.success {
 color: #FFFFFF;
 background-color: #0EB838;
 border: 1px dashed #0B912D;
 background-position: 5px 3px;
 background-repeat: no-repeat; 
 padding: 5px 5px 5px 28px;
 margin-bottom: 10px;
}

.error a {
 color: #FFFFFF;
}

.couponBox
{
border:2px solid #003366;
}

.comments_wp_coupons
{
display:none;
}

.mainPanel table td
{
border:none;
}

div.un_reliable_class {
background-color:#FEF3F3;
border:2px solid #D21717;
margin:1em 0;
padding:5px 5px 1px 7px;
}
div.reliable_class {
background-color:#A5F8BA;
border:2px solid #0B912D;
margin:1em 0;
padding:5px 5px 1px 7px;
}

.thickbox a:hover
{
background:#FFFFFF none repeat scroll 0 0 !important;
}


a.linkrel:hover, a.linkrel:active
{
text-decoration:underline;
background:none;
color:#808080;
}
.comment_show:hover
{
text-decoration:underline;
}