#left_side{ /*500 total*/
	width:490px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}
#right_side{ /*500 total*/
	margin-top:10px;
	float:left;
	width:500px;
}
.container{
	margin:100px auto;
	width: 460px;
}
.input{
	width: 300px; 
}
label{
	width:100px;
	margin-right:0px;
}
#generalform{
	width:450px;
}
.field:hover .hint{  
	margin: -30px 0 0 450px;
}

#center {
	text-align:center;
	margin:0px auto;
}

.button{
	margin-top:13px;
	width:130px;
}

.button:active{
	margin-top:14px;
}

#checkboxText{
	color:white;
	padding-top:15px;
	text-shadow: 1px 1px #080808;
}

.note{
	font-size:13px;
	font-weight:bold;
	background-color:#D00000;
	line-height:25px;
	width:90%;
	color:white;
	text-align:center;
	margin:0 auto;
	padding:10px;
	margin-bottom:30px;
}

a:link{
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px #080808;
}
a:visited{
	color:white;
	text-decoration:none;
	text-shadow: 1px 1px #080808;
}
a:hover{
	color:white;
	text-decoration:underline;
	text-shadow: 1px 1px #080808;
}
a:active{
	color:white;
	text-decoration:underline;
	text-shadow: 1px 1px #080808;
}