
.ui-corner-all 
{
	-moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; 
}

.response-msg 
{
	font-family: Verdana, Tahoma, Arial; 
	font-size:0.9em;
	margin:0 0 10px;
	padding:6px 10px 10px 45px;
}

.response-msg span 
{
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.error 
{
	background:#f9e5e6 url('error.png') 10px 50% no-repeat;
	border:#e8aaad solid 1px;
	color:#b50007;
}

.notice  {
	background:#f9f9e5 url('notice.png') 10px 50% no-repeat;
	border:#e8e3aa solid 1px;
	color:#828400;
}

.inf 
{
	background:#e5ecf9 url('info.png') 10px 50% no-repeat;
	border:#aac6e8 solid 1px;
	color:#0055b5;
}

.success 
{
	background:#e9f9e5 url('success.png') 10px 50% no-repeat;
	border:#b4e8aa solid 1px;
	color:#1c8400;
}

.response-msg-none 
{
	font-family: Verdana, Tahoma, Arial; 
	font-size:0.9em;
	margin:0 0 10px;
	padding:6px 10px 10px 10px;
}

.response-msg-none span 
{
	display:block;
	font-weight:bold;
	padding:0 0 4px;
}

.none_block
{
	border:#e8e3aa solid 1px;
	color:#828400;
}

