html{
	background-color: #ffffff; 
	margin: 0px;
	}
body {
	margin-top: 70px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #111111;	
	}
h2 {
	margin-top: 0px;
	}
ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}
li {
	padding-left: 18px;
	padding-bottom: 5px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#container {
	width: 750px;
	margin: auto;
	text-align: left;
	}
#box {
	width: 750px;
	background-color: #fff;
	overflow: hidden;
	}
#leftside {
	float: left;
	width: 450px; 
	padding: 0px 0px 0px 20px;	
	}
#rightside {
	float: right; 
	width: 380px; 
	padding-left: 50px; 
	background-image: url(images/content_shadow2.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
}	
label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #484848;
	margin-top: 4px;
	}
label.error { 
	float: none;
	color: red;
	padding-left: 105px;
	vertical-align: top;
	width: 200px;
	text-align: left;
	font-size: 11px;
	}
.red {
	color: #db1d27;
	}
.required {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #aab5bb;
	width: 200px;
	height: 14px;
	color:#333333;
	padding: 4px;
	}
.notrequired {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #aab5bb;
	width: 200px;
	height: 14px;
	color:#333333;
	padding: 4px;
	}	
.button {
	border: none;
    background: url('images/submit.png') no-repeat top left;
	width: 124px;
	height: 30px;
	}
.button:hover {
	border: none;
    background: url('images/submit2.png') no-repeat top left;
	width: 124px;
	height: 30px;
	}	
.fields {
	border: 1px dashed #fff;	
	padding: 4px;
}

.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
