/* CSS Document */


textarea
{
border: 1px solid #c7c7c7;
border-color:#666666;
width:90%;
height: 200px;
margin-bottom: 8px;
background-color:#FFFFFF;
}

input.email
{
	width:220px;
	height:20px;
}

input.predmet
{
	width:200px;
	height:20px;
}

input.kontrola
{
width:220px;
}

input.submit
{
width:220px;
}

table
{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#CCCCCC;
	width:95%;
}

td
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}