﻿
/* Title of the form */
.contest_main_container
{
	font-family: arial;
	font-size: 11px;
	padding: 16 8 16 8;
}
div.contest_main_container, table td, table td input, table td select
{
	font-family: arial;
	font-size: 11px;
}

table td select
{
    width:130px;
}

/* Title of the form */
.contest_title
{
	font-size: 16pt;
	color: #990000;
	margin-bottom: 10px;
	line-height: 20px;
}

/* Introduction of the form */
.contest_intro
{
	font-weight: bold;
}

/* Message displayed after completing the form */
.contest_thanks
{
	font-weight: bold;
}

/* Message displayed if the form is inactive */
.contest_inactive
{
	font-weight: bold;
}

/* Form container */
.contest_form
{
	/*padding: 4px;
	border: 1px #cccccc dotted;*/
	margin-top: 10px;
	/*margin-left:5px;*/
}

/* Question container */
.contest_question
{
	/*padding: 5px;*/
	/*border: 1px #000099 solid;
	background: #eeeeff;*/
	margin-bottom: 5px;
}

/* Question title */
.contest_question_title
{
	font-style: italic;
}

/* Question input container */
.contest_question_input
{
	margin: 10 0 0 50;
}

/* Question input item */
.contest_question_input_item
{
}

/* Personal data request container */
.contest_personal_datas
{
	/*padding: 5px;
	border: 1px gray solid;
	background: whitesmoke;*/
}

/* All form widget */
.frm
{
	/*border: 1px solid black;*/
	font-size: 11px;
}

/* Errors in the form */
.form_error
{
	color: #990000;
	font-weight: bold;
	font-size: 11px;
}

body
{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
}

.txt
{
	font-family: Arial;
	font-size: 11px;
}

