/*!
 *
 *Created by seh 9/11/13
 * 
 */

form {
	padding: 15px;
}
form.ldpforms fieldset {
	padding: 2em 1em !important;
	margin: 1.5em 1.5em 2em 0 !important;
	border: 0 !important;
	background-color: #feffff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.3);
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #FAFAFD 0%, #feffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFD), color-stop(100%, #feffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FAFAFD 0%, #feffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FAFAFD 0%, #feffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FAFAFD 0%, #feffff 100%); /* IE10+ */
	background: linear-gradient(top, #FAFAFD 0%, #feffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feFAFAFDffff', endColorstr='#feffff', GradientType=0 ); /* IE6-9 */
}
form.ldpforms fieldset p {
	font-size: 150%;
	line-height: 1.4em;
	margin: 0.5em 0 1em 0;
	padding: 0 2em;
}
form.ldpforms legend {
	color: #666633 !important;
    font-family: "Gill Sans MT",Verdana,Helvetica,sans-serif;
    font-size: 1.2em !important;
	line-height: 25px !important;
    font-weight: bold;
	padding: 1em 0 0 0.5em !important;
	border-style: none !important;
	width: 95% !important;
}
form.ldpforms label {
    color: #003366;
    float: left;
    font-size: 1em;
    font-weight: bold;
	margin-right: 5%;
    padding: 5px;
	width: 95% !important;
}
form.ldpforms label.checkbox, form.ldpforms label.radio {
    color: #000000;
    font-weight: normal;
}
form.ldpforms input [type="text"]{
	background-color: #EEEEE6;
	font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 1.3em;
	width: 90%;
}
form.ldpforms input[type="submit"], form.ldpforms input[type="reset"], form.ldpforms input[type="button"]{
	background-color: #EEEEE6;
    border: 1px solid #999966;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    width: auto;
	margin-top: 1em;
}
form.ldpforms input[type="radio"], form.ldpforms input[type="checkbox"] {
	margin-right: 15px;
	background-color: rgba(0, 0, 0, 0);
}
form.ldpforms textarea {
	font-size: 1.3em;
    margin: 0 15px 15px 0;
    width: 65%;
	background-color: #EEEEE6;
    border: 1px solid #999966;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}	

.alert-success {
	font-family: "Gill Sans MT",Verdana,Helvetica,sans-serif;
    font-size: 1.5em;
    line-height: 1.6em;
    width: 550px;
}
.alert-success h2 {
	color: #CC6600;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.3em;
    line-height: 1em;
	margin-bottom: 0.5em !important;
	margin-top: 0.5em !important;
}
.alert-success h3 {
    font-size: 1.2em;
}
.alert-success p {
	font-family: Arial, Helvetica, sans-serif !important; 
	line-height: 1.2em !important; 
	font-size: 1.1em !important; 
	margin: 0px; 
}
.inset {
	-moz-box-shadow:    inset 0 0 10px #cccccc;
	-webkit-box-shadow: inset 0 0 10px #cccccc;
	box-shadow:         inset 0 0 10px #cccccc;
	background: #ffffff;
	padding: 1em;
	margin: 3em;
	text-align: center;
}
.inset h5 {
    color: #CC6600;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.2em;
    line-height: 1em;
	margin: 0.5em !important;
}
.inset select {
	background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
	color: #555555;
}
form.ldpforms input[type="text"], form.ldpforms input[type="password"], form.ldpforms input[type="datetime"], form.ldpforms input[type="datetime-local"], form.ldpforms input[type="date"], form.ldpforms input[type="month"], form.ldpforms input[type="time"], form.ldpforms input[type="week"], form.ldpforms input[type="number"], form.ldpforms input[type="email"], form.ldpforms input[type="url"], form.ldpforms input[type="search"], form.ldpforms input[type="tel"], form.ldpforms input[type="color"], .uneditable-input {
	width: 90% !important;
}
#recaptcha_area, #recaptcha_table {
    display: inline;
}
.legend-true {
	color: #444444;
    float: left;
    font-size: 1.05em;
    font-weight: bold;
    margin: 20px 5% -10px 0;
    padding: 5px;
    width: 95% !important;
}
.required {
	background-color: rgba(0, 0, 0, 0);
    background-image: url("/_resources/styles/ldp/images/required.png");
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 12px;
}


#contentWrapper #content.relative form.ldpforms fieldset legend {
    border-style: none !important;
    color: #666633 !important;
    font-family: "Gill Sans MT",Verdana,Helvetica,sans-serif;
    font-size: 1.2em !important;
    font-weight: bold;
    line-height: 25px !important;
    margin-bottom: 0px !important;
    padding: 0.5em 0 0 0em !important;
    width: 95% !important;
}

#contentWrapper #content.relative form.ldpforms label.checkbox, #contentWrapper #content.relative form.ldpforms label.radio {
    font-size: 1em;
    margin-right: 5%;
	margin-bottom: 25px !important;
    padding: 5px;
    width: 100% !important;

}
