.btnS1_1 {
	background: #2a2e3d url(../img/btn_bg1.gif) left top repeat-x;
	text-align: center;
	border: 1px solid #2b2f3e;
	color: #FFF;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; .
	border: none;
}

.btnS1_2 {
	background: #2a2e3d url(../img/btn_bg1.gif) left top repeat-x;
	text-align: center;
	border: 1px solid #2b2f3e;
	color: #FFF;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; .
	border: none;
}

.btnS2_1 {
	width: 66px;
	height: 32px;
	background: url(../img/btn_bg2.png) left top repeat-x;
	text-align: center;
	border: 1px solid #2b2f3e;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	padding: 0 2px 2px 0; .
	border: none;
}

.btnS3_1 {
	background: #757886;
	text-align: center;
	color: #FFF;
	padding: 4px 10px;
	border: 1px solid #6c6f7c;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; .
	border: none;
}

.btnS4_1 {
	background-color: #62687F;
	text-align: center;
	border: 1px solid #464D63;
	color: #FFF;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; .
	border: none;
}

.btnDiv {
	padding: 5px;
	float: right;
}

.btnDelete {
	background-color: #ec5353;
	text-align: center;
	border: 1px solid #ec5353;
	color: #FFF;
	padding: 7px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.btnGreen {
	background-color: #00A6EC;
	text-align: center;
	border: 1px solid #00A6EC;
	color: #FFF;
	padding: 7px 14px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.btn_calendar {
	width: 29px;
	height: 29px;
	background: url(../img/icon_calendar_2.gif) left top no-repeat; -
	text-indent: -9999px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	margin: 0 2px 0 -6px;
}

.bottom_btn {
	text-align: center;
	margin: 0 0 20px 0;
}

.btnPay {
	background-color: #303445;
	text-align: center;
	border: 4px solid #009eea;
	color: #FFF;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}

.btnMenu {
	background-color: #4e5051;
	text-align: center;
	text-shadow: 0 1px 0 #111;
	color: #FFF;
	padding: 7px 20px;
	font-weight: bold;
	font-size: 22px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
}


.btnPay:HOVER {
	background-color: #6d6e75;
	color: #FFF;
}

.btnMarginBottom {
	
	margin-bottom: 5px;
}