@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/bg.png);
}

* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
	text-decoration:none;
	border-bottom:1px dotted #F00;
	color:#333;
}

a:hover {
	border-bottom:1px dotted #F00;
	color:#F00;
}

input:focus {
	background-color:#fdffe4;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}

#Login {
	text-align:left;
}

#Hotline {
	width:400px;
}

#Label {
	line-height:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;
}

#LabelImgage {
	float:left;
}