﻿@charset "utf-8";
.error_msg{font-size:15px;color:#F00;float:right}
.center_box form input[type="submit"] {
    background: #408734 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 5px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.php_error_center{text-align:center;margin-top:50px;color:#F00}
.success_msg_color{color:#090;!important}
.error_msg_color{color:#FF0000;!important}
.invoice_left form input[type="text"], input[type="password"], input[type="email"] {
	float:right!important;
}
.middle_box-new_message form textarea{
	width:67%;
}

#notifications {
    cursor: pointer;
	position: fixed;
	right: 0px;
	z-index: 9999;
	bottom: 0px;
	margin-bottom: 22px;
	margin-right: 15px;
	max-width: 300px;
}
#coldelete{
    cursor: pointer;
}

.blueBold {  color:#0066FF !important; font-weight:bold  !important }