﻿div#kontakt_canvas
{
	background: #000;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	text-align: left;
}
div#kontakt_form
{
	background: #333;
	padding: 0px 10px 10px 10px;
	width: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 2px #fff;
	font-size: smaller;
}
form#frm_msg
{ 
	width: 100%;
	float: left;
}
form#frm_msg div
{
	margin-top: 10px;
	width: 100%;
	float: left;
}
p#pro
{
	width: 305px;
	text-align: left;
	font-weight: bold;
	color: #fc3;
}
p.p_leva_h
{
	width: 40%;
	float: left;
	font-weight: bold;
	color: #f00;
}
p.p_prava_h
{
	width: 60%;
	float: right;
	text-align: right;
}
p.p_leva
{
	width: 40%;
	float: left;
	color: #fff;
}
p.p_prava
{
	width: 60%;
	float: right;
	text-align: right;
}
p.p_button
{
	width: 100px;
	float: right;
	text-align: right;
}
textarea, input
{
	color: #000;
}
input.frm
{
	width: 300px;
	float: right;
}
input.button
{
	width: 90px;
	float: right;
}
textarea#frm_zprava
{
	width: 300px;
	float: right;
}