
INPUT.submit
{
	color: #1A3C7F;
	background-color:#E7ECF7;
	border-color :#3366CC;
	font-weight: normal;
}
INPUT.cancel
{
	color: #7D1512;
	background-color:#F9DDDD;
	border-color :#EB2D28;
	font-weight: normal;
}

.alertgood {
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 0px;
	color: #060;
	background: url("../i/checkicon.gif") #e2f9e3 left no-repeat;
}

.alertbad {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 0px;
	background: url("../i/badicon.gif") #c00 left no-repeat;
	color: #fff;
}

.hand{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
