@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #003366;
	font-style: normal;
	text-align: left;
}
form {
	width:600px;
	margin:15px auto 10px 20px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 0px;
	margin-left: 50px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-style: normal;
	text-align: left;
	font-weight:bold;
	color:#FF0000;
	margin-left: 20px;

	}
	
.order_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #000000;
	font-style: normal;
	text-align: left;
	margin-right: 30px;
}

.order_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #003366;
	font-style: normal;
	text-align: left;
	margin-right: 40px;
	font-weight: bold;
}
.order_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #CC0066;
	font-style: normal;
	text-align: center;
}
