
<style>
.dummy{}
/* */

/***************** Form Styles ******************/

form { margin:0; padding:0; }
.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: #ffffff;
	border:1px solid #0054a6;
	
		line-height:11px;
		padding:2px 2px 1px 5px;
		height:17px;
	
}

textarea, textarea.copy {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #000000;
	background: #ffffff;
	border:1px solid #0054a6;
	
		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: #ffffff;
	border:1px solid #0054a6;
	
		padding:2px 2px 2px 2px;
	
}

input:hover, input.copy:hover, textarea:hover, textarea.copy:hover, select:hover, select.copy:hover {
	border:1px solid #00adef;	
}


/***************** Button Styles *********************/

.buttons, .button, a.button:link, a.button:visited, .calMonthYearSubmit, .checkout_button {
    cursor:pointer;
	font-weight:bold;
	font-size:11px;
	color: #0054a6;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg.gif) left top repeat-x;
	border:1px solid #0054a6;
	margin-right:1px;
	margin-left:1px;
	
		line-height:13px;
		padding:0 3px 1px 3px;
		height:23px;
	
}

.buttons:hover, .button:hover, a.button:hover, a.button:active, .calMonthYearSubmit:hover, .checkout_button:hover {
	color: #00adef;
	background: #ffffff url(http://www.gwmg.ca/images/layout/button-bg-over.gif) left top repeat-x;
	border:1px solid #00adef;
}


/***************** Verity Header Search Form Styles *********************/
#BCverity_search_input_container {
	display:block;
	margin:0;
	padding:1px 3px 0 7px;
}
input.BCverity_search_input {
	border:none;
	width:140px;
	height:15px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	color:#0089cf;
	text-align:left;
	vertical-align:middle;
	background: transparent url(none);
}
input.BCverity_search_input:hover {
	border:none !important;	
	background: transparent url(none);
}
input.BCverity_search_button {
	cursor:pointer;
	border:none;
	width:50px;
	height:18px;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#0089cf;
	text-align:center;
	vertical-align:middle;
	background: transparent url(none);
}
input.BCverity_search_button:hover {
	color:#ffc20e;
	border:none !important;
	background: transparent url(none);
}
#BCverity_search_divider {
	width:1px;
	height:16px;
} 
