form {
    margin: 0;
    padding: 0;
}

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

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

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%;
	clear:both;
}
form label.wide {
	width: 320px;
}

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

form select {
	border: 1px solid #bbd8e4;
	color: #3c3c3c;
	font-family: Verdana;
	font-size: 85%;
	float: left;
}
form input.checkbox{
    width:15px;
    margin:0 10px 0 10px;
    background-color:#fff;
}

form input {
	height: 16px;
}

#submit-button{
   border:1px solid #000;
   width:60px;
   height:25px;
   font-weight:bold;
   cursor:pointer;
}

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 ul{
    width:420px;
}
form ul li{
    float:left;
    width:380px;
    list-style-image:none;
}
form div.buttonrow {
	text-align: center;
}

form div.buttonrow input {
	float: none;
}

.errors{
  color: red;
  margin-bottom: 10px;
}

body#miniTemplate{
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 15px;
}

