div.form
	{
		
	}

div.column-content div.form
	{
	padding-top:25px;
	width:334px;
	float:left;
	}

/* Line */
div.form div.line{_zoom:1;min-height:1%;}
div.form div.line:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

div.form div.line
	{
	clear:both;
	padding:0 0 12px;
	}

div.form div.line-buttons
	{
	text-align:right;
	}

/* Control */
div.form div.control
	{
	float:left;
	}

div.form div.control-textbox input
	{
	background:transparent url(img/form-field-bg.png) no-repeat 0 0;
	min-height:26px;
	padding:8px 0 0 16px;
	border:1px solid #4D4D4D;
	color:#e3e3e3;
	font-size:13px;
	}

div.form div.control-textarea textarea
	{
	background:transparent url(img/form-field-bg.png) no-repeat 0 0;
	min-height:26px;
	padding:8px 0 0 16px;
	border:1px solid #4D4D4D;
	color:#e3e3e3;
	font-size:13px;
	}

/* Control */
div.form div.line-buttons input
	{
	background:transparent url(img/form-button-bg.png) no-repeat scroll 0 0;
	border:0 none;
	color:#e3e3e3;
	height:30px;
	padding:0 0 8px;
	width:64px;
	font-size:13px;
	}
