#theform 
{
	background-color: #4F4F00;
	width: 100%;
}
#theform fieldset 
{
	height: 100%;
	width: 29%;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
}
#theform fieldset legend 
{
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#theform fieldset legend span 
{
	display: none;
}
#theform fieldset h3 
{
	height: 2em;
	font-size: 1.2em;
	color: #DDD;
}
#theform fieldset label 
{
	font-size: 1.2em;
	display: block;
	line-height: 1.5em;
	color: #eee;
}
#theform fieldset input 
{
	font-size: 1.2em;
	height: 1.4em;
	border: 1px solid #DDD;
	color: #000;
}

/* border */
#brd
{
  border: 10px solid #FFCC33;
	border-width: 0px 0 0 10px;
	padding-left: 1px;
}

/* error */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help 
{
	color: #FFCC33;
}
#theform fieldset strong.error 
{
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 1.0em;
	font-weight: bold;
	display: block;
}

/* stylovanie */
#theform #pt4 
{
	clear: both;
	width: 96%;
	height: 5em;
	border: 10px solid #FFCC33;
	border-width: 0 0 0 10px;
	padding: 1em;
}
#theform #pt4 legend
{
	display: none;
}
#theform #pt4 h3 
{
	display: none;
}
#theform #pt4 #disclaimer 
{
	width: 22em;
	float: left;
	font-size: 1.0em;
	color: #ccc;
}
#theform #pt4 input 
{
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #000; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
  float: right;
}
