body {
background:url("images/poker.png") repeat #c8c8c8;
 }

.container {
	padding: 50px 300px;
}

input, textarea { 
    margin-top:5px;
	padding: 7px;
	border: solid 1px #646464;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-webkit-transition: border 0.5s ease;
	-moz-transition: border 0.5s ease;
	-o-transition: border 0.5s ease;
	transition: border 0.5s ease;
	font: bold 12px Arial;
	color: #000;
	width: 200px;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 3px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	}

input:hover, textarea:hover { 
	box-shadow: rgba(255,0,0, 0.3) 0px 0px 3px;
	border: solid 1px #ff0000;
	color: #f7c300;
}

input:focus, textarea:focus { 
	box-shadow: rgba(79,51,37, 0.3) 0px 0px 3px;
	border: solid 1px #4e3224;
	color: #4e3224;
}

.name { 
	padding-top: 5px;
	padding-left: 3px;
	font: normal 14px Arial;
	width: 100%;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.name_aciu { 
	padding-top: 5px;
	padding-bottom: 5px;
	font: normal 16px Arial;
	width: auto;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1.0);
	text-align:center;
}

.name_data { 
	padding-top: 5px;
	padding-bottom: 5px;
	font: bold 20px Arial;
	color:#F00;
	width: auto;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	text-align:center;
}

.submit input {
	width: 216px;
	padding: 10px;
	background: url(images/btn-up.png) repeat-x;
	font: bold 14px Arial;
	color: #f8c400;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	border: solid 1px #f8c400;
	box-shadow: rgba(248,196,0, 0.3) 0px 0px 3px;
}

.submit input:hover { 
	background: url(images/btn-over.png) repeat-x;
	color: #4f3325;
	border: solid 1px #4f3325;
	box-shadow:rgba(79,51,37, 0.3) 0px 0px 3px;
}

.form { 
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
background-color:#f0f0f0;
box-shadow: rgba(0,0,0, 0.5) 0px 0px 10px;
border: 1px solid #fff;
}

.logo {
	height:210px;
	position:relative;
}
.forma{
	margin: auto;
	position: relative;
	text-align: center;	
}
