/* Create by: SatellaSoft. www.satellasoft.net */

* {margin:0 auto; padding:0;}

body{
	background-color: #2f4f4f;
}

#central{
	width:500px;
	height:auto;
	padding:10px;
	margin-top: 50px;
	background-color: #87cefa;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.name{
	color:#FFF;
}

.campo{
	width:200px;
	height:20px;
	padding:5px;
	color:#666666;
	font-family:verdana;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.campo:focus{
		width:200px;
	height:20px;
	padding:5px;
	border:0px;
	outline: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 20px #008b8b;
}

.campus{
	width:200px;
	height:100px;
	padding:5px;
	color:#666666;
	font-family:verdana;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.campus:focus{
		width:200px;
	height:100px;
	padding:5px;
	border:0px;
	outline: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 20px #008b8b;
}

.buttom{
	color:#666;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:70px;
	height:25px;
	padding:3px;
	font-family:courier;
	background-color:#3cb371;
}

.buttom:hover{
	outline:none;
	box-shadow:0 0 20px #FFF;
	
}