#layoutLogic {
    background-position: right top;
    background-color: white;
    background-repeat: repeat-y;
	margin:0 auto;
	text-align:left;
    padding: 50 6px 1px 0;
    width: 758px;
    clear: both;
    min-height: 1em;
    border: 1px solid #dedede;
    padding: 4px;
    height: auto;
    overflow: hidden;
}

#gecko {
    float: none;
    padding: 0 16px;
    width: 526px;
}

#contentBody {
    width: 526px;
    padding-top: 10px;
}

.form-columns {
    margin-bottom: 2em;
    margin-top: 0.5em;
}

form {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 100%;
}

.required {
    padding-left: 0.5ex;
    color: #cc0001;
}

#contentBody h3 {
    border-bottom: 3px solid #CCCCCC;
    color: #222222;
    font-size: 91.7%;
    margin: 0 0 0.85em;
    min-height: 1em;
    padding: 4px 0;
    text-transform: uppercase;
    line-height: 1.455;
}

.columns-a {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: right;
    width: 32%;
    float: left;
}

.columns-b {
    margin-bottom: 3px;
    margin-top: 3px;
    width: 32%;
    float: left;
    text-align: right;
}

.columns-c {
    margin-bottom: 3px;
    margin-top: 3px;
    width: 32%;
    float: right;
    text-align: left;
}

label {
    font-weight: bold;
}

.textfield {
    background-color: #F7F7F7;
    border-color: #999999 #AAB3B3 #D5DDDD;
    border-style: solid;
    border-width: thin;
    padding-bottom: 3px;
    width: 160px;
    padding-top: 2px;
}

input, select, textarea, button {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
}

input, button, select {
    vertical-align: middle;
}

.clear-both {
    -x-system-font: none;
    display: block;
    font-family: monospace;
    font-size: 1px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1px;
    clear: both;
}

select:hover, select:focus {
    border-color: #66DD55 #55BB55 #459455;
    background-color: #FEFEFE;
    border-color: #C4CCCC #ACB5B5 #6F7777;
    border-style: solid;
    border-width: thin;
    line-height: 1.15em;
}

.wide {
    width: 160px;
}

.button {
    border-color: #C4CCCC #ACB5B5 #6F7777;
    border-style: solid;
    border-width: 1px;
    color: #2B333C;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-weight: bold;
    line-height: inherit;
    overflow: visible;
    text-align: left;
    margin-left: 250px;
    vertical-align: middle;
}

.callout-button {
    background: transparent url(/image/calloutbutton_bg.gif) repeat scroll 0 0;
    padding: 0.2em 1.5ex !important;
}

.textfield:hover, .textfield:focus, select[size]:hover, select[size]:focus, textarea:hover, textarea:focus {
    border-color: #459455 #55BB55 #66DD55;
}

