﻿ a {
 color: #ccc;
}
/*-------------------------------------*/
    
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
/*-------------------------------------*/	
    @media only screen (min-width: 768px) {
        .form-wrapper input{
        width: 57% !important;
    }
}
.form-wrapper {
	width: 100%;
	padding: 0px 15px;
}
.form-wrapper input{
	width:86%;
	border-radius: 3px 0 0 3px!important;
font-size: 18px!important;
height: 55px!important;
padding: 5px 15px!important;
border: 0!important;
color: #333;
}

.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right!important;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 55px!important;
	width: 110px!important;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	background: #061b6b!important;
	-moz-border-radius: 0 3px 3px 0!important;
	-webkit-border-radius: 0 3px 3px 0!important;
	border-radius: 0 3px 3px 0!important;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
.form-wrapper button:hover {
	background: #e54040;
}
.form-wrapper button:active,  .form-wrapper button:focus {
	background: #c42f2f;
}
.form-wrapper button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #061b6b transparent;
	top: 20px;
	left: -6px;
}
.form-wrapper button:hover:before {
	border-right-color: #e54040;
}
.form-wrapper button:focus:before {
	border-right-color: #c42f2f;
}
 .form-wrapper button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
#statusDiv{
	color:#FFF;
	text-align:center;
	padding: 0px;
	font-size: 20px;
}
#statusDiv a{
	color: #fff;
	background: #428bca;
	border: 1px solid #357ebd;
	padding: 2px 9px;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	border-radius: 5px;
}
#statusDiv a:hover{
	background: #215f94;
	border: 1px solid #357ebd;
}
.green-domain{
	color: #33c3db!important;
}