/*  === Вывод теста === */

/*  Форма теста */
form.testme_form {
	text-align:left;
}

/* Заголовок теста */
.testme_title h3 {}

/* Описание теста */
.testme_description {}

/* Блок с вопросом и ответами к нему */
.testme_question {}

/* Текст вопроса */
.testme_question_text {
	margin-top:20px;
    font-weight: bold;
}

/* Блок с ответом */
.testme_answer_block {
    margin-bottom:7px;
}

/* Радио-кнопка для выбора ответа */
.testme_answer {
	padding-left:20px;
}

/* Текст ответа */
.testme_question label {
    margin-left: 10px;
}

/* Параметры кнопки */
#testme_button {
    margin-top: 20px;
    padding: 3px 15px 3px 15px;
}

/*  === Результаты === */

/* Весь блок с результатами */
.testme_result_block {}

/* Надпись перед показом результатов */
.testme_before_results {
    margin-top:15px;
    font-size: 20px;
	  font-family: Georgia, Times New Roman, Trebuchet MS;
	  font-weight: bold;

}

/* Заголовок результата */
.testme_result_title {
    margin-top:15px;
    font-size: 20px;
	  font-family: Georgia, Times New Roman, Trebuchet MS;
	  font-weight: bold;
}

/* Описание результата */
.testme_result_text {}

/* Картинка */
.testme_image {}

/* Стили для блоков с кодами для тестов и форумов */
.testme_code {
    clear:both;
    margin-top:15px;
    font-size: 20px;
	  font-family: Georgia, Times New Roman, Trebuchet MS;
	  font-weight: bold;
}
.testme_code h2 {
	background: #a3c2c2;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	}

.testme_code textarea {
    height: 6em;
    width: 99%;
	background: #c9dbdc;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
	}


/*  === Ошибки === */

/* Ошибка, если отвечены не все вопросы */
.testme_error {
    border:1px solid red;
    padding: 10px;
}

/*  === Ссылка === */

/* ссылка на сайт */
.testme_backlink {
    width:95%;
    padding: 15px 0 0 0;
    font-size: 80%;
    text-align:right;
}


