@charset "utf-8";
/* CSS Document */

.button{
	height:30px;
	background-position:0px 0px;
	overflow:hidden;
	display:block;
}
.button:hover{
	background-position:0px -30px;
}

input.simpleround{
	background:#FFF url(../../Images/enews_textfield.jpg) repeat-x;
	padding:3px 5px 3px 5px;
	margin:0px 0px 4px 0px;
	border:solid 1px #CCC;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.invalidAnswers{ color:Red}
.addressDistaceError{color: Red; font-weight:bold; font-size:12px; margin:4px;}
