label {font-size: 14px; color: #333333;}
		
.btn {
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	background-color: rgb(0, 44, 137);
	background-image: linear-gradient(rgb(0, 44, 137), rgb(0, 60, 183));
	background-repeat: repeat-x;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-shadow: none;
	vertical-align: middle;
	width: 105px;
	height: 50px;
	float: right;
	position: absolute;
	bottom: 11px;
	right: 13px;
}

.btn:hover {
	background-image: linear-gradient(rgb(0, 44, 137), rgb(0, 80, 244));
	
}

.label {
	-webkit-box-shadow: rgba(214, 220, 213, 0.247059) 0px 1px 5px 0px inset;
	background-color: rgb(250, 251, 252);
	border-bottom-color: rgb(226, 226, 226);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(226, 226, 226);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(226, 226, 226);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(226, 226, 226);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(214, 220, 213, 0.247059) 0px 1px 5px 0px inset;
	color: rgb(46, 53, 64);
	display: block;
	font-size: 12px;
	color: #969a9f;
	font-weight: normal;
	height: auto;
	position: relative;
	padding: 8px;
	margin-top: 20px;
	}
	
	input, select, textarea {
		border: 0;
		background-color: transparent;	
		cursor: pointer;
		text-decoration: none;
		margin-top: 8px; 
		font-size:15px;
	}
	input:focus {
		outline:none;
	}