
/***************** Form Styles ******************/


.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }

input, input.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background-color: #ffffff;
	border:1px solid #3798b9;
	
		line-height:11px;
		padding:2px 5px 2px 5px;
	
}

textarea, textarea.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background-color: #ffffff;
	border:1px solid #3798b9;
	
		line-height:15px;
		padding:5px 2px 5px 5px;
	
}

select, select.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background-color: #ffffff;
	border:1px solid #3798b9;
	
		padding:2px 2px 2px 2px;
	
}

input:hover, input.copy:hover, textarea:hover, textarea.copy:hover, select:hover, select.copy:hover {
	border:1px solid #dc241f;
	background-color:#d7eaf1;
}


/***************** Button Styles *********************/

.buttons {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:18px;
	color: #ffffff;
	background-color: #dc241f;
	font-weight: normal;
	border:1px solid #dc241f;
    cursor:pointer;
	text-transform:uppercase;
}

.button {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:18px;
	color: #ffffff;
    font-weight: normal;
	background: #dc241f url(http://www.saskatoon-specialolympics.com/images/layout/button-bg.gif) repeat-x;
	border:1px solid #dc241f;
	text-transform:uppercase;
    cursor:pointer;
}

.button:hover {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:18px;
	color: #ffffff;
    font-weight: normal;
	background: #3798b9 url(http://www.saskatoon-specialolympics.com/images/layout/button-bg-over.gif) repeat-x;
	border:1px solid #3798b9;
}

input.button, td.button, th.button {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:18px;
	color: #ffffff;
    font-weight: normal;
	background: #dc241f url(http://www.saskatoon-specialolympics.com/images/layout/button-bg.gif) repeat-x;
	border:1px solid #dc241f;
    cursor:pointer;
}

input.button:hover, td.button:hover, th.button:hover {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:15px;
	line-height:18px;
	color: #ffffff;
    font-weight: normal;
	background: #3798b9 url(http://www.saskatoon-specialolympics.com/images/layout/button-bg-over.gif) repeat-x;
	border:1px solid #3798b9;
}

a.button {
	padding:4px 12px;
	margin:0;
	line-height:18px;
}

