/*
CSS Document
rossreels.com
all code is copyright to jamwerx and may not be used without written permission
*/


/* FORMS */
.mainforms form {
	width:500px;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:10px 0;
	background-color:#003b5a;
}

.mainforms form div {
	margin:0;
	clear:left;
	width:100%;
	height:100%;
}

.mainforms fieldset {
	border-top:1px solid #fff;
	border-left:none;
	border-right:none;
	border-bottom:none;
	width:550px;
	margin-right:auto;
	margin-left:auto;
	margin:0;
	padding:5px 0 15px;
}

.mainforms legend {
	color:#e5e3ca;
	padding:0 5px;
	margin-bottom:1px;
	font: normal bold 1.2em "Times New Roman", Times, serif;
	margin-top:5px;
	margin-right:5px;
}

.mainforms label {
	width:10em;
	display:block;
	float:left;
	padding-left:10px;
	line-height: 14px;
	color:#e5e3ca;
	text-transform:capitalize;
	font-weight: bold;
	margin-top: 15px;
}

.mainforms p {
	color: #fff !important;
	padding: 10px;
	text-shadow: #212121 0px 0px 0px;
}
/*.mainforms input,.mainforms textarea,.mainforms select {
	margin:5px;
	color:#333;
	font-weight: bold;
	border:white;
	padding:5px;
	width:290px;
	background-image: url(/images/forms/innershadow.gif);
}*/

.mainforms input,.mainforms textarea,.mainforms select {
	font-size: 14px;
	font-weight: bold;
	margin:5px;
	color:#333;
	border: solid 1px #c7c7c7;
	padding:5px;
	width:290px;
	background-image: url(/images/forms/input.gif) repeat-x;
	
}

.mainforms select {
	color:#333;
	border:1px solid #233040;
	padding:5px;
	margin:5px;
	width:300px;
	height: 30px;
}

.mainforms select.small {
	color:#233040;
	border:1px solid #233040;
	padding:3px;
	margin:3px 5px 2px;
	width:80px;
}

.mainforms h5 {
	color: white;
	padding: 5px;
}

.mainforms input:focus,.mainforms input:active,.mainforms textarea:focus,.mainforms textarea:active,.mainforms select:focus,.mainforms select:active {
	color:#333;
	
	border:1px solid #ff9900;
	padding:5px;
	margin:5px;
	width:290px;
	background-image:#fff url(/images/forms/innershadow.gif) left top no-repeat;

}

.mainforms select:focus,.mainforms select:active {
	color:#333;
	border:1px solid #233040;
	padding:5px;
	margin:5px;
	width:290px;
	background-color:#fff;
	
}

.mainforms select:focus.small,.mainforms select:active.small {
	color:#000;
	border:1px solid #233040;
	padding:3px;
	margin:3px 5px 2px;
	width:80px;
	background-color:#fff;
}

.mainforms input.small,input:focus.small,.mainforms input:active.small {
	color:#000;
	border:1px solid #233040;
	padding:5px;
	margin:5px 5px 2px;
	width:80px;
	background-color:#fff;
}

.mainforms input.checkbox {
	width:12px;
	color:#233040;
}

.mainforms input.contact {
	width:258px;
	height:49px;
	border:none;
}

.mainforms em {
	color:#ff9900;
	font-weight:normal;
	font-style:normal;
}

.colorone {
	border-top:1px solid #fff;
	border-bottom:1px solid #151515;
	background-color:#233040;
	width:100%;
	height:100%;
	margin:0;
	padding:4px;
	color:#e5e3ca;
}

.colortwo {
	border-top:1px solid #fff;
	border-bottom:1px solid #151515;
	width:100%;
	height:100%;
	margin:0;
	padding:4px;
	background:#fff url(/images/forms/bg1.jpg) repeat-x left bottom;
	color:#e5e3ca;
}

#formerror {
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
}

#formerrorlist {
	font:normal 10px "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:left;
	padding-left:20px;
}

.formerrors {
	padding:10px;
}

.belowform {
	width:500px;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:2px 0;
	height:30px;
}

.req {
	float:left;
	font-weight:bold;
}

.req em {
	color:#ff9900;
}

.belowform .frmbut {
	float:right;
	margin-right: -5px;
}


form.basic {
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}

form.basic h2 {
	color: #74655f;
	border-bottom: 1px solid #c2beb1;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}

form.basic label {
	display: block;
	float: left;
	width: 120px;
	padding: 3px 0;
	font-weight: bold;
	text-align: right;
}

form.basic label em {
	color: #990000;
	font-weight: normal;
	padding: 3px;
}

