@charset "utf-8";

.floatLeft{ float: left;}
.floatRight{ float: right;}
.floatLeftMargin{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.floatRightMargin{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.clearBoth { clear: both; }

.alignCenter{ text-align: center; }
.alignRight{ text-align: right; }
.alignLeft{ text-align: left; }

.mb30 { margin-bottom: 30px;}

/* bntA */
.bntA {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:block;
	margin:auto;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;}
.bntA:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
	color: #FFF;
}
.bntA:active {
	position:relative;
	top:1px;}


/* ----------------------------------------------------
 clearfix
----------------------------------------------------*/
ul:after,
div:after,
.clrfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
	height: 0.1px; 
	font-size: 0.1em; 
	visibility: hidden;
	line-height: 0;
}

ul,div,
.clrfix {
	display: inline-block;
	display: block;
	min-height:1%;
	}

* html ul,
* html div,
* html .clrfix {height: 1%;}
