body {
	background-color: #7d1212;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 15px 0;
}
a:link, a:visited, a:active {
	color: #d41b1b;
	text-decoration: underline;
}
a:hover {
	color: #d41b1b;
	text-decoration: none;
}
.ask {
	padding: 15px;
	background-color: #ececec;
	color: #333;
	border: 4px solid #000;
}
form {
	margin: 0px 0px 0px 0px;
}
.error li {
	display: block;
	list-style-type: none;
	 display: inline;
	font-size: 19px;
	padding: 0 8px 0 0;
	color:#eb1515;
	background-color: #000;
}
.error {
	background-color: #000;
	font-size: 19px;
	color: #eb1515;
	font-weight: bold;
	margin: 0px 0 15px 0;
	padding: 8px;
}
