/* Forms
*******************************************************/

/* SilverStripe */


.content h4
{
    color:#00B4FD;
}
.page-head h3
{
 
color:#00B4FD;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
margin-bottom:15px;
padding-bottom:20px;
text-transform:uppercase;
}

.required1
{
   color:#EB340A;
}

.required2
{
   color:#EB340A;
  padding-left:330px;
}

#info_wrap1
{
padding-left:78px;
}

.typography h3 {
	
   
    font-weight:bold;
    line-height:1;
    margin-bottom:1em;
    color:#04B4FD;
    clear:both;
    margin-left:0;
    margin-right:0;
    margin-top:0;
}

form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 0 10px 10px 0;
	background: ;
	padding: 0;
	width: auto;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
select {
	width: 100%;
	font-size: 1em;
	padding:3px;
}

input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

/* Nika specific Forms from Ryan */
/* -------------------------------------------------------------- 
   forms
-------------------------------------------------------------- */

label       { font-weight: bold; color: #565656; text-transform: uppercase;}
label.small { padding: 4px 0 0 0; margin: 0; font-weight: normal; color: #000; display: block; float: left; width: 50px; text-transform: uppercase;}
fieldset    { padding:0; margin: 0 0 1.5em 0; border: 0 solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title, textarea, select, input.loginText, input.firstName, input.lastName, input.phoneShort, input.phoneLong, input.phoneShortCenter {
  margin:4px 0 4px 0;
  border:1px solid #dddcdc;
  background-color: #f2f2f2;
}

input.radio, input.checkbox {
	
	clear: both;
}

*input.text, input.title, textarea, select {
  margin:0 0 15px 0;
}

input.loginText{
	width: 268px;
	padding: 5px;
}

input.text:focus, input.title:focus, textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, input.title   { width: 100%; padding:5px;}
input.title   { font-size:1.5em; }
textarea      { width: 100%; min-width: 300px; height: 170px; padding:5px;}
input.submit  { float: right; width: auto; padding: 0; margin: 0; }

form hr		  { margin-bottom: .5em; }
input.lastName { width: 155px; padding: 5px; margin-bottom: 4px;}
label.lastLabel{ font-size: 10px; font-weight: normal;}
label.firstLabel{ font-size: 10px; font-weight: normal; padding-right:95px;}
input.firstName { width: 90px; padding: 5px; margin-right: 8px; margin-bottom: 4px;}

input.phoneShort{ width: 30px; padding: 5px; margin: 4px 8px 0 0;}
label.shortLabel{ font-size: 10px; font-weight: normal; padding-right: 45px;}
input.phoneShortCenter { width: 30px; padding: 5px; margin: 4px 8px;}
label.shortCenterLabel{ font-size: 10px; font-weight: normal; padding-right: 45px;}
input.phoneLong { width: 50px; padding: 5px; margin: 4px 8px;}
label.longLabel{ font-size: 10px; font-weight: normal; padding:0;}


/* Page specific forms */

/* Contact Us */
#contact-us input.action, #create-your-own-nika-event input.action, #become-a-campus-rep input.action {
	background: transparent url(/themes/nika/images/send_button.jpg) no-repeat center top;
	width: 109px;
	height: 29px;
	border: none;
	padding-top: 29px;
	overflow: hidden;
	float: right;
}

/* Newsletter Signup */
#newsletter-signup input.action {
	background: transparent url(/themes/nika/images/send_button.jpg) no-repeat center top;
	width: 109px;
	height: 29px;
	border: none;
	padding-top: 29px;
	overflow: hidden;
	float: right;
}


