@charset "utf-8";
/* CSS Document */
body {
	margin: 5px 0px 0px 0px;
	width:100%;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#6BAD0F;

}

.yes{
background-image: url(images/yes.png);
height:30px; width:70px; border:0px;
}
.no
{
background-image: url(images/no1.png); height:30px; width:70px; border:0px;


}

