.dt-form {
	width: 180px; background-color:#0066FF;
}

.dd-form {
	width: 345px;
}

#div-error-ajax {
	display: none;
}

legend {
	/*background:#266393 none repeat scroll 0 0; */
	border: 0px;
	color:#0B77B7;
	font-size:1.2em;
}

.red {
	color: #990000;
}
.error {
	display: none;
	float: left;
	width: 20px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


fieldset {
	border:1px solid #DDDDDD;
	padding: 14px 1.5em 1.5em;
	margin-bottom:16px;
	width:590px;
}

fieldset.action {/*background:#9da2a6;*/ border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; /*margin-top:-20px;*/}

label {font-size:13px; font-weight:bold; color: #070707;}
label.opt {font-weight:normal;}
/*input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; padding:0;} */
dl {clear:both; margin-top: 5px;}
dt {float:left; text-align:right; width:90px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:345px; line-height:25px; margin:0 0 10px 0;}

fieldset ul {
	border:0px; 
	margin:0px; 
	padding:0px; 
	list-style:none;
}
fieldset li{
	border: 0px;
	clear:both;
	list-style:none;
	padding-bottom:12px;
	margin-bottom: 20px;
}

fieldset input{
	float:left;
}
fieldset label{
	width:180px;
	float:left;
}

.formBuilderError{
	background-color:#FFEBEB;
	border:1px solid red;
	margin:2px;
	padding:4px;
	padding-left: 4px;
	margin-bottom: 3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F7CBCA url(/img/icon-red.png) no-repeat scroll 8px 6px;
	border:1px solid #CC0000;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

.formBuilderForm .formBuilderLabel, .formBuilderForm .formBuilderLabelRequired {
	width:170px;
}

div.box{
	width:291px !important;
	width /**/:300px;
    height:130px !important;
	height /**/: 180px;
    overflow:auto;
	padding: 4px;
    border:1px solid #EEE;
	border-right:0 solid;
	margin-left: 0px;
	margin-bottom: 10px;
} 
