form dl dd div textarea {
	width: auto;
}
form dl dd div select 
{
	width: 280px;
}
form dl dd div select.dateDay
{
	width: 50px;
}
form dl dd div select.dateMonth
{
	width: 100px;
}
form dl dd div select.dateYear
{
	width: 60px;
}

form .fieldset {
	border-top: 1px dotted #115b9d;
    margin-top: 15px;
    padding: 0;
	position: relative;
	width: 100%;
}
form .fieldset .legend {
	display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 10px 0;
}
form .row {
	margin: 0 0 13px;
	padding: 0;
	/*position: relative;*/
	width: 100%;
	z-index: 2;
	overflow: auto;
}
form dl {
	margin: 0;
	font: 12px/13px Arial;
}
form .label {
	display: inline;
	float: left;
	margin: 0 -130px 0 0;
	padding: 0;
	width: 130px;
}
form .field {
	margin: 0;
	padding: 0 0 0 135px;
}
form .selector {
	margin-bottom: 5px;
}
form .selector br {
	font-size:5px;
	height:5px;
	line-height:5px;
	min-height:5px;
	width:5px;
}
form .selector input {
	float: left;
	margin-right: -10px;
	margin-top: 1px;
}
form .selector label {
	display: block;
	margin-left: 20px;
}

form .wide .label {
	display:block;
	float:none;
	margin-bottom:0.2em;
	margin-right:0pt;
	width:auto;
}
form .wide .field {
	padding-left:0pt;
}

form dt {
	margin:0pt;
}
form dd {
	margin:0pt 0pt 0.6em;
}
form .clear {
	font-size:1px;
	height:1px;
	line-height:1px;
	min-height:1px;
	width:1px;
}
form p.comment {
	color: #9f9f9f;
	font: 11px/15px Arial;
	margin: 5px 0 0 0;
	padding: 0;
}
form .button {
    text-align: center;
}
form .button span,
form .button span input {
	background: transparent url(/i/bg-btn-gray-r.gif) right top no-repeat;
	border: none;
	color: #b0afa4;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	text-transform: uppercase;
    padding: 5px;
}
form .button span input {
	background: transparent url(/i/bg-btn-gray-l.gif) left top no-repeat;
	text-decoration: none;
	padding: 4px 20px 4px 25px;
}

form dl.invalid,
form div.error {
    background: #f7f7f3;
    border: 1px solid #d0381f;
    padding: 7px;
    width: auto;
}
form dl.invalid DT.label,
form dl.invalid DT LABEL{
	position: relative;
}
form div.error {
    margin: 10px 0;
}
form div.error strong {
    color: #d0381f;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
form div.error ul {
    margin-bottom: 0;
}

form input.disabled {
    background: #f5f5f5;
}

form .qwerty {
	display: none;
}
form .toggleMenu {
    margin-bottom: 10px;
    text-align: right;
}
form .toggleMenu span {
    color: #2e76b6;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}
form div.public {
    float: right;
    font: 12px/16px Arial;
    padding: 10px 0;
}
form .public input {
	float: left;
	margin-right: -10px;
	margin-top: 1px;
}
form .public label {
    display: block;
    margin-left: 15px;
}
form dd.withCheckbox div {
    float: left;
}
form dd.withCheckbox .checkboxForText {
    float: none;
    padding: 0 0 4px 0;
}
form dd.withCheckbox .checkboxForText input {
    float: left;
    margin: 3px -10px 0 10px;
}
form dd.withCheckbox .checkboxForText label {
    display: block;
    float: left;
    margin: 2px 0 0 15px;
}
form .selector input.withTextInput {
    margin-top: 4px;
}
form .selector label.withTextInput {
    float: left;
    margin-left: 17px;
    margin-top: 2px;
}
form .selector input.textInput {
    float: none;
    margin: 0 0 7px 10px;
}

/* Buttons */
form .previousStep .clear,
form .nextStep .clear {
    display: none;
}

form .previousStep .field {
    float: left;
    padding-left: 0pt;
}

form .previousStep 
{
    float: left;
    width: auto;
}

form .nextStep {
    margin-bottom:0pt;
    width: auto;
}

form .nextStep .field {
    float:right;
    margin: 0pt 0pt 15px;
    padding-left: 0pt;
}
form .withoutPreviousStep .field {
	float: none;
	text-align: right;
}

form div.hr {
    border-top: 1px dotted #115b9d;
    margin: 0pt 0pt 15px;
}
form div.commentArticle table 
{
    margin: 0;
}
form div.commentArticle table td
{
    padding: 0;
    vertical-align: middle;
}
form div.commentArticleList {
    border: solid 1px #ccc;
    height: 290px;
    overflow: auto;
}
form div.commentArticle div.commentLabel
{
    padding-right: 17px;
}
