@charset "utf-8";
#container {
	background-color: #FFFFFF;
	text-align: left;
	margin:auto;
	margin-top:50px;
	padding: 30px;
	height: 1000px;
	width: 80%;
	border: 3px solid red;
	top: 100px;
}
#title {
	height: 100px;
	width: 341px;
	margin:auto;
	margin-top: 20px;
	background-image:url(/MVCCCwebmaster/cc9.gif); background-position:center; background-repeat:no-repeat;
}
.right {float:right; }
.btn {float:left;}  /*positions Submit button*/
