body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #ffffff;
	}
@font-face {
    font-family: CodeFont;
    src: url(cour.ttf);
}
input, select, textarea {
	font: 18px/22px Lucida Grande, Lucida, Verdana, sans-serif;
	}
input[type="text"]{
		background-color: #66CCFF;
		background-image: url('../img/drlikes_text.jpg');
		border-radius: 3px;
		border: 1px solid #dadada;
		border-width: 1px;
		color: #000;
		font-size: 18px;
		font-family: "modern", sans-serif;
		transition: 0.4s all ease;
		width: 200px;
		height: 50px;
		}
input:hover[type="text"] {
		border-color: #102045;
		}
input:focus[type="text"] {
		background: #78d6ff;
		box-shadow:inset 0px -3px 0px 0px rgba(99,0,0,0.5);
		color: #102088;
		border-color: #102045;
		border-width: 1px;
		border-radius: 7px;
	}
input.submit {
	background: #78d6ff;
	border: 3px solid #1652b5;
	border-radius: 10px;
	color: #0e4aaa;
	font: bold 18px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 185px;
	height: 40px;
	cursor: pointer;
	transition: 0.2s all ease;
	}
input.submit:hover {
	background: #b6e9ff;
	border: 3px solid #1652b5;
	border-radius: 3px;
	color: #0e4aaa;
	}
input.submit2 {
	background: #78d6ff;
	border: 3px solid #1652b5;
	border-radius: 40px 0px 40px 0px;
	color: #0e4aaa;
	font: bold 18px Lucida Grande, Lucida, Verdana, sans-serif;
	width: 185px;
	height: 40px;
	cursor: pointer;
	transition: 0.2s all ease;
	}
input.submit2:hover {
	background: #b6e9ff;
	border: 3px solid #1652b5;
	border-radius: 0px 40px 0px 40px;
	color: #0e4aaa;
	}
input.submit2:disabled{
	background: #ccc;
	color: #ffffff;
	border: 2px solid #aaa;
	cursor:  progress;
	}
a:hover {
	color: #ff0000;
	}
a1{
	color: #000;
	}
a1:hover {
	color: #ff0000;
	}