﻿body {
    font-family:Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
    background-color: #eee;
    background-image:url('../Images/generic/main_bg.png');
    background-repeat: repeat-x repeat-y;
    background-position: center top;
}

#alert-box {position:fixed;background:url('../../Images/section/modules/alert_blue.png') no-repeat center bottom;width:100%;top:0;left:0;z-index:150;}
	#alert-box .content {width:690px;min-height:30px;color:#fff;margin:0 auto;padding:15px 0 25px;text-align:center;font-family: Arial, Helvetica, sans-serif;font-weight:bold;cursor:default;}

.form-signin {
    max-width: 390px;
    padding: 15px;
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
}

.form-signin .form-signin-heading{
    margin-bottom: 10px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.navbar-fixed-top
{
    width:100%;
    height:72px;
    position:fixed;
    top:0;left:0;
    background: url('../Images/theme/red/generic/header_bg.jpg') repeat-x;
    position:fixed;
}

.navbar-fixed-top .pagename {

    height:30px;
    position:relative;
    text-align: center;
    font-size:14px;
    padding: 40px 0 0 18px;
    font-weight:bold;
    color:#fff;   
}

.container {
    padding-top: 0px;
}

.placeholder {
    color: #aaa; 
}

