﻿html {
    background-color: Black;
}

body {
    background-color: Black;
    font-family: Arial;
}

/* popup */

#popup
{
    display:none;
    overflow: hidden;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    width:693px;
    top: 360px;
    background:transparent url(../images/70.png);
    border:solid 1px #cccccc;
    z-index:200;
    padding:2px;   
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;

}

#popup a.popup_close
{
    width: 12px;
    height: 11px;
    right: 9px;
    top: 7px;
    position: absolute;
    display: block;
    cursor: pointer;
}

#popup div.popup_content { 
	display: none;
	
}

.popup_inner
{
margin: 14px 17px;
}

#comment_comment
{
	width:653px;
	height:50px;
	display:block;
	margin-top: 150px;
}

#submit
{
	cursor: pointer;
	float:right;
}

textarea, input
{
	color: Black;
	font-family: Arial;
	font-size: 16px;
	
}

#popup
{
	color: White;
	font-family: Arial;
	font-size: 16px;

}
/* end popup */
