@CHARSET "UTF-8";

a {
	color: #204b80;
	text-decoration: none;
	border-bottom: dotted 1px #204b80;
}

a:hover {
	color: #2265b8;
	text-decoration: none;
	border-bottom: dotted 1px #204b80;
}


table.signin {
	width: 350px;
	margin-top: 150px;
}

table.signin tr.header td {
	background: white url('https://www.dunjincvet.com/admin/images/signin_round.gif') top;
	height: 5px;
}

table.signin tr.footer td {
	background: white url('https://www.dunjincvet.com/admin/images/signin_round.gif') bottom;
	height: 5px;
}

table.signin tr.body td {
	background: white;
	padding: 5px 18px;
}

table.signin label {
	color: #464646;
	margin-left: 3px;
	display: block;
}

table.signin input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	width: 250px;
	margin-top: 3px;
	margin-bottom: 5px;
}

a.forgot_pass {
	font-size: 12px;
	float: left;
	margin: 5px 15px;
}

div#forgot_pass {
	clear: both;
}


div#loader {
	clear: both;
	color: #464646;
	padding-top: 10px;
}

div#loader img {
	float: left;
	margin-right: 10px;
}