/* CSS Document */

@import url("blocks.css");

/* ==================== html, body */
html, body, font, td, p, li {
    margin: 0px;
    outline: none;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #353535;
	line-height: 14px;
}

body {
    background: #ededec url('../images/bgtop.png') repeat-x;
}


/* ==================== link */
a {
    outline: none;
}

a:link, a:active, a:visited {
    color: #353535;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #353535;
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: underline;
}

/* ==================== title */
.redtitle {
    color: #e45625;
}

/* ==================== but */
.go {
	cursor: pointer;
	display: block;
	width: 177px;
	height: 88px;
	background: url('../images/go.png') 0px 0px;
}
.go:hover {
	background: url('../images/go.png') 0px -88px;
}

/* ==================== line */
.line1 {
	height: 4px;
	background: url('../images/line1.png') repeat-x;
}

.line2 {
	height: 4px;
	background: url('../images/line2.png') repeat-x;
}

/* ==================== footer */
.footer {
    color: #353535;
    font-size: 11px;
}

.footer a:link, .footer a:active, .footer a:visited {
    color: #353535;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: underline;
}

.footer a:hover {
    color: #353535;
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    text-decoration: none;
}


.cont{
	text-align: center;
	padding: 8px;
	margin-top: 15px;
}

.text_count_sms, .text_count_sms a{
	font-size: 11px !important;
	color: #848484 !important;
	text-decoration: none !important;
}

.enter_acscode{
	background: #ecdcd6;
	padding: 5px;
}

.sms{
	font-weight: bold;
	font-size: 14px;
}

.mqVopros{
	font-size: 14px;
	color: #e45625;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 8px;
}
.mqOtvet{
	padding: 3px;
	margin: 1px 0px 1px 0px;
}

.title2, .get_code, .country, .rools{
	margin: 5px;
	padding: 1px;
}






















