* { margin:0; padding:0; }

html {
 overflow: -moz-scrollbars-vertical !important;
}

a:active  { outline: none; }
a:focus   { -moz-outline-style: none; }

a , a:link, a:visited {
 text-decoration:none;
 color:#aaa;
}

a:hover {
 text-decoration:none;
 color:#fff;
}

body {
 background:#222;
 height:100%;
 font-family:arial;
 font-size:12px;
}

#cont{
 width:940px;
 margin:0 auto;
}

#main {
 background:#343129;
 background:transparent;
}

.pom {
 position:absolute;
 top:20px;
 right:8px;
 width:250px;
 height:40px;
 background-color:#fff;
 filter:alpha(opacity=20);opacity:0.2;-moz-opacity:0.2;
 font-weight:bolder;
 text-align:right;
 padding-right:5px;
 -moz-border-radius:  4px 0  0 4px;
}

.pom2 {
 position:absolute;
 top:20px;
 right:0;
 width:300px;
 height:40px;
 font-weight:bolder;
 color:#eee;
}

img.imache {
 cursor:pointer;
 margin-top:-15px;
}


#low, #low1, #low2 {
 color:#fff;
 background:#1C1C1C;
 margin-top:10px;
 text-align:justify;
 width:692px;
 padding:4px;
}

#low1 {
 text-align:center;
 margin-top:-7px;
}

.onf {
 margin-bottom:-20px;
 margin-top:-12px;
 border:0;
}

#low2 {
 background:transparent;
 border-top:3px solid #1C1C1C;
 text-align:center;
}


.commentform {
 width:700px;
 background:444;
 margin-top:10px;
 display:none;
}

.inputst {
 border: 1px solid #000;
 background: url(none) no-repeat #8d8d8d;
 font-family: tahoma, helvetica, sans-serif;
 font-style: normal;
 font-size: 14px;
 color: #454743;
}

.labelst {
 font-family: tahoma, helvetica, sans-serif;
 font-style: bold;
 font-size: 13px;
 color: #82983e;
}

.togglecom{
 cursor:pointer;
 color:#fff;
}

#prev {
 position:absolute;
 left:50%;
 margin-left:-20px;
 top:80px;
}

.bt, .hide {
 background-color:#333; 
 font: 'trebuchet ms',helvetica,sans-serif; 
 border:1px solid #444;
 color: #82983e;
}

.bthov, .hidehov {
 border-color:#888;
 cursor:pointer;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: black;
color: white;
padding: 30px;
text-align:justify;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
color: white;
font-weight: bold;
text-align: center;
background: transparent url("panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}


