@charset "utf-8"; 

.ui_alert,.ui_error,.ui_success,.ui_notice,.ui_confirm,.ui_prompt {
	border: solid 1px #F5F5F5;
	border-top: solid 1px #F1F1F1;
	border-left: solid 1px #F1F1F1;
	background-color: #F7F7F7;
	width: 156px;
	height: 46px;
	margin: 0px auto;
	background: -moz-linear-gradient(top, #FAFAFA, #FAFAFA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA),
		to(#E3E3E3) ); 
	background: -ms-linear-gradient(top, #FAFAFA,#E3E3E3); 	
	border-radius: 8px;
	box-shadow: 3px 3px 4px #AAA;
}

.ui_alert .ui_msg,.ui_error .ui_msg,.ui_success .ui_msg,.ui_notice .ui_msg,.ui_confirm .ui_c1,.ui_prompt .ui_msg,.ui_confirm .ui_msg
	{
	background: url(../images/ui-alert.png) no-repeat center left;
	margin: 0px 15px;
	padding: 10px 8px 10px 40px;
	line-height: 25px;
	color: #8C5507;
	font-size: 15px;
	font-weight: bold;
}

.ui_error .ui_msg {
	background: url(../images/ui-error.png) no-repeat center left;
	color: #FF3C1A;
}

.ui_success .ui_msg {
	background: url(../images/ui-success.png) no-repeat center left;
	color: #107A29;
}

.ui_notice .ui_msg {
	background: url(../images/ui-notice.png) no-repeat center left;
	color: #00477A;
}

.ui_confirm .ui_msg,.ui_confirm .ui_msg {
	margin: 0px 15px;
}

.ui_confirm .ui_msg {
	background: url(../images/ui-confirm.png) no-repeat center left;
	color: #00627A;
	padding-top: 12px;
	margin: 0px 20px;
}

.ui_confirm .ui_p {
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}

.ui_p .ui_button,.ui_p .ui_button:hover {
	border-radius: 0px;
	background: url(../images/ui-bouton.png) no-repeat center center;
	height: 27px;
	width: 62px;
	border: 0px none;
	display: inline-block;
	font-size: 14px;
	color: #F3FAEB;
	font-weight: bold;
	line-height: 27px;
	cursor: pointer;
}

.ui_button_r {
	margin-left: 10px;
}

.ui_prompt .ui_p1,.ui_prompt .ui_p2,.ui_prompt .ui_p {
	margin: 0px 15px;
}

.ui_prompt .ui_p2 {
	padding: 5px 0px;
}

.ui_prompt .ui_p1 {
	background: url(../images/ui-prompt.png) no-repeat center left;
	padding: 12px 8px 0px 43px;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	font-weight: bold;
}

.ui_prompt .ui_p {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
}

.ui_text {
	height: 20px;
	padding: 4px;
	background: url(../images/ui-text.png) repeat-x;
	border: solid 1px #BCBCBC;
	width: 190px;
	border-radius: 5px;
	font-size: 14px;
	color: #4B6C1E;
}

.ui_text:focus {
	border-color: #AAAAAA;
}

.ui_box {
	border-radius: 8px;
	box-shadow: 3px 3px 4px #AAA;
}

.ui_box .ui_box_title {
	background: url(../images/ui-box.png) repeat-x;
	line-height: 39px;
	border-radius: 8px 8px 0px 0px;
	cursor: move;
}

.ui_box .ui_box_content {
	
}

.ui_box_title strong {
	color: #565656;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

.ui_box .span {
	cursor: pointer;
	background: url(../images/ui-close.png) no-repeat center center;
	width: 20px;
	height: 20px;
	margin: 9px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.F_css {
	border-color: #F00 !important;
}

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,[type="button"]::-moz-focus-inner
	{
	border: none;
}