a img {
	border: 0;
}



.memory {
	margin: 0 auto; /*display: none;
	
	 */
padding: 0 20px;
}

.bg {
	position: absolute;
	padding: 0 0px;
}

.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.buttn{
background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
text-align: center;
    vertical-align: middle;
    white-space: nowrap;cursor: pointer;
    display: inline-block;
}

.gameover {
	z-index: 11;
	position: relative;
	margin: 0 auto;
	display: none;
	font-family: Helvetica, sans-serif;
}

.gameover_bg {
	margin: 0px auto;
	position: relative;
	background: rgb(68, 68, 68);
	background: rgba(68, 68, 68, .95);
	border: 5px solid #fff;
	width: 400px;
	height: auto;
	text-align: center;
	border-radius: 2px;
}

.gameover_bg p {
	color: #ccc;
}

.gameover_bg a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.gameover_bg a:hover {
	color: #ccc;
}

h1 {
	color: #fff;
	font-size: 35px;
	margin-bottom: -10px;
	margin-top: 15px;
}

.ie7 h1 {
	margin-bottom: -15px;
}

.ie7 .gameover_bg p {
	margin-bottom: -8px;
}

.ie7 .gameover_bg p#onemoretime {
	margin-bottom: 15px;
}

.spin {
    
    -moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transform: rotate(90deg);
}

.cards {
	z-index: 10;
	position: absolute;
	padding: 0 0px;
}

.card_holder {
	position: relative;
	float: left;
	perspective: 600px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.card {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	position: relative;
}

.cardFront,.cardBack {
	position: absolute;
	top: 0;
	left: 0; /*backface-visibility:  hidden;
	
	-webkit-backface-visibility:  hidden;
	
	-moz-backface-visibility:  hidden;
	
	-ms-backface-visibility: hidden;
	*/
}

.backVis {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}


.cardFront{
		z-index: 2;


	-moz-transform: rotateY(180deg);
}
.cardBack{


	-moz-transform: rotateY(180deg);
}

.gametitle {
	color: white;
	font-size: 20px;
//	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	margin: 10px 0px;
}

#clock {
}

.timer {
	background-color: black;
	color: white;
	font-size: 14px;
	text-align: left;
	width: auto;
//	font-weight: bold;
	position: relative;
	display: inline-block;
	top: 10px;
	float: right;
}

.exit {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:-6.02px;
	border:2px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:18px;
	font-weight:bold;
	font-style:normal;

	line-height:39px;

	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.exit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.exit:active {
	position:relative;
	top:1px;
}

#footer_b {
	position: absolute;
	z-index: 999;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
}
#footer_b p {
	text-align: center;
	padding-bottom: 3mm;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
