@charset "UTF-8";
/* CSS Document */

.feedbackPanel {
	margin: 5px;
	padding: 15px;
	/*background-color: #F5FAEA;*/
	font-weight: bold;	
	font-size: 1.1em;
}

.reset_password .feedbackPanel, .reset_section .feedbackPanel {
    margin: 0;
    padding: 0 0 10px;
}

.popcontent .feedbackPanel {
    margin: 0 0 15px;
}
	
.feedbackPanelERROR {
    /*color:#FF3800;*/
    background-color: #CA2704;
    color: #FFFFFF;
    line-height: 25px;
    padding: 8px 8px 5px;
    background-image: url("../images/warning.png");
    background-repeat: no-repeat;
    background-position: 5px 9px;
    background-size: 20px auto;
}


.feedbackPanelERROR span {
	margin-left: 15px;
	background-image: none;
	
}

.feedbackPanelINFO {
    color:#1FA800;
}

.label_invalid {
/*  float:left; */
    font-family:helvetica,arial,sans-serif;
    font-weight:normal;
    text-align: right;
    color: #FF3800;
}

.textfield_required {
}

.textfield_invalid {
    border-width: 2px;
    border-color: #FFFFFF;
    background: #ffffff url(../images/alerticon.gif) 0 0 no-repeat;
    background-position: center right;
}

/******* BeautyTips style **********/
.bt_flyout_error {
	color: white;
	text-weight: bold;
}

.info-message {
    padding: 15px;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 15px 15px 15px;
}
