
#confirmOverlay {
    background:url("../../files/page_tiv_.png") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
#confirmBox {
    left: 40%;
    position: fixed;
    top: 20%;
    width: 402px;
    border: 1px solid #a64499;
}
.confirmBox {
    width: 332px !important;
}
#confirmBox h1{
    background: #a64499;
    border: medium none !important;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    margin-bottom: 10px;
    padding: 0px 0 0 10px !important;
    text-align: left;
	line-height:30px;
}
#confirmBox p {
    border: medium none !important;
    color: #333333;
    margin-bottom: 20px;
    padding: 2px 0 0 0px !important;
    text-align: center;
	font-size:15px;
	 background: none repeat scroll 0 0 #FFFFFF;
}

#confirmBox h1 {
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0.3px;
}

#confirmButtons {
    padding: 8px 0 12px;
}
#confirmBox .button {
    background:#a64499;
    border: 1px solid #a64499;
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding: 3px 10px;
    position: relative;
    text-decoration: none;
	font-size:15px;
	font-weight:500;
}
#confirmBox .button:last-child {
    margin-right: 0;
}
#confirmBox .button span {
    height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
}
#confirmBox .blue {
    background-position: left top;
}
#confirmBox .blue span {
    background-position: -195px 0;
}
#confirmBox .blue:hover {
    background-position: left bottom;
}
#confirmBox .blue:hover span {
    background-position: -195px bottom;
}
#confirmBox .gray {
   background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #333333;
}
#confirmBox .gray span {
    background-position: -395px 0;
}
#confirmBox .gray:hover {
    background-position: -200px bottom;
}
#confirmBox .gray:hover span {
    background-position: -395px bottom;
}


#confirmBoxClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:6px;
	position:absolute;
	color:#fff;
	font-weight:700;
	display:block;
	cursor:pointer;
	background: url("icon_delete.png") no-repeat scroll 0 0 transparent;
	width:15px;
	height:15px;
	text-indent:-9999;
	background-position:0px -15px;
	text-indent:9999px;
}

#cboxTopLeft {
    background: url("../../images/controls.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;
}
#cboxTopCenter {
    background: url("../../images/border.png") repeat-x scroll left top transparent;
    height: 14px;
}
#cboxTopRight {
    background: url("../../images/controls.png") no-repeat scroll -32px 0 transparent;
    height: 14px;
    width: 14px;
}
#cboxMiddleLeft {
    background: url("../../images/controls_top.png") repeat-y scroll 0 0 transparent;
    width: 14px;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxContent {
    overflow: visible;
    position: relative;
}

#cboxMiddleRight {
    background: url("../../images/controls_top.png") repeat-y scroll -37px 0 transparent;
    width: 14px;
}

#cboxBottomLeft {
    background: url("../../images/controls.png") no-repeat scroll 0 -58px transparent;
    height: 13px;
    width: 14px;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxBottomCenter {
    background: url("../../images/border.png") repeat-x scroll left bottom transparent;
    height: 13px;
}
#cboxBottomRight {
    background: url("../../images/controls.png") no-repeat scroll -32px -58px transparent;
    height: 13px;
    width: 14px;
}

._frmLogin .frmUser, ._frmLogin .frmPass
{
}
._frmLogin .frmUser{
    margin-bottom: 7px;
    width: 100%;
    float: left;
}
._frmLogin .frmPass {
    width: 100%;
    float: left;
}
._frmLogin .frmUser label, ._frmLogin .frmPass label
{
	 float: left;
    line-height: 26px;
    width: 84px;
    text-align: right;
    clear: both;
	padding-right:5px;
}
._frmLogin input[type="text"], ._frmLogin input[type="password"] {
    float: left;
    margin: 0;
    width: 280px;
    padding: 8px 15px;
}
.confirmButtons
{
	margin-left:80px;
}
.fogetPass {
    text-align: center;
    margin-top: 15px;
}
.fogetPass a
{
	margin-right:15px;
}
._frmLogin .frmUser label, ._frmLogin .frmPass label {
    width: 80px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
}
#contactArea {
    font-size: 15px;
}
#contactAreaRight{
	float:right;
	width:250px;
	min-height:110px;
	padding-right:5px;
}
#contactAreaRight>div{ padding:0px 0 0 0;}
#contactAreaRight a{
    color: #2F4A90;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 29px;
    padding: 4px 7px;	
}
._quickPayment{
	text-align:center;
	padding:10px 0;	
}
._quickPayment img{
	padding-right:10px;
}
._frmContact  input[type="text"]
{
	float: left;
    margin: 2px 0;
    width: 300px !important;
}
.text-resetpass {
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
}