/* -------------------------------------------------------
    Page :: FORMS & INTERACTIVE BUTTONS
   ------------------------------------------------------- */
form {

}
form fieldset {
	margin: 0px;
	padding: 0px;
	clear: both;
}
form fieldset legend {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0A1E42;
}
form fieldset ol {
}
form fieldset ul {}
form fieldset li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	float: left;
}
form fieldset label {
	color: #212E36;
}
form input, form fieldset input {
	font-family: "Segoe UI", Arial, Verdana, sans-serif;
	float: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #000000;
	border: 1px solid #D7D7D7;
	font-size: 15px;
}
form textarea, form fieldset textarea {
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px solid #D7D7D7;
}
form select, form fieldset select {
	font-family: "Segoe UI", Arial, Verdana, sans-serif;
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	color: #000000;
	border: 1px solid #D7D7D7;
}
form fieldset .errorlist {}
form fieldset .required {
	color: #CC0066;
}
form button {
	color: #FFFFFF;
	background-color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 3px;
}
form fieldset .checklist li {
	clear: both;
	width: 100%;
}
form fieldset .checklist input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	float: left;
	
}
/* -------------------------------------------------------
    Page :: Extra Styling if required?
   ------------------------------------------------------- */
 input:focus, textarea:focus {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B92D7;
	border-right-color: #3B92D7;
	border-bottom-color: #95C4EA;
	border-left-color: #95C4EA;
	color: #3B92D7;
	background-color: #FFFFFF;
    }

    select {
	display: block;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
    }
    select.replaced {
      width: 1px;
      position: absolute;
      left: -999em;
    }
    ul.selectReplacement {
	padding: 0;
	position: relative;
	z-index: 1000;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../Images/select-arrow.gif);
	width: 100%;
	display: block;
	background-color: #D7D7D7;
	float: left;
    }
    ul.selectFocused {

    }
    ul.selectReplacement li {
	color: #000000;
	cursor: pointer;
	display: none;
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 95%;
	padding-left: 5%;
    }
    ul.selectOpen li {
	display: block;
    }
    ul.selectReplacement li.selected {
	color: #000000;
	display: block;
    }
    ul.selectOpen li.selected {
	border: 1 solid #666666;
	display: block;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
	color: #3B92D7;
	background-color: #FFFFFF;
    }
.form-button {
	background-image: url(../Images/button.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 105px;
	color: #FFF;
	text-transform: uppercase;
	border-top-width: 0px;


!important
	border-right-width: 0px; !important
	border-bottom-width: 0px; !important
	border-left-width: 0px; !important
	border-top-style: none; !important
	border-right-style: none; !important
	border-bottom-style: none; !important
	border-left-style: none; !important
	text-align: center; !important
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;

!important
; 		border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.form-button:hover {
	background-image: url(../Images/button.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.button {
	background-image: url(../Images/button-long.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 170px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
!important
!important
	font-size: 14px;
	font-weight: bold;
	background-position: 0px 0px;
	text-decoration: none;
	padding-top: 3px;
	position: relative;
	top: -3px;
}
.button:hover {
	background-image: url(../Images/button-long.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	color: #FFF;
}
