@charset "utf-8";
/* CSS Document */

html,body,#container {
height:100%;
}
#update {
	text-align: center;
}
.bold {
	font-weight: bold;
}
:active {outline: none;  -moz-outline-style: none;} :focus { -moz-outline-style: none;outline: none;} 
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#MainContent {
	background-color: #FFFFFF;
}
.ajax-loading {
	background-image: url(../images/loading/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
}

#coupon_link {
	text-align: center;
	font-weight: bold;
	height: 60px;
}
#coupon_btn {
	background-image: url(../images/buttons/print_coupon_on_off_1.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	display: block;
	position: relative;
	height: 60px;
	width: 194px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

#coupon_btn:hover {
	background-position: 0px 0px;
}
#coupon_btn span {
	visibility: hidden;
}

 #MainContent {
	margin-top: 2%;
	background-color: #FFFFFF;
	padding: 20px;
}

.close_win {
	text-align: center;
}

.submit {
	background-color: transparent;
	background: transparent url(../images/buttons/submit_on_off_1.jpg) no-repeat 0px -33px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 33px;
	width: 96px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size: 0px;
	color: #208c4e;
}

form>.submit { /* For non-IE browsers*/
  height: 0px;
}


.submit:hover {
	background-position: 0px 0px;
		color: #103456;

}