.jobb
{
	/*border: 1px solid black;	*/
	float: left;
	margin: 0 0 0 20px;
}

.bal
{
	/*border: 1px solid black;	*/
	float: right;	
	margin: 0 20px 0 0;
}

.linkek h1
{	
	border-bottom:1px solid #E66400;
	border-top:1px solid #E66400;
	color:#293B6A;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:2px;
	margin:10px 0;
	text-align:center;
}
/***************************/
/* 			BOX				*/
/***************************/
.box
{
	width: 240px;
	background: url(img/box-lab.png) no-repeat bottom;
	
	padding: 0 0 1px 0;
	*padding: 0 0 6px 0;
	
	margin: 10px 0 0 0;
}

.box h2
{
	margin: 0;
	padding: 5px 0 5px 25px;
	font-size: 10pt;
	background: url(img/box-fej.png) no-repeat #FFF7C7;
}
.box .content
{
	background: url(img/box-bg.png) repeat-y;	
	padding: 5px 5px 0 5px;
}

.box .content a:hover
{
	background: White;
}

.box .content a
{
	display: block;
	padding: 3px 0 0 5px;
	margin: 0 0 5px 0;
	
	font-size: 9pt;	
	text-decoration: none;

	color: Black;
}
/***************************/
/* 	////	BOX				*/
/***************************/
.linkAjanlas:hover
{
	font-size: 12pt;
	color: #46465A;
}
.linkAjanlas
{
	display: block;
	/*width: 100px;*/
	margin: -20px auto 0 auto;
	text-align: center;
	padding: 3px 10px;
	font-size: 10pt;
	
	text-decoration: none;
	
	color: #E76700;
	
	font-weight: bold;
}
/***************************/
/* 	////	Form				*/
/***************************/
.form
{
	width: 500px;
	margin: 0 auto 0 auto;
	font-size: 11pt;
	text-align: center;
}
.form legend
{
	font-size: 14pt;
	color: #263A6A;
}
.form input[type="text"], .form select, .form textarea
{
	/*background: Fuchsia;*/
	width: 200px;
	margin: 10px 0 0 0;
	float: left;
}

.form label
{
	/*background: Aqua;*/
	width: 150px;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
	text-align: right;
	
}
.form img
{
	float: left;
	margin: 10px 2px 0 20px;
}
.form input[class="verigy_text"] 
{
	margin-top: 20px;
}
.error {
	color: Red;
	font-size: 14pt;
	text-align: center;
	margin: 5px 0;
}

h3
{
	font-size: 12pt;
	text-align: center;
}

h3 a
{
	color: red;
	text-decoration: none;
}