/* The bouncing box */

#box {
	background:#666666;
	padding:20px;
	margin-top:-10px;
	width:400px;
	color:#fff;
	box-shadow: 0px 0px 10px #000;
	border-radius:0 0 10px 10px;
	z-index:999;
}
.closingbox {
	position:absolute;
	right:5px;
	top:9px;
	cursor:pointer;
}
#box {
	z-index:999;
}
#box p {
	font-size:12px;
	margin:0;
}
#box p b {
	font-size:20px;
	display:block;
}

label.error {
	color:#f00;
	background:url(../jquery.valideform/images/cross-small.png) no-repeat 0 0;
	padding-left:15px;
	/*width:0 !important;*/
	height:15px;
	/*overflow:hidden;*/
	font-weight:bold !important;
}
label.checked {
	display:none !important;
}
