
fieldset {
    display: block;
    padding:0px 9px 6px 9px;
    margin:0px 0px 12px 0px;
    
}

html>body fieldset {
    border:1px solid #BFB8BF;
     -moz-border-radius:4px;
}

legend {
    padding-bottom:4px;
    padding-right:6px;
    margin-bottom:9px;
    font-size:11px;
    font-weight:bold;
    color:#1A2633;
}

html>body legend {
    padding-bottom:0px;
    padding-top:5px;
    padding-right:2px;
    margin-bottom:9px;
    font-size:11px;
    font-weight:bold;
    color:#1A2633;
}

input.standard-field {
    font-size:11px;
    margin-bottom:6px;
}

label.vertical-stack{
    display:block;
    font-size:11px;
}

p.important-note {
    padding:6px;
    border:1px solid #A3AFBB;
    background:#E6ECF2;
    -moz-border-radius:4px;
}

div.form-buttons {
    clear:both;
    text-align:right;
    margin-bottom:12px;
}

div.inner-form-buttons {
    clear:both;
    text-align:right;
    border-top:solid 1px #cccccc;
    padding-top:4px;
}

dl.options-list{
    font-size:11px;

    padding-top:0px;
    margin:0px;
}

dl.options-list dt{
    margin-bottom:3px;
}

dl.options-list dd{
    margin-left:23px;
    margin-bottom:9px;
}

dl.options-list input{
    margin:2px 4px 0px 2px;
    padding:0px;
    width:13px;
    height:13px;
}


/* USED ON /about/feedback.jsp 
also on account-4-5-6a.css

*/


.error-message {
	background:url(../../../bodogcom/images/icon-error.gif) no-repeat 0px 6px;
	padding:4px 0 4px 20px;
	font-size:10px;
	color:#CC0000;
	font-family:verdana;
	font-weight:bold;
	line-height:12px;
	margin:0 0 10px 12px;
	display: none;
}
.error-description {
	font-weight:normal;
	font-size:10px;
	color:#CC0000;
	font-family:verdana;
	display: none;
}
.form-field-error{
	border:1px solid #990000;
	background:#F3E8E5 !important;
	color:#990000;
}
