@CHARSET "UTF-8";
#bacFormDiv {
	position: relative;
}

.bacMessage {
    position: absolute;
    top: 70px;
    width: 216px;
	height: 175px;
	font-family:trebuchet MS;
    padding: 0;
    margin: 0;	
}

#bacError * {
    padding: 0;
    margin: 0;
}

#bacError {
	background-color: #FF6868;
    border: solid 1px #F55C5C;
	color: #fff;

}

#bacError p, #bacError ul {
	margin: 10px;
}

#bacError p {
    font-size: 8pt !important;
}

#bacError ul {
    font-size: 8pt !important;
    list-style-type: circle;
    list-style-position: outside;

}

#bacError ul li {
    margin-left: 10px;
}    

#bacButton {
	text-align: center;
}

#bacSuccess * {
    text-align: center;
}

#bacSuccess {
    background-color: #57C057;
    border: solid 1px #5CBE5C;
    color: #fff;
    text-align: center;
}

#bacResult {
	margin: 10px;
	text-align: center;
}

#bacResult span { 
	margin: 20px 0;
    font-weight: bold;
    font-size: 12pt;
    border: dashed 1px;
    padding: 10px;
}

#bacSuccess .bacEffect {
	text-align: center;
	width: 80%;

}
	
#bacSuccess .bacIllegal {
	font-weight: bold;
}
