html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {margin-top: 0}

/********************************************/

body {
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

form label {display: block; margin-bottom: 4px;}
select {display: block; border: 1px solid #0376af}
input[type="submit"] {display: block; margin-top: 10px; border: 1px solid #0376af; background: #1DA9EF; text-align: center; padding: 3px 5px; color: #fff; font-weight: bold; margin-bottom: 20px;}

/* Defaults */

a:link,a:visited {color: #0376af; text-decoration: none}
a:hover,a:active{color: #0376af; text-decoration: underline}

h2 {font-weight: bold; font-size: 16px; margin-bottom: 5px;}

.clear {clear: both}

div.wrapper {width: 706px; margin: 0 auto; border: 0px solid #f00;}
div.error {padding: 10px; background: #ffd3d3; border: 1px solid #ff5959; border-radius: 5px; margin-top: 10px; margin-bottom: 10px; display: inline-block}
div.error p:last-child {margin: 0;}

div.companies {width: 700px; margin: 0 auto;}

div.company {border: 1px solid #0376af; border-radius: 5px; padding: 10px; margin-bottom: 20px;}
div.company div.title {color: #0376af; font-weight: bold; font-size: 20px; background: transparent url('images/post_title_bg.png') no-repeat left bottom; margin-bottom: 10px; padding-bottom: 4px;}
div.company div.leftCol {float: left; margin-right: 20px; width: 60%;}
div.company div.rightCol {float: left;}
div.company div.leftCol label {width: 140px; font-weight: bold; margin-bottom: 5px; display: block; float: left;}
div.company div.rightCol label {width: 60px; font-weight: bold; margin-bottom: 5px; display: block; float: left;}
div.company span {display: block; float: left;}


div.search {width: 706px; height: 121px; background: transparent url('images/search_bg.jpg') no-repeat; padding-top: 20px; padding-left: 5px; position: relative; margin-bottom: 20px;}
div.search label {color: #0376af; display: inline-block}
div.search select {display: inline-block}
div.search .searchButton {background: transparent url('images/search_button.png') no-repeat; width: 72px; color: #0376af; border: none; font-weight: normal; font-size: 12px; cursor: pointer}
div.search .searchButtonContainer {position: absolute; right: 60px; top: 50px;} 

div.search div.label {float: left; margin-top: 8px; margin-right: 5px;}

div.search div.selectBoxContainer select {width: 433px; padding-top: 5px; line-height: 23px; height: 28px; background: transparent url('images/select_bg.png') no-repeat left top; border: none;}
div.search div.selectBoxContainer  {
    display: inline-block;  
    -webkit-appearance: none;
   width: 405px;
   height: 28px;
   overflow: hidden;
   background: transparent url(images/select_down_arrow.png) no-repeat right;
   border: none;
}