﻿body 
{
	font-family: Arial, Verdana, Arial;
	font-size: 12px;
	background-color: White;
}

.submit{
	border: 0;
	color: #fff;
	background: #76A933;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 5px;
}

.button_small {
	background-color:#0066A4; /*#8CD600;*/
	color:white;
	width:25px;
	height:16px;
	padding-top:2px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}