﻿/*Custom*/
body {
    font-family: "Segoe UI", "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, sans-serif;
    color: #2B2B2B;
    font-size:14px;
}

header {
    height:50px;
    border-bottom:1px solid #ccc;
}


h1 {
  font-weight: 700;
}


#o_message {
    float:left;
}

#o_login_box {
    width: 25%;
    /* ReSharper disable once CssBrowserCompatibility */
    min-width:250px;
    float: right;
}

footer {clear:both;}

#formMain {
    max-width:1316px; 
    margin:auto;
}