div.form
{
	margin: 0;
	padding: 10px;
}

.errorSummary
{
	padding: 12px 12px 12px 35px;
	margin: 10px 0 20px 0;
	background: #c00;
	color: #fff;
	background-image: url(../images/silk/error.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.errorSummary p
{
	margin: 0;
	font-weight: bold;
}

.errorSummary ul
{
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}

.errorSummary ul li
{
	list-style: square;
}

div.form fieldset
{
    border: 0;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

div.form legend
{
    font-family: Trebuchet MS;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 0;
}

div.form div.action
{
	clear: left;
	margin-left: 210px;
    padding: 3px 0;  
}

div.form div.input
{
	clear: left;
    padding: 3px 0; 
    width: 900px; 
    min-height: 25px;
}

div.form div.input label
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 200px;
    margin: 5px 10px 5px 0; 
    color: #444;
}

div.form div.input label.error
{
	color: #c00;
}

div.form div.input div.options
{
	margin-left: 210px;
}

div.form div.input div.options label
{
    display: inline;
    font-weight: normal;
    text-align: left;
    padding: 0;
    float: none; 
}

div.form div.input div.options br
{
    clear: left;
}

div.form div.image
{
	padding: 3px;
	position: relative;
	float: left;
}

div.form div.input div.image
{
	margin: 0;
	background-color: #fff;
	border: 1px solid #ddd;
}

div.form div.input div.image .delete
{
	background-color: #ff9;
}

div.form div.input .delete
{
	position: absolute;
	top: 7px;
	left: 7px;
}

div.form .drop-placeholder
{
    border: 1px dashed #ccc;
    height: 30px;
}

div.form .draggable
{
    height: 30px;
}

div.form .draggable:hover {
	background-color: #ff9;
}

div.form .draggable, div.form .draggable label
{
    cursor: move;
}

div.form input.error,
div.form textarea.error,
div.form select.error
{
	border-color: #900;
	background-color: #c00;
	background-image: none;
	color: #fff;
}

div.form .text-input, div.form select
{
    border-color: #7c7c7c #c3c3c3 #ddd;
    border-style: solid;
    border-width: 1px; 
    padding: 2px;   
}

div.form .text-input
{
    width: 250px;
}

div.form textarea.text-input
{
    height: 70px;
}

div.form input.checkbox-input
{
    margin-top: 5px;
}

div.form input.hasDatepicker
{
    width: 70px;
}

div.form input.hasRangeDatepicker
{
    width: 150px;
}
