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

body {font-family:Arial, Helvetica, sans-serif; color:#666; background-image:url(../images/bg.jpg); background-repeat:repeat-x;}
.main {background-image:url(../images/body-bg.jpg); background-repeat:repeat-x; margin:0}
.formfield { width:220px; height:30px; border: solid 1px #999; font-size:22px; color:#666;}
.formfieldedit { width:320px; height:30px; border: solid 1px #999; font-size:22px; color:#666;}
.formfieldsml { width:140px; height:30px; border: solid 1px #999; font-size:22px; color:#666;}
.formfieldtitle { width:540px; height:30px; border: solid 1px #999; font-size:22px; color:#666;}
.formfieldtext { width:540px; height:120px; border: solid 1px #999; font-size:12px; color:#666;}
.formfieldtextedit { width:320px; height:220px; border: solid 1px #999; font-size:12px; color:#666;}

.lable {font-size:18px; color:#666; font-family:Arial, Helvetica, sans-serif; padding:0 5px 0 0;}
.important{font-size:12px; color:#C00;}
#dashboard-header {
	width:780px;
	height:80px;
	background-image:url(../images/main-body-bg.png); 
	background-repeat:repeat-y;
	padding:0 0 0 20px;
	}
div a:link {color:#06C; text-decoration:none;}
div a:hover {color:#F60; text-decoration:underline;}
div a:visited {color:#06C; text-decoration:none;}