button,
input[type="submit"] {
  background: #0987C6;
    border: 1px solid #076C9E;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'PT Sans Narrow',Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
	margin:5px 0;
	text-shadow:none;
	box-shadow:none;
}

.btn {
  background: #0987C6;
    border: 1px solid #076C9E;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'PT Sans Narrow',Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
	margin:5px 0;
	text-shadow:none;
	box-shadow:none;
}

textarea,
select,
input[type="text"],
input[type="password"]{
  	border: 1px solid #cccccc;
  -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;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 5px;
	text-align:left;
	border-radius:4px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;		  
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
  	outline: 0;
  	outline: thin dotted \9;
  	/* IE6-9 */

  -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);
}

.err-notify{
	color:#F00;
	font-size:13px;
	margin-left:5px;
}

.errclass{
	background-color:#eee;
}



.split-btn .spb-toggle {
  font-size: 16px;
  background: #ccc;
  color: #333;
}

.split-btn span {
  padding: 3px 10px;
  background: #333;
  color: #fff;
  text-align:left;
  font-size:12px;
}

.split-btn span:hover {
  background: #355376;
  color: #fff;
}






