@CHARSET "ISO-8859-1";

/**
 * Custom Css styling for the front end
 * @author BluePie Designer [Priyantha]
 * @email 			- priyantha@pgdesigning.com 
 * Created on 		- 07/07/2009
 * Modified on 		- 07/07/2009
 * 
 */ 
 
/* Message Styling */
div.message_wrapper {
	padding: 10px;
	margin:10px 15px;
}

div.error {
	background-color: #F6BDC0;
	border: #F0878D 1px dashed;
}

div.error ul li{
	color: 	#BA2324;
	font-size: 12px;
}
.msg_close {
	float: right;
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/cross.png') 0 0 no-repeat;
}

.msg_close:hover{
	cursor: pointer;
}

div.message_wrapper ul {
	margin: 0;
	padding: 0;
}

div.message_wrapper ul li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	list-style: none;
	background-image: none !important;
	line-height: 16px;
}

/* Jquery Form Vidator Styling */
label.form_error{
	display: block;
	padding: 2px 0;
	color: #BA2324;
	padding-left: 20px;
	background: url('../images/exclamation.png') 0 2px no-repeat;
}
input.form_error{
	border: #BA2324 1px solid;
}

/* Form element Styling*/
.required{
	color: #BA2324;
	font-weight: bold;
}
