 
#submit_button{
	background: #323232 url(redmond/images/black_gradient.png) 50% 50% repeat-x;
    color: #ffffff !important;
}

.submission_button{
	background: #323232 url(redmond/images/black_gradient.png) 50% 50% repeat-x;
    color: #ffffff !important;
	border:0px;
	border-radius:10px;
}



 

button{
	cursor:pointer;
}


div.pagination {
	padding: 3px;
	font-size:10px
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	
	border: 1px solid #eaeaea;
	
	text-decoration: none; /* no underline */
	color: #A0A7AF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #FA6455;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;

	border: 1px solid #eaeaea;
	
	font-weight: bold;
		background-color:#f7f7f7;
	color: #FA6455;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
 
 




h1.landing_page_link{
	background-image: url('../images/landing_page_arrow.png');
	background-repeat: no-repeat;
	background-position:  right center;
}

a.landing_page_link{
	
	color:#0087cd;
	font-size:16px;
	text-decoration:none;
}
  

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
z-index:2000
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#cccccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
     background-color:#EB5757;
    color: #ffffff !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}


.radio-toolbar {
  width: 235px;
	height:10px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
}

.radio-toolbar label {
    display: inline-block;
    background: url(redmond/images/black_gradient.png) 50% 50% repeat-x;
    color: #ffffff !important;
    padding: 2px 10px;
    border: 1px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background: #323232 url(redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff !important;


}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
background: #0d74a6 url(redmond/images/blue_gradient.png) 50% 50% repeat-x !important;
}

input[type=text],input[type=number],textarea{
border-radius:10px;
padding:5px;
border:1px solid #323232;
}