/*#content
{font-family:Verdana, Geneva, sans-serif;font-size:16px; font-weight:lighter;line-height:17px; word-spacing:7px;
}*/

.category {
  font-style: italic;
  font-weight: normal;
  font-size: 60%;
  color: #999;
  display: block;
  line-height: 2em;
}

.category a {
  color: #999;
  text-decoration: underline;
}


/* "You are logged in..." header on admin pages */



/* Style the form with a coloured background, along with curved corners and a drop shadow */

.form_select {
  margin: 5px auto;
  padding: 20px 10px;
  overflow: visible;
  
  border: 1px solid #667;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}

/* Give form elements consistent margin, padding and line height */

.form_select select {
 float:left; padding: 0;
 margin:10px 30px 0 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}

/* Submit buttons */

.form_select button.form_select_button
{  text-align: center;float:left;
  margin: 8px 0 0 0;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; float:left;
  font-size: .9em; width:120px; color: #fff;  background:#3467cd;background:linear-gradient(to top, #3467cd, #218cd4);  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
}
	
.form_select button.form_select_button:hover {
	cursor:pointer;
	background:#009BE7;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease
	}