form {
	width: 250px;
	text-align:center;
	margin:auto;
}
form input {
	display:block;
	border: none;
	height:30px;
	line-height:30px;
	width:100%;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
form input[type=text], form input[type=email], form input[type=password] {
	background:#E4E2E1;
	text-indent:5px;
	margin-bottom:10px; 
}
form input[type=submit] {
	background:#E2007A;
	color:#FFFFFF;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#carmila-lk {
	display:block;
	width:220px;
	padding:15px;
	margin:50px auto 0 auto;
	color:#fff;
	background:rgb(205, 10, 60);
	text-align:center;
	text-decoration:none;
	font-weight:bold;

	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}