#footer-tmp {
	margin-top: 0;
}

div.fixedDiv {
	width: 100%;
}

#MainContentTable {
	margin-bottom: 0;
}

#MainContentTable .cms-content {
	padding: 0 !important;
	position: relative;
	top: -10px;
}

td#MainInfoText {
	background-color: #f1c2d6;
}

#q_container {
	width: 100%;
	margin: 0 auto;
	font-family: Roboto,Lucida Grande,Verdana,Helvetica,Arial,sans-serif;
	color: #404040;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

#q_container #q_header {
	width: 100%;
	height: 40px;
	background-color: #f1c2d6;
	border: none !important;
}

#q_container #q_center {
	width: 960px;
	margin: 0 auto;
}

#q_cont {
	height: 540px;
	margin-top: 50px;
}

#q_container h2 {
	text-align: center;
	font-weight: 100;
	font-size: 36px;
	margin: 0 auto;
	border: none !important;
}

#q_container #q_content {
	margin: 45px auto 0;
	/*height: 420px;*/
}

.q_start {
	width: 620px;
	margin: 170px auto 0;
}

.q_vopros {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    width: 374px;
    padding-left: 26px;
}

.q_otvet {
	font-weight: 400;
	line-height: 20px;
	margin-top: 20px;
}

.q_otvet label {
    display: block;
    margin: 14px 0;
    cursor: pointer;
}

.q_otvet label input {
	margin-right: 10px;
}

.q_btn {
	height: 22px;
	padding: 8px 26px 8px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 30px;
	background: #9a3e63;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.21);
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
	margin-top: 40px;
	width: 180px;
}

#q_submit {
	display: none;
	margin-left: 306px;
	width: 80px;
}

#q_submit.q_visible {
	display: block;
}

#q_result {
    border: 2px solid #f1c2d6;
    /*display: none;*/
    margin: 0 auto;
    padding: 20px;
    width: 540px;
}

#q_result_content {
	font-weight: 300;
}

#q_repeat {
	width: 163px;
	height: 43px;
	cursor: pointer;
	background-image: url(img/buttons.png);
	background-position: 0 -43px;
	margin: 0 auto;
}

#q_repeat:hover {
	background-position: 163px -43px;
}

#q_container #q_footer {
	width: 100%;
	height: 116px;
	background-color: #f1c2d6;
	min-height: 300px;
}

.q_question {
	clear: both;
	margin: 0 auto;
}

.q_question.one {
	width: 400px;
}

.q_question input {
	float: left;
	margin-top: 4px;
}

.q_question .q_answer {
	margin-left: 26px;
	display: block;
}

/* ========== PROGRESSBAR ============ */


/* progressbar */

#q_progressbar {
	padding: 4px 0 0 0;
	width: 960px;
	margin: 0 auto;
}

.progressbar {
	overflow: hidden;
	height: 14px;
    padding: 10px;
}

#MainContentTable .progressbar-table {
    width: 100%;
    height: 8px;
    border-collapse: separate;
    border-spacing: 2px 0;
    margin: 2px 0 0 0;
}

#MainContentTable .progressbar-table td,
.progressbar-begin,
.progressbar-end
{
    border: 0;
    padding: 0;
    line-height: 0px;
	background: rgb(250,250,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,250,252,1) 0%, rgba(224,225,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,252,1)), color-stop(100%,rgba(224,225,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,250,252,1) 0%,rgba(224,225,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafc', endColorstr='#e0e1e3',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 0 #9a3e63;
}

#MainContentTable .progressbar-table td.filled,
.progressbar-begin.filled,
.progressbar-end.filled
{
    background: #fff467; /* Old browsers */
    background: -moz-linear-gradient(top, #fff467 0%, #ffdb57 100%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff467), color-stop(100%,#ffdb57), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff467 0%,#ffdb57 100%,#7db9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff467', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 0 #9a3e63;
}
.progressbar-begin,
.progressbar-end
{
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

.progressbar-table-container {
	margin: 0 12px;
}

.progressbar-begin {
    float: left;
}

.progressbar-end {
    float: right;
}

#q_container .no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

.q_strange_quotes {
	color: #006699;
}


#q_begin {
	margin-top: 20px;
}