@charset "UTF-8";

  html {    
	height: 100%;
    width: 100%;
	margin: 0 auto;
	background-image: url('../images/image1-4ver3.jpg');
    }	
  /* login styles */
form.login h3 {
    font-weight:200;  /* using h3 because index content control h1, h2 */
    color: #4444ff;  /* blue text color for Login */
    font-size:16pt;	
    background: transparent url(../images/cm_small.png) no-repeat center left; /* logo left of reg */
    padding-left:33px;
    margin:7px 5px 8px 8px;
} 
form.login{
    width:330px;  /* login box width */
    margin: 20px auto 0px auto;  /* 20px top center rt to lt */
    height: 170px;  /* login box height */
    background-color:#ddd;  /* medium grey */
    padding:5px;
    -moz-border-radius:10px;     /* corner radius */
    -webkit-border-radius:10px;
	border-radius:10px;
	margin-top: 135px;
}
form.login p{
    font-size: 8pt;    /* controls label font size */
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}
form.login fieldset.box1{
    width:315px;   /* controls legend line width */
    padding:5px;
    float:left;
	border:none;
    border-top:1px solid #bbbbbb;  /* light grey */
	height:143px;   /* top height */
    margin-bottom:15px;
}
form.login fieldset.box1 label{
    width:130px;   /* text area width */
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top:2px;
}
form.login label{
    color:#444;
    width:200px;   /* label text area width was 250px */
    float: left;
    text-align: right;
    margin-right: 6px;
    margin-top:3px;  /* was 2px */
}
.logbutton{
    background: #3377ff url(../images/overlay.png) repeat-x; /* was #abda0f */
    padding: 4px 5px 4px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
    float:left;
    font-size:14px;
    margin:10px 5px 5px 10px;   /* was 10px */
}
.logbutton:hover{
    background: #ee8833 url(../images/overlay.png) repeat-x;  /* orange */
}
h3 {
	text-align: center;
    padding:3px;
	font-size: 26px; 
    font-style:italic;
	font-weight: bold;          /* changes text to bold */	
	color: #cccccc;     /* near white */
	margin-top: 75px;
}	