form {
    margin: 0;
    padding: 0;
  	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
}

form fieldset {
	border: 3px solid #ededed;
	padding: 17px;
	padding-left: 45px;
	padding-right: 85px;
	margin-bottom: 10px;
}

form fieldset.warning {
	border: 3px solid Red;
	margin-bottom: 10px;
}

form fieldset.warning h2 {
	margin: 0;
	padding: 0;
}

form p {
	margin: 0;
	padding: 0;
	clear: both;	
	margin-bottom: 12px;
	overflow: auto;
}

form label {
	display: block;
	width: 100px;
	float: left;
	font-family: Verdana;
	color: #3c3c3c;
	font-size: 85%;
}

form input,
form textarea {
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	background-color: #bbd8e4;
	border: none;
	color: #3c3c3c;
	font-family: Verdana;
	font-size: 85%;
	float: left;
}

form select {
	border: 1px solid #bbd8e4;
	color: #3c3c3c;
	font-family: Verdana;
	font-size: 85%;
	float: left;
}

form input {
	height: 16px;
}

form input.file_upload {
	height: auto;
}

form p.small label {
	width: 280px;
}

form p.small input {
	width: 50px;
}

form input.button {
	display: block;
	width: 135px;
	height: 35px;
	border: none;
	background: url(../images/button.png) no-repeat top left transparent;
	cursor: pointer;
	font-size: 93%;
	font-family: Arial;
	color: #0091ce;
	padding-bottom: 3px;
	margin: 0 auto;
	font-weight: bold;
}

form p.checkbox {
	padding-left: 100px;
}

form p.checkbox label {
	width: auto;
	float: none;
	margin-left: 20px;
}

form p.checkbox input {
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	float: left;
}

form div.buttonrow {
	text-align: center;
}

form div.buttonrow input {
	float: none;
}
