@charset "utf-8";
/* CSS Document */

.submit_rz {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0px solid #EC008C;
	border-left: 0;
	color: #EC008C;
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
	FONT-FAMILY: Trebuchet MS, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
}
*:first-child+html .submit_rz {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submit_rz {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}

.submit_x_rz {
	background-color:#EC008C;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
	cursor: pointer;
	FONT-FAMILY: Trebuchet MS, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
}

.submit_gri {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #999999;
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
	FONT-FAMILY: Trebuchet MS, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
}
*:first-child+html .submit_gri {		/* hack needed for IE 7 */
	border-bottom: 0;
	text-decoration: underline;
}

* html .submit_gri {				/* hack needed for IE 5/6 */
	border-bottom: 0;
	text-decoration: underline;
}

.submit_x_gri {
	background-color:#cccccc;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
	cursor: pointer;
	FONT-FAMILY: Trebuchet MS, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
}

.submit_reset {
	background-color: #ec018c;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	border-bottom-color: #000000;
	text-align: left;	
	color: #FFFFFF;
	margin: 0;
	padding: 3;
	cursor: pointer;
	FONT-FAMILY: Trebuchet MS, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11px;
	}
