
.button_wrap{
	width:450px;
	height:679px;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	float: left;
	padding: 0px;
	position: relative;
}
.button_aLeft{
    width:70px;
    height:36px;
    -moz-border-radius:20px;
	-webkit-border-radius:20px;
    background-color:#093d6f;
    color:#fff;
    top:0px;
    right:0px;
    position:absolute;
    line-height:36px;
    text-align:left;
}
.button_aLeft span{
    display:none;
    padding-left:20px;
}
.button_bLeft{
    width:64px;
    height:30px;
    background-color:#fff;
    -moz-border-radius:20px;
	-webkit-border-radius:20px;
    color:#000;
    position:absolute;
    top:3px;
    right:3px;
    text-transform:uppercase;
    line-height:30px;
    text-align:center;
    cursor:pointer;
}
.button_bLeft span{
    color:#008ddd;
}
.button_aRight{
	width:281px;
	height:679px;
	color:#fff;
	position:absolute;
	text-align:left;
	background-color: #000000;
	left: 0px;
	top: 0px;
	float: right;
}
.slideOut  {
	float: right;
	margin-right:10px;
	width: 150px;
}
#button_aRight h2 {
	font-size: 12px;
	float: left;
	color: #FA4919;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 25px;
}
#button_aRight  h3 {
	font-size: 11px;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 15px;
	clear: left;
}
#button_aRight  h4 {
	font-size: 10px;
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	clear: left;
}
#button_aRight  h5 {
	font-size: 10px;
	float: left;
	color: #CCCCCC;
	font-weight: normal;
	clear: left;
}
.button_aRight span{
	display:none;
}
.button_bRight{
	width:281px;
	height:679px;
	background-color:#fff;
	-webkit-border-radius:20px;
	color:#000;
	position:absolute;
	text-transform:uppercase;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	float: left;
}
.button_bRight span{
	color:#000000;
}
.button_c{
    background-color:#008ddd;
    color:#fff;
    text-transform:uppercase;
}
.button_c span{
    color:#093d6f;
}
