﻿/*------------------------------------ messages -------------------------------------*/
.response-msg
{
    font-size: 0.96em;
    margin: 0 0 10px;
    padding: 6px 50px 10px 45px;
    position: relative;
}
.response-msg span
{
    display: block;
    font-weight: bold;
    padding: 0 0 4px;
}
div.error
{
    background: url(/Content/images/error.png) no-repeat 10px 50% #F9E5E6;
    border: 1px solid #E8AAAD;
    color: #B50007;
    min-height:35px;
    margin:5px 0 5px 0;
    text-align:center;
	position: relative;
}
.notice-warning
{
    background: url(images/warning.png) no-repeat 10px 50% #F9F9E5;
    border: 1px solid #E8E3AA;
    color: #828400;
    min-height:35px;
}
.inf
{
    background: url(images/info.png) no-repeat 10px 50% #E5ECF9;
    border: 1px solid #AAC6E8;
    color: #0055B5;
    min-height:35px;
}
.success
{
    background: url(/Content/images/success.png) no-repeat 10px 50% #E9F9E5;
    border: 1px solid #B4E8AA;
    color: #1C8400;
    min-height:35px;
    margin:10px 0 10px 0;
    text-align:center;
}
.success P
{
    margin:8px 0 0 0;
}
.msgClose
{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 10px;
    cursor: pointer;
    text-indent: -9999px;
}
.error .msgClose
{
    background: url(images/icoError.png) no-repeat;
}
.notice-warning .msgClose
{
    background: url(images/icoNotice.png) no-repeat;
}
.inf .msgClose
{
    background: url(images/icoInfo.png) no-repeat;
}
.success .msgClose
{
    background: url(images/icoSuccess.png) no-repeat;
}
ul.form
{
    float: left;
    width: auto;
}
ul.form li
{
    float: left;
    width: 100%;
}
.leftSec
{
    float: left;
    width: 48%;
    min-height: 30px;
}
.rightSec
{
    float: right;
    width: 48%;
    min-height: 30px;
}