
label.error {
	padding-left: 10px;
	padding-bottom: 3px;
	color: #C00;
	border-top: 1px dotted #C00;
}


.buttonNew, 
input[type="button"]{
    border: 2px solid #1C4369;
    background: #225180;
	font-family:Helvetica,Arial,sans-serif;
    padding: 10px 20px 10px 20px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	line-height: normal;
	display: inline-block;
}
input[type="button"]:hover,
.buttonNew:hover {
 background: url("bg-menu.gif") repeat-x left bottom #FEFEFE; 
		border: 2px solid #DDDDDD; 
	color: #666666; 
	text-shadow: none;
	cursor: pointer;
    
}