﻿.address_container
{
    margin:10px 0 25px 0;
}

.address_container address
{
    font-style:normal;
}

#status
{
    color:#f00;
    font-family:Courier New, Arial, Tahoma;
}

fieldset
{
    margin:25px 100px;
    border:1px solid #BE9E7E;
}


fieldset legend
{
    font-weight:bold;
    color:#534A41;
}

fieldset div.row
{
    padding:3px 0;
}

fieldset div.row label
{
    width:200px;

    float:left;
    font-weight:bold;
    color:#534A41;
    text-align:right;
    padding-right:3px;        
}

input.submit
{
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em 0.25em;
	background: #fff url(../images/background_form_element.gif) repeat-x;
	color: #534A41;
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}