fieldset {
border: 1px solid #B2C0C9;
padding: 15px 15px 15px 7px;
border-radius: 5px;
-o-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 20px;
}
fieldset dl {
margin: 0px 0px 0px 28px;
}
fieldset dd, fieldset dt {
	margin: 0;
}

fieldset legend {
cursor: pointer;
padding: 0px 5px 0px 5px;
font-weight: bold;
text-decoration: none;
}
/* -------------------------------------------- */
fieldset legend > span.separator {
background: url(../../themes/redmond/images/breadcrumbs-separator.png) left top no-repeat;
display: inline-block;
height: 15px;
line-height: 15px;
text-align: left;
text-indent: -9999em;
width: 17px;
}
fieldset legend.separator-active > span.separator {
background-position: 0 -15px;
}
.ie6 fieldset legend .label {
	display: block;
}
.ie6 fieldset legend .separator,
.ie7 fieldset legend .separator {
	zoom: 1;
	float: left;
	margin-right: 0.3em;
}
/*
.ie6 fieldset legend .separator {
	text-align: center;
	text-indent: 0;
	background: transparent;
	display: inline;
	zoom: 1;
}
*/

form .errors {
    color: red;
}

fieldset dd.element {
margin-bottom: 1.25em;
}

fieldset dd.element,
fieldset dt {
    position: relative;
}
fieldset dd.element .label_position,
fieldset dt .label_position {
    position: static;
    right: auto;
    bottom: auto;
}
fieldset dd.element .tooltip,
fieldset dt .tooltip {
    display: block;
    position: absolute;
    right: auto;
    left: -20px;
    top: -1px;
}


fieldset dt {
padding-bottom:3px;
font-weight: normal;
text-decoration: none;
}

.required-star {
color: red;
}

/* элементы формы */
fieldset dd select {
background-color: #FFFFFF;
border: 1px solid #7E9DB9;
height: 1.636em;
line-height: 1.636em;
max-width: 27.273em;
}

fieldset dd select#Person_MID {
width: 200px;
}

fieldset dd input[type="text"] {
background-color: #FFFFFF;
border: 1px solid #7E9DB9;
height: 1.636em;
line-height: 1.636em;
width: 27.273em;
}
fieldset dd input.text {
background-color: #FFFFFF;
border: 1px solid #7E9DB9;
height: 1.636em;
line-height: 1.636em;
width: 27.273em;
}

fieldset dd input[type="password"] {
background-color: #FFFFFF;
border: 1px solid #7E9DB9;
height: 1.636em;
line-height: 1.636em;
width: 27.273em;
}
fieldset dd input.password {
background-color: #FFFFFF;
border: 1px solid #7E9DB9;
height: 1.636em;
line-height: 1.636em;
width: 27.273em;
}
/* CSS2 selector */
fieldset dd input[disabled] {
background-color: #C9D2D8;
}
/* ------------ */
fieldset#fieldset-resourceGroup dd input {
margin-right: 0.7em;
}
fieldset#fieldset-resourceGroup dl dd.element label {
margin-bottom: 0.7em;
}
fieldset input[type="radio"] {
    margin: .5em .5em 0 .5em;
}
fieldset input.radio {
    margin-right: 0.5em;
}
fieldset .wide {
    width: 46.36em !important;
}

fieldset#fieldset-classifiersTypes dd label input {
	margin: 8px 6px 0px 0px;
}

fieldset select.multiselect {
	width: 600px;
	max-width: 600px;
	height: 200px;
}
.ie8 form#step2 dd.element,.ie7 form#step2 dd.element{margin-top:15px;}

form dd #add-option {
	display: inline;
	font-size: 1.2em;
	cursor: pointer;
	background: url(../../images/icons/add_option.gif) left top no-repeat;
}
form dd #add-option-dialog {
	display: none;
}
#add-option-dialog input[type=text] {
	width: 100%;
	margin: .5em 0;
}
#redirect-dialog {
    display: none;
}
