@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	margin:0;
	background-color: #e0effd;
}
#wrap {
	width:900px;
	margin:auto;
	background-image: url(/events/augmentation/figure1.jpg);
	background-repeat: no-repeat;
	background-position: right 270px;
	background-color: #FFF;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	margin-bottom:14px;
}
#header {
	text-align:center;
	padding:50px 0 0px 0;
	background-color: #492b66;
}
#header h1 {
	font:"Century Gothic", Arial;
	font-size:30px;
	color:#FFF;
}
#header h2 {
	font-weight:bold;
	font-size:42px;
	color:#FFF;
}
#header h3 {
	font-size:20px;
	color: #b6a1c3;
	margin-bottom:14px;
}
#content {
	font-size:17px;
	height:455px;
}
hr {
	width:800px;
	color:#FFF;
	text-align:center;
}
.in {
	width:540px;
	padding-left:45px;
	text-align:center;
	padding-top:32px;
}
.fltlft {
	float:left;
}
#foot {
	text-align:center;
}
.drkp {
	background-color:#492b66;
	color:#FFF;
	padding:22px;
}
.ltprp {
	background-color:#b6a1c3;
	width:450px;
	margin:auto;
	padding:30px 0;
	font-size: 24px;
	font-weight: 800;
	color: #492b66;
}
/*begin form*/

#register {
	width:450px;
	margin:auto;
	color:rgb(63,25,83);
	font-size:12px;
	min-height:511px;
	padding:20px;
	background-color:#b6a1c3;
}
#register fieldset {
	margin:0;
	padding:0;
	border:0;
}
#register form {
	padding: 0px 8px 10px 12px;
	margin-top:-10px;
}
#register form span {
	margin-left:10px;
	text-align:right;
}
input, select, checkbox, textarea {
	border : 1px solid #999999;
	width : 200px;
	background : white;

}
#RowSelector {
	border:none;
	width:18px;
}
.button {
	width:70px;
	color:rgb(63,25,83);
	background-image: url(/images/button.gif);
	background-repeat: no-repeat;
}
.text {
	font-family: "Century Gothic", Arial, Verdana;
	color:#3a285b;
	line-height : 12px;
	font-size:12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
/*end form*/
.orng{
	color: #e76e24;
}

