﻿div.gallery 
{
	margin:10px 0 10px 0;
}

div.scnt 
{
	background: transparent url(/images/bg_page.png) 0 0 repeat-x;
	width:756px;
	
}

div#frm 
{
	position:relative;
	z-index:999999;
	float:left;

}

h2 
{
	margin:15px 0 4px 0;
}

div.tr 
{
	float:left;
	clear:both;
	margin-bottom:20px;
}


div.cnt 
{
	float:left;
	padding:30px;
	width:696px;
}

input[type=text],
textarea 
{
	width:460px;
	float:left;
	clear:both;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-width:1px;
	font-size:15px;
	padding:3px;
}

textarea 
{
	height:200px;
	border-top:1px solid #999;
	border-bottom:1px solid #eee;
	border-left:1px solid #aaa;
	border-right:1px solid #eee;
}

label 
{
	float:left;
	clear:both;
	margin-bottom:3px;
	line-height:12px;
	font-size:12px;
	margin-top:8px;
	padding:0;
	
}

div#opts 
{
	width:460px;
	float:left;
	clear:both;
}

input[type=checkbox] 
{
	float:left;
	height:14px;
	margin: 3px 6px 3px 0;
	clear:left;
}

label.rdo 
{
	float:left;
	clear:right;
	margin:0;
	padding:0;
	line-height:20px;
}

input[type=submit] 
{
	float:left;
	margin: 20px 6px 3px 0;
	clear:left;
}