div.col.one {
float: left;
width: 45%;
}
div.col.two {
float: right;
width: 50%;
}
.col.one .row {
margin-bottom: 1em;
}
.col.one .row .titlebar {
position: relative;
display: block;
margin: 0 0 5px 0;
padding: 5px 0 5px 10px;
background: #252525;
background-image: url(../images/header-bg.png);
background-position: 0 bottom;
border-radius: 6px;
}
.col.one .row h2 {
padding: 0;
margin: 0;
}
.titlebar .btn {
position: absolute;
top: 7px; 
width: 24px;
height: 24px;
}
.titlebar .btn.map {
right: 15px;
background: url(../icons/map-icon-24.png) no-repeat 0 0;
}
.titlebar .btn.info {
right: 50px;
background: url(../icons/info.png) no-repeat 0 0;
}
.titlebar .btn span { display: none; }
.row span, .row address  {
padding-left: 20px;
}
span.phone big { font-size: 26px; }

form {

}
fieldset {
display: block;
border: none;
margin: 0 0 0 0;
padding: 0;
background: none;
-msie-border-radius: none;border-radius: none;
}
legend { display: none; }
form label {
display: block;
margin-bottom: 10px;
position: relative;
}
form label span {
display: block;
font-size: 19px;
font-weight: normal;
}
form label .textbox {
font-size: 17px;
width: 95%;
border: solid 0 #dfdfdf;
color: #000;
padding: 3px;
}
form label textarea.textbox {
font-size: 14px;
width: 95%;
font-family: Arial, sans-serif;
}
form label.required span {
font-weight: bold;
color: #fff;
}
form label.inline, form label.inline span {
display: inline-block; zoom: 1;
}
form label.inline {
padding-bottom: 0.15em;
padding-top: 0.25em;
padding-right: 0.15em;
}
form a.reset {
font-size: 12px;
text-decoration: none;
margin-right: 20px;
}
.formfooter {
padding: 0 30px 10px 40px;
text-align: right;
}
.formfooter .notes {
color: #666;
font-size: 11px;
text-align: left;
float: left;
line-height: 1.2em;
}
input[type='submit'] {
background: transparent url(../images/header-bg.png) no-repeat 0 bottom;
font-size: 20px;
border: 0;
border-color: #444 #050505 #050505 #444;
padding: 0 15px;
cursor: pointer;
font-family: 'Oswald', Arial Narrow, Arial, sans-serif;
color: #eb008b;
-msie-border-radius: 16px;border-radius: 16px;
}
input[type='submit']:hover {
color: #fff;
}

#console {
color: green;
margin-bottom: 20px;
font-weight: bold;
}
#console div {
background: #fff;
padding: 15px;
font-size: 14px;
text-align: left;
-msie-border-radius: 3px;
border-radius: 3px;
}
#console.error {
color: #CA221B;
}
#console.error div {
border-color: #CA221B;
}
#console.caution {
color: #CC3300;
}
#console.caution div {
border-color: #FF6600;
}
form label .tab {
display: none;
position: absolute;
left: -76px;
top: 50%;
width: 80px;
height: 29px;
background: url('../images/sticky-tab-red.png') no-repeat;
}

form label.hilite .tab {
display: block;
}