
.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #19b9e7;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }





/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-box {
	
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #f8e4d7;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
	border-bottom: solid 1px #0f9981;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; font-size: 18px; font-weight: bold; color: #063f35; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 10px;
	font-size: 66px;
	color: #063f35;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

form .form-bottom textarea {
	height: 100px;
}

form .form-bottom label {
	font-size: 16px;
}


form .form-bottom input {
	width: 100%; font-size: 16px; padding: 7px 0px 7px 5px; background-color: #fffffd; color: #333333; border: solid 1px #777777; margin-bottom: 10px;
}



form .form-bottom button.btn {
	min-width: 105px;
	background-color: #0b5310;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #0b5310;
	border-radius: 5px;
}

form .form-bottom button.btn:hover {
	background-color: #ffffff;
	color: #0b5310;
	cursor: pointer;
}

form .form-bottom a.btn {
	width: 100%;
	text-align: center;
	background-color: #0b5310;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #0b5310;
	border-radius: 5px;
}

form .form-bottom a.btn:hover {
	background-color: #ffffff;
	color: #0b5310;
	cursor: pointer;
}


form .form-bottom .input-error {
	border-color: #ff9900;
}

form.registration-form fieldset {
	display: none;
}

form.registration-form{
    width: 100%;
}

form a{
    
}