@charset "UTF-8";
/*页面整体样式*/
body {
	text-align: center;
}

/*[超链接]样式*/
a{
	font-weight: bold;
}

/*[确认按钮]样式*/
button.btn {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

/*[无序列表]样式*/
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/*[输入框]样式*/
form.form-horizontal{
	padding: 40px;
	border-radius : 20px;
	box-shadow: 10px 10px 10px darkgray;
}