.wrapper {
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.content {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
	border: 1px solid #0a5193;
}

.content2 {
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 25px;
}

.wrapper .content2 #start {
	display: block;
	width: 200px;
	padding: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #dbdfe0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ffffff;
}


.wrapper .content2 #start:hover {
	color: #0a5193;
	background-color: #dbdfe0;
	border: 1px solid #0a5193;
}

.wrapper  #domains {
	width: 475px;
	height: 200px;
	line-height: 35px;
	font-size: 18px;
	color: #000;
	background-color: #ffffff;
	border: 1px solid #0a5193;
}

.wrapper #response {
	text-align: center;
	display: none;
}
