.white_link {
	color: white !important;
	text-decoration: underline !important;
}

.white_link:hover {
	color: white !important;
	text-decoration: none !important;
}

.normal {
}

.normal a {
	color: white !important;
	text-decoration: underline !important;
}

.normal a:hover {
	color: white !important;
	text-decoration: none !important;
}

.button {
	font-size: 14px;
	cursor: pointer;
}

.request input {
	font-size: 14px;
}

.button2 {
	font-size: 14px;
	cursor: pointer;
	border-style: solid;
	background: #d7f1fe;
}