form {
	margin: 0 0 17px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25.5px;
	font-size: 19.5px;
	line-height: 34px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #eee;
}
legend small {
	font-size: 12.75px;
	color: #d5d8dc;
}
label, input, button, select, textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}
input, button, select, textarea {
	font-family: Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #333333;
}

.frContainer label {
	display: inline-block;
	color: #333333;
}

.page-collections-resources-research-and-homework label {
	margin-bottom: 2px;
}
.form-text, textarea, .form-select, .uneditable-input {
	display: inline-block;
	/* width:210px;
	*/

  height: 17px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 17px;
  color: #66707e;
  border: 1px solid #ccc;/*.border-radius(3px);
	*/
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input, label textarea, label select {
  display: block;
}
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
 *margin-top: 0;
	/* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;/* IE9 and down */
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"], input.form-submit {
  width: auto;
  height: auto;
}
.form-select, input[type="file"] {
  height: 28px;
  /* In IE7,the height of the select element cannot be changed by height,only font-size */

  *margin-top: 4px;
	/* For IE7,add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
	/*Reset line-height for IE*/
  line-height: 18px \9;
}
.form-select {
  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}

/* CHECKBOXES & RADIOS*/
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
/* Move the options list down to align with labels*/
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;/* has to be padding because margin collaspes*/
}
/* Radios and checkboxes on same line*/
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;/* space out consecutive inline controls*/
}
input.form-text, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s 0.5s ease-out;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s 0.5s ease-out;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s 0.5s ease-out;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s 0.5s ease-out;
  transition: border linear 0.2s, box-shadow linear 0.2s 0.5s ease-out;
}
input.form-text:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;/* IE6-9 */
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* override for file inputs*/

  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* Disabled and read-only inputs*/
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed;
}
.form-actions {
	padding: 16px 20px 17px;
	margin-top: 17px;
	margin-bottom: 17px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}
/* For text that needs to appear as an input but should not be an input */
.uneditable-input {
	display: block;
	background-color: #ffffff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	cursor: not-allowed;
}
:-moz-placeholder {
 color: #d5d8dc;
}
::-webkit-input-placeholder {
 color: #d5d8dc;
}
.form-submit {
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-color: #00548f;
	background-image: -moz-linear-gradient(top, #005e9b, #00457d);
	background-image: -ms-linear-gradient(top, #005e9b, #00457d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005e9b), to(#00457d));
	background-image: -webkit-linear-gradient(top, #005e9b, #00457d);
	background-image: -o-linear-gradient(top, #005e9b, #00457d);
	background-image: linear-gradient(top, #005e9b, #00457d);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e9b', endColorstr='#00457d', GradientType=0);
	margin: 0 0 0 0;
	cursor: pointer;
}
.form-submit:hover {
  background-image:-moz-linear-gradient(top,#00b4e7,#00a2df);
  background-image:-ms-linear-gradient(top,#00b4e7,#00a2df);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#00b4e7),to(#00a2df));
  background-image:-webkit-linear-gradient(top,#00b4e7,#00a2df);
  background-image:-o-linear-gradient(top,#00b4e7,#00a2df);
  background-image:linear-gradient(top,#00b4e7,#00a2df);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b4e7',endColorstr='#00a2df',GradientType=0);
  text-decoration:none
}



/* REMOVE THE FIREFOX OUTLINE ON ANCHOR, BUTTON AND :FOCUS ELEMENTS
 * http://www.twohard.com/blog/remove-firefox-outline-anchor-button-and-focus-elements
 */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}





.region-sidebar-second .go {
	background: url(img/button-sidebar-submit-24x24.png) no-repeat;
	height:24px;
	width:24px;
	text-indent:-999px;
	background-position:0 0;
	border: 0;
}
.region-sidebar-second .go:hover {
	background: url(img/button-sidebar-submit-24x24.png) no-repeat;
	height:24px;
	width:24px;
	text-indent:-999px;
	background-position:0 -26px;
	border: 0;
}
form.styled-select select {
	border: 1px solid #f5f5f5;
	height: 24px;
}
/* WEBFORMS */
.webform-client-form {
	margin-bottom: 30px;
	background-color: #f2f2f4;
}
.node-webform fieldset legend {
	background-color: #00548f;
	background-image: -moz-linear-gradient(top, #005e9b, #00457d);
	background-image: -ms-linear-gradient(top, #005e9b, #00457d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005e9b), to(#00457d));
	background-image: -webkit-linear-gradient(top, #005e9b, #00457d);
	background-image: -o-linear-gradient(top, #005e9b, #00457d);
	background-image: linear-gradient(top, #005e9b, #00457d);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e9b', endColorstr='#00457d', GradientType=0);
	margin: 0;
	padding: 15px 0;
	line-height:1em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none;
	text-align:center;
}
.node-webform fieldset legend .fieldset-legend {
	color: #ffffff;
	font-size: 123.1%;
	font-weight: bold;
	border-bottom:none;
	padding-left: 20px;
}

.node-webform fieldset fieldset legend {
background-color: #DCDEE2;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-image: none;
background-repeat: no-repeat;
filter: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding: 7px 0;
text-align: left;
}
.node-webform fieldset fieldset legend .fieldset-legend {
	color: #66707E;
	font-size: 108%;
	font-weight: bold;
	border-bottom:none;
	padding-left: 20px;
}
.node-webform .fieldset-wrapper {
	padding:20px;
}

.node-webform .fieldset-description {
	color: #333333;
	padding:0 0 15px 0;
}
.node-webform .description {
	color: #66707e;
	margin-left:213px;
	font-size:85%;
	margin-bottom: 6px;
}
.node-webform .webform-component-textarea .description {
	margin-top: 6px;
}

.node-webform label {
	line-height: 1.5em;
	color: #00447a;
	display: block; 
	margin-right: 1em;
	width: 200px;
	float: left; 
	clear: left; 
}



/*
.node-webform .form-text, textarea,
.node-webform .uneditable-input {
	width: inherit;  /*300px*/
	margin-left:0;
}
*/


.node-webform .form-text {
	width: inherit; /*rose*/
	margin-left:0;
}

.node-webform textarea, .uneditable-input {
	width: 300px; /*rose*/
}


.node-webform .form-textarea-wrapper textarea {
	padding: 4px;
	width: 310px;
	margin-left:0;
	margin-bottom: 9px;
}
.node-webform .form-select {
	width: 310px;
	margin-left:0;
}
.node-webform p.webform-disclaimer {
	font-size:93%;
}
.node-webform #edit-actions,
.page-user-contact #edit-actions {
	background-color:transparent;
	border-top: 0;
	margin: 0 auto;
	padding-top: 0;
	width: 120px;
}
.node-webform .form-actions input[type=submit],
.page-user .form-actions input[type=submit] {
	height: 36px;
	width: 120px;
}

.webform-client-form .month,
.webform-client-form .day,
.webform-client-form .year {
	width: auto;
}

.webform-client-form .webform-component-radios {
}
.webform-client-form .webform-component-radios label {

}
.webform-client-form .webform-component-radios div.form-radios,
.webform-client-form .webform-component-checkboxes div.form-checkboxes {
margin-bottom: 10px;
float: left;  
}

.webform-client-form .webform-component-radios div.form-radios div.form-type-radio input,
.webform-client-form .webform-component-checkboxes div.form-checkboxes div.form-type-checkbox input{
float: none;
display: inline;
}
.webform-client-form .webform-component-radios div.form-radios div.form-type-radio label,
.webform-client-form .webform-component-checkboxes div.form-checkboxes div.form-type-checkbox label{
display: inline;
}

.webform-client-form .webform-component-radios div.description,
.webform-client-form .webform-component-checkboxes div.description {
float: left;
clear: both;
margin: 6px 0;
}
.webform-client-form .webform-component-radios div.form-radios div.form-type-radio,
.webform-client-form .webform-component-checkboxes div.form-checkboxes div.form-type-checkbox {
float: left;
clear: both;
width: auto;
}



/* SECTION SPECIFIC WEBFORMS */

/* performs */

.section-perform-lapl .node-webform .webform-component-checkboxes label.option {
	
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 200px;
	float: none;
}

.section-perform-lapl .node-webform .webform-component-checkboxes label {
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 200px;
	float: left;
    clear: both;
}

.section-perform-lapl .node-webform .webform-component-radios label.option {
	
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right:  1em;
	width: 200px;
	float: none;

}

.section-perform-lapl .node-webform .webform-component-radios label {
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 200px;
	float: left;
    clear: both;
}

.section-perform-lapl .node-webform textarea {
	width: 400px; 
}


.section-perform-lapl .node-webform .form-textarea-wrapper textarea {
	padding: 4px;
	width: 410px;
	margin-left:0;
	margin-bottom: 9px;
}



/* e-Media */

.page-node-71037 .widelabel label {
	line-height: 1.5em;
	color: #00447a;
	display: block; 
	margin-right: 1em;
	width: 320px;
	float: left; 
	clear: left; 
}

.page-node-71037 .narrowlabel label {
	line-height: 1.5em;
	color: #00447a;
	display: block; 
	margin-right: 1em;
	width: 50px;
	float: left; 
	clear: left; 
}


/* TEACHERS-RESOURCES */
.section-teachers-resources .node-webform label,
.section-teachers .node-webform label {
	float: none;
	width: auto;
}
.section-teachers-resources .node-webform input[type="checkbox"],
.section-teachers .node-webform input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}
.section-teachers-resources .node-webform .description,
.section-teachers .node-webform .description {
	color: #66707e;
	margin-left:0;
	font-size:85%;
	margin-top: 0;
	margin-bottom: 6px;
}
/* BOOK A LIBRARIAN */

.section-branches .node-webform .webform-component-checkboxes label.option {
	
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 200px;
	float: none;
}

.section-branches .node-webform .webform-component-checkboxes label {
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 100px;
	float: left;
}

.section-branches .node-webform .webform-component-radios label.option {
	
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right:  300px;
	width: 200px;
	float: none;
}

.section-branches .node-webform .webform-component-radios label {
	line-height: 1.5em;
	color: #00447a;
	display: inline;
	margin-right: 1em;
	width: 200px;
	float: left;
}

.section-branches .node-webform .webform-component-webform_grid label {
	line-height: 3.5em;
	color: #00447a;
	margin-right: 1em;
	margin-top: 20px;
	width: 500px;
	float: none;

}

.section-branches .node-webform .webform-grid
{
	float: none;
}


.section-branches textarea {
	float: left; 
}

/* WEBFORM - OPO */
div#edit-submitted-pfs2-photo-id2-17 input  {   /* Selects Photo ID textfield */
	width:100px;
}
*/


/* USER CONTACT FORMS */
/* WEBFORMS */
.page-user-contact .contact-form {
	background-color: #f2f2f4;
}
.page-user-contact #content-top #page-title {
	background-color: #00548f;
	background-image: -moz-linear-gradient(top, #005e9b, #00457d);
	background-image: -ms-linear-gradient(top, #005e9b, #00457d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005e9b), to(#00457d));
	background-image: -webkit-linear-gradient(top, #005e9b, #00457d);
	background-image: -o-linear-gradient(top, #005e9b, #00457d);
	background-image: linear-gradient(top, #005e9b, #00457d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005e9b', endColorstr='#00457d', GradientType=0);
	margin: 0;
	padding: 0;
	height: 50px;
	width: 700px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none;
}
.page-user-contact #content-top h1 {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 3;
	border-bottom:none;
	padding-left: 20px!important;
}
.page-user-contact .contact-form {
	padding:20px;
	margin-bottom: 50px;
}
.page-user-contact .fieldset-description {
	color: #333333;
	padding:15px 0 15px 0;
}
.page-user-contact .description {
	color: #66707e;
	margin-left:148px;
	font-size:85%;
	margin-top: -6px;
	margin-bottom: 6px;
}
.page-user-contact label {
	line-height: 2.1em;
	color: #00447a;
	display: block;
	margin-right: 1em;
	width: 200px;
	float: left;
}
.page-user-contact .form-text,
.page-user-contact .resizable-textarea,
.page-user-contact .uneditable-input,
.page-user-contact textarea {
	width:600px;
	float: right;
}
.page-user-contact .resizable-textarea,
.page-user-contact textarea {
	width: 610px;
}
#contact-personal-form .form-type-checkbox {
	width: 500px;
	float: left;
	margin: 20px 306px 20px 172px;
}
.page-user-contact input[type="checkbox"] {
	float: left;
	margin-top: 7px;
}
#edit-to {
	display: none;
}
.page-user-contact .contact-form .form-item-copy label {
	margin-left: 1em;
}
.page-user-contact .form-actions {
	background-color:transparent;
	border-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.page-user-contact #edit-reset {
	background-color: #969ea8;
	background-image: -moz-linear-gradient(top, #969ea8, #66707e);
	background-image: -ms-linear-gradient(top, #969ea8, #66707e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#969ea8), to(#66707e));
	background-image: -webkit-linear-gradient(top, #969ea8, #66707e);
	background-image: -o-linear-gradient(top, #969ea8, #66707e);
	background-image: linear-gradient(top, #969ea8, #66707e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969ea8', endColorstr='#66707e', GradientType=0);
}
