article table{
	margin-top: 30px;
}
article{
	padding-bottom: 30px;
	padding: 20px;
}
article form {
	margin: auto;
	width: 290px;
}
input[type='checkbox']{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}
article form li{
	list-style: none;
	margin-bottom: 14px;
}
article p a{
	text-align: center;
	color: hsl(200,100%,50%);
	display: block;
}
article label{
	display: block;
	margin-bottom: 5px;
	color: grey;
}
article form input,textarea,select{
	border:1px solid silver;
	height: 40px;
	width: 280px;
	padding: 3px;
	border-radius: 3px;
}
textarea{
	min-height: 80px;
	vertical-align: middle;
}
article td,th{
	box-shadow: 1px 1px 3px silver;
	padding: 5px;
}
input[type='text']{
	padding: 3px;
}
article input[type='submit']{
	width: 280px;
	background: hsl(40,58%,43%)!important;
	font-weight: bold;
	font-size: 15px;
	color:white;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;

}
article p{
	margin-top: 30px;
	margin-bottom: 10px;
}
@media(min-width: 1000px){
	article div{
		display: inline-block;
		vertical-align: top;
		margin: auto;
	}
	article form{
		width: 750px;
		background: hsl(0,0%,98%);
		padding: 10px;
		border-radius: 5px;
	}
	article form label{
		display: inline-block;
		width: 230px;
		text-align:right;
		margin-right: 25px;
		vertical-align: middle;
	}
	article form li{
		margin-top: 20px;
	}
	article input{
		display: inline;
	}
	article{
		width: 750px;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
	article form input[type='submit']{
		text-align: center;
		margin: auto;
		margin-left: 260px;
		display: block;
	}
	
}