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

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;
}

fieldset div {
    padding: 7px 0px 7px 0px;
}

fieldset div label span {
    font-weight: bold;
    font-style: normal;
}

fieldset div span {
    font-style: italic;
}

label {
    display: block;
}

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



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;
    
}

fieldset label span {
    display:block;
}

#mgnlsearch input {
    margin-top:2px;
    color:#a61b22;
    font-size:10px;
    height:11px;
	#height:19px;
	width: 100px;
}

#mgnlsearch input.gobutton {
    margin-top:1px;
    font-size:10px;
    text-align:center;
    height:18px;
    width:30px;
    height:19px;
}


#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;
}