﻿
.form{
	width:450px;
	display:table;
	margin-left:auto;
	margin-right:auto;		
}

.form *{
    font-size:11px;
	height: 22px;
}

.form .row {
	width:450px;
	display:table;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}

.form .row span
{
	text-align:left;
	float:left;
	margin-left:10px;
	line-height:20px;
}

.row .control-label {
	width:120px;
	/*display:table;*/
	float:left;
	text-align:right;
	color:#333333;
	line-height:21px;
}

.row .control-input {
	width:200px;
	float:left;
	height:19px;
	border: solid 1px #eeeeee;
	margin-left:10px;	
}

.row .control-input-list {
	width:200px;
	height:100px;
	float:left;
	border: solid 1px #eeeeee;
	margin-left:10px;	
}
.row .control-input-desc
{
	width:200px;
	float:left;
	height:150px;
	border: solid 1px #eeeeee;
	margin-left:10px;	
	
}
.row .right-control-group {
    /*width:200px;*/
	float:left;
	text-align:left;
	padding-left:10px;
}

.row .number-input {
	width:85px;
	float:left;	
	height:19px;
	border: solid 1px #eeeeee;
	margin-left:10px;	
}

.row .right-value {
	width:245px;
	float:right;
	display:table;
	font-size:11px;
}


.row .input-button {
	line-height:16px;
	border:solid 1px #94c7f7;
	height: 20px;
	width: 31px;
}