body {
	margin: 20px auto;
	padding: 0 20px;
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	color: #595959;
	text-align: center;
	
	background-image: url(../images/container_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

h2 {
	font-size: 16px;
}

table {
	font-size: 11px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

table td {
	vertical-align: top;
}

#site {
	margin: 0 auto;
	width: 900px;
	
	text-align: left;
	font-size: 11px;
}

form {
	margin: 0;
}

input, select {
	font-size: 11px;
	color: #595959;
}

span.color, strong.color, a.color {
	color: #d92b2b;
}

input.mini_submit {
	height: 17px;
	width: 27px;
	margin: 1px 3px 0;
	background: none;
	border: none;
	background-image: url(../images/right/btn_mini_submit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	vertical-align: top;
}

/****/
#popup {
	background-color: #ffffff;
	text-align: left;
}

#popup p {
	margin: 6px 10px;
}

#popup table.dark {
	width: 100%;
	padding: 6px 10px;
	background-color: #f5f5f5;
}

#popup table.dark td {
	vertical-align: middle;
}

#popup table.dark td input {
	vertical-align: bottom;
}

#code_title {
	padding-bottom: 2px;
	width: 100%;
	background-color: #02cee4;
}

#code_title h2 {
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 14px;
	color: #fff;
}

#comment_submit {
	height: 31px;
	width: 212px;
	font-size: 14px;
	font-weight: bold;
	background: none;
	background-image: url(../images/codes_promo/coment_btn.gif);
	border: none;
}

div.bulle_negative {
	text-align: center;
	border-bottom: 2px solid #ffffff;
}