
fieldset {
    border:1px solid #ccc;
    background:#f9f9f9;
    padding: 0px 20px;
    margin: 0 0 15px 0;
    width:450px;
}

fieldset h2 {
    font-size:22px;
}

fieldset h4 {
    font-size:16px;
}

.support_center fieldset {
    border: none;
    padding: 0px 20px;
    margin: 0 0 15px 0;
    width:450px;
}

fieldset table tr td {
    padding: 0 10px 5px 0;
}

fieldset table tr td.label_required {
    font-weight:bold;
}


legend {
    font-size:14px;
    font-weight:bold;
    color:#a61b22;
}

.support_center input[type=radio] {
    width: 10px;
}

.support_center input {
    width:210px;
}

.support_center input.button {
    float:right;
    width:auto;
    padding:4px;
    margin: 0 0 15px 0;
}



.support_center textarea {
    width:350px;
}

fieldset table tr td.check input, fieldset table tr td.radio input{
    display:inline;
    width:12px;
}

.errorbox {
    padding: 0 10px 10px 10px;
    margin: 0 0 15px 0;
    color:#a61b22;
    font-weight:bold;
    border:1px dotted #a61b22;
    background:#f9f9f9;
}

.error {
    margin: 0 0 3px 15px;
    color:#a61b22;
    font-weight:bold;
    display:list-item;
    
}

#addressContainer {
	margin: 3px 0px 20px 0px;
	color: #c7c7c7;
}

#addressContainer a {
	color: #c7c7c7;
	text-decoration: none;
	font-size: 10px;
}

#addressContainer a:hover {
	color: #FFFFFF;
}   /* mouse over link */


#addressContainer .title {
	padding: 7px 0px 0px 30px;
	font-weight: bold;
}

#addressContainer .content {
	padding: 3px 0px 3px 40px;
}

.support_center label span{
    float: left;
    display: block;
    width: 150px;
}

.support_center fieldset div {
    clear: both;
    margin: 10px 0px;
}

.button-wrapper input {
    float:right;
    width: auto;
    margin-right: 75px;
}
