body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	background-color: #fff;
	}
html {
	min-height: 100%;
	margin-bottom: 1px;
	}
a img {
	border: none;
	}


/* LAYOUT */
#content {
	margin: 0 auto 0px auto;
	width: 378px;
	height: 329px;
	padding-left: 100px;
	padding-top: 100px;
    margin-top: 150px;
	background-image: url(image/cms/login.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#page-title {
	padding: 0px 0 0 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}


/* LINKS */
a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	}
a:hover {
	color: #ccc;
	text-decoration: none;
	border-bottom: none;
	}


/* HEADINGS */
h1, h2, h3, h4, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
h1 {
	color: #fff;
	font-size: 24px;
	margin: 0px 0 0 0;
	}
h2 {
    color: #fff;
	font-size: 19px;
	margin: 10px 0 0 0;
 	}

/* LIST */
ul {
	list-style: disc;
	margin: 0 0 0px 0;
	padding: 0;
	}
li {
	list-style-image: none);
	list-style: none;
	padding: 0;
	}


/* FORMS */
.textbox	{
	background-color:#ffffff;
	border:1px solid #000;
	border:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 5px;
	}
.textbox_mouseover	{
	background-color:#a8cdee;
	border:1px solid #000;
    border:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 5px;
	}

label {
    color: #fff;
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 100px;
    padding-right: 20px;
	}

