table#contact_form
{
	width:400px;
	font-family:tahoma, arial, sans-serif;
}
#contact_form td
{
	vertical-align:top;
	text-align:right;
	
}
#contact_form th
{
	vertical-align:top;
	text-align:left;
	font-size:18px;
}
#contact_form input
{
	width:270px;
	height:20px;
	padding:2px 0;
	font-size:16px;
	vertical-align:bottom;
}
#contact_form label
{
	font-size:18px;
}
#contact_form textarea
{
	width:270px;
	height:120px;
	font-size:16px;
}
input#button_send
{
	width:120px;
	height:28px;
	font-size:16px;
}
span.skype_contact
{
	vertical-align:top;
	text-align:left;
	font-size:18px;
	font-weight:800;
}
div.skype_okvir
{
	padding:2px 2px 2px 2px;
	background-image:url(../images/skype_bg.png);
	background-repeat: no-repeat;
	background-position:1px 1px;
	width:59px;
}
div#validate
{
	color:red;
}
