/* 
    Document   : main
    Created on : 2013-07-08, 09:36:20
    Author     : Romek
    Description:
        Purpose of the stylesheet follows.
*/

body{
	background-color: #8b1422;
}

#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #8b1422;
}

.floatLeft {
	float: left;
}

.label {
	font-family: Calibri;
	font-size: 10pt;
	font-weight: 100;
	color: #e2b6bd;
}

td.label {
	text-align: right;
	padding-right: 8px;
	vertical-align: central
}

#form input, #form select{
	background-color: #e9c1c9;
	border: 1px solid #c9444f;
	margin-bottom: 3px;
}

#form input[type=text], #form select[name=sex]{
	width: 210px
}

#form select[name=month]{
	width: 90px
}

#regulation input{
	float: left;
}

#menu{
	padding-top: 10px;
}

#menu li{
	display: inline;
	font-family: Calibri;
	margin-left: 30px;
	color: #ffffff;
	font-size: 10pt;
}

#menu li:hover{
	font-weight: bold;
	cursor: pointer;
}

#submitButton:hover{
	cursor: pointer;
}

#popup p{
	font-family: Calibri;
	font-size: 12pt;
	margin-bottom: 10px;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bolder;
}

#contact{
	width: 400px;
	margin: 0 auto;
}

#contact td{
	font-family: Calibri;
	font-size: 12pt;
}

.clear{
	clear: both;
}