/* @override 
	http://127.0.0.1/~scum/endless/intranet/lib/css/css3/center_block.css */

.center-block{
	margin: auto;
	width: 366px;
	padding-top: 100px;
}
.center-block form{
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	padding: 20px;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	margin: 15px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}.center-block input{
	font-size: 18px;
	height: auto;	
	padding: 10px 12px;
	border: 1px solid #BABABB;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
	margin: 5px auto;
}
.center-block input[type=submit]{
	border-color: #297ac1;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.20);
	background-color: #1268db;
	background: -moz-linear-gradient(270deg, #dae4f4 0%, #1472ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#dae4f4), to(#1472ef));
}
.center-block input[type=submit]:hover{
	-webkit-transition:.5s linear;
	-moz-transition:all .5s linear;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
	-moz-box-shadow: 0 0 5px #5695DB;
	box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
}

.center-block input[type=submit]:active{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1472ef), color-stop(0.914, #7eb2f1));
	background-image: -moz-linear-gradient(270deg, #1472ef 0%, #7eb2f1 91.4%);
}

.embed-button{
	cursor: pointer;
	color: #666;
	font-size: 18px;
	padding: 10px 12px;
	width: 306px;
	margin: 5px auto;
	text-align: center;
	border-radius: 4px;	
	background: rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0px rgba(255,255,255, .15);
	-moz-box-shadow: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0px rgba(255,255,255, .15);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0px rgba(255,255,255, .15);
}
input:focus{
	-webkit-transition:.5s linear;
	-moz-transition:all .5s linear;
	border: 1px solid #5695DB;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
	-moz-box-shadow: 0 0 5px #5695DB;
	box-shadow: inset 0 1px 2px #DDD, 0px 0 5px #5695DB;
}