@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lobster);

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

form {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	text-align: center;
	width:60%px; 
	margin:10px auto;
	border: 3px solid #AB38C3;
	border-radius: 15px;
}

#result {
	font-weight: bold;
	border: 2px solid gray;
}

#title {
	font-family: 'Lobster', cursive;
	color: #AB38C3;
	text-align: center;
	margin: 0 3px 0 3px;
	padding: 10px;
	border-bottom: 3px solid #AB38C3;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	background-color: lightgray;
}
