body {
	margin: 35px 0px 25px 0px;
	background-image: url(/skins/login/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fcfcfc;

	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
    font-size:12px;
}

a:link, a:active, a:visited {
	color: #0093be;
	text-decoration: none;
}
a:visited {
	color: #006886;
}
a:hover {
	color: #0093be;
	text-decoration: underline;
}

/* strict text styles for activeedit */
.smaller {
	font-size: smaller;
/*	font-size: 10px; */
/*	line-height: 14px; */
}
.larger {
	font-size: larger;
/*	font-size: 12px; */
/*	line-height: 18px; */
}
.subHeading {
	color:	#069eca;
	font-weight: bold;
}

/* styles mostly for page layout */
img {
	border-width: 0px;
}
input, select, textarea, div.footertext {
	font-size: 10px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0084aa;
	width:250px;
}
select, textarea, div.footertext {
	text-align: left;
}
#bodycontent {
	padding: 10px 15px 15px 15px;
	text-align: left;
	width: 700px;
}
#bodycontent table tr td {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#bodyheading {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 25px;
}
#bodyheading img {
	margin-right: 12px;
}
div.footertext {
	color: #fff;
}
div.footertext a:link, div.footertext a:visited, div.footertext a:active, div.footertext a:hover {
	color: #fff;
	text-decoration: none;
}
div.footertext a:hover {
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #a5c8d3;
	background-color: #fff;
}
input, select, textarea {
	padding: 3px 0px 2px 4px;
}
input.formSubmitButton {
	background-image: url(/skins/login/buttonbg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: center;
	padding: 1px;
}
table.layouttotalwidth {
	width: 734px;
}
input.green_submit {
	font-size: 12px;
	background: #00C212;
	color: #fff;
	border: 1px solid black;
	width: 250px;
	padding: 0px;
}

input.check_code {
    font-size: 9px;
	border: 1px solid black;
	width: 70px;
	height:19px;
	padding: 0px;
}

tr.row_select {
    background-color: #DFF4F9;
}

.note {
	font:				10px Verdana, Arial, Helvetica, sans-serif;
	color:				#888888;
}

.error {
	color:				red;
}