/* CSS Document */
#waiting' {
	margin: 0px 0px 0px 0px;
	width: 65px;
	height: 65px;
}

.error {
	background: none repeat scroll 0 0 #FFF8CF;
	border: 1px solid #FFBD00;
	border-radius: 3px 3px 3px 3px;
	margin: 5px 0 16px 0;
	padding: 9px;
	clear:both;
	line-height:1.3;
}
.alert-box {
	background: none repeat scroll 0 0 #FFF8CF;
	border: 1px solid #FFBD00;
	border-radius: 3px 3px 3px 3px;
	margin: 5px 0 16px 0;
	padding: 9px;
	clear:both;
	font-size: 14px;
	line-height:1.3;
}
.alert-box.error {
	font-size: 14px;
	background: none repeat scroll 0 0 #FEECE9;
	border: 1px solid #F44128;
}
.alert-box.alert-default {
	background: none repeat scroll 0 0 #E6E6E6;
	border: 1px solid #9b9b9b;
}
.alert-box.alert-white {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #9b9b9b;
}
.alert-box.alert-confirmation {
	font-size: 14px;
	background: none repeat scroll 0 0 #EBF6EA;
	border: 1px solid #67BE60;
}

.validate {color:#F00;}

.msg {
padding: 5px;
width: auto;
margin: 2px;
color: #c00;
border: 1px solid #c00;
background-color: #FEF1ED;
} 