/* Base */
body {
background-image:url(./parts/bg.jpg);
background-attachment: fixed;
background-color:#333333;
}

#wrapper{
	width:760px;
	background-color:#ffffff;
}

#header{
	height:233px;
	width:760px;
	z-index:1;
	margin-right:auto;
	margin-left:auto;
	background-image:url(./parts/main.jpg);
}

#primary{
	float:right;
	width:550px;
	background-color:#ffffff;
}

#secondary{
	height:100%;
	float:left;
	width:200px;
	background-color:#ffffff;
}

#footer{
	clear:both;
	background-color:#dddddd;
}

div.box{
	margin:10px;
	border:2px solid #000000;
	font-size:12px;
	background-color: #ffffff;
}

div.box2{
	margin:10px 10px 10px 40px;
	border:2px solid #000000;
	font-size:12px;
	background-color: #ffffff;
}

div.notes_a{
	border-left:5px solid #33FF99;
	padding-left:8px;
	margin-top:8px;
}

div.notes_b{
}


div.confirmation_a{
	border-left:5px solid #33FF99;
	padding-left:8px;
	margin-top:8px;
}

div.confirmation_b{
}

/* form */

.Text{
	width:400px;
}

#editor_control{
	padding:3px;
	margin-top:5px;
	width:350px;
	background-color: #ffffff;
	background-image:url(../images/control_back.gif);
}

img.button {
	border: 1px outset white;
	cursor: hand;
	background-color:#ffffff;
}

iframe {
	border: 1px solid black;
	line-height:0px;
	background-color:#ffffff;
}
