body {
	margin:0;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#D8E9FB;
	/*background-color:#D8E9FB;*/
}
.register {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.registerbox {
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 407px;
	width: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.registerbox a {
	color:#316EC9;
	text-decoration:underline;
}
.registerbox a:hover {
	text-decoration:underline;
}
#email {
	margin-top:172px;
	margin-left:12px;
	maring-right:1px;
}
.inputbox {
	padding-left:0;
	margin: 5px 0 3px 0;
	border-width:thin;
	border-color:#CCCCCC;
	border-style:solid;
}
.checkbox {
	padding-left:0;
	margin: 5px 0 3px 0;
}
#chkBox{
     width: 15px;
     height: 15px;
     background-color: skyblue;
     color: black;
     border: 1px solid black;
     text-align: center;
     font-size: 8pt;
     font-weight: bold;
     cursor: pointer;
}
#agree {
	padding-top:10px;
}
.button {
	width: 47px;
  	height: 23px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: transparent url(../images/button.png) no-repeat center top;
  	vertical-align: middle;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
  	font-family: Arial, Helvetica, Sans-Serif;
  	font-size: 11px;
  	color:#FFFFFF;
}
.button_buffer {
	padding-top:10px;
}



/* Slideshow CSS *//*** set the width and height to match your images **/


#slideshow {
    position:relative;
    height:109px;
	background-color:#FFF;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}
