.iframe-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: rgba(0,0,0, 0.6);
} 

.iframe-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 400px;
	margin-top:-200px;
	margin-left: -400px;
	padding: 20px;
	background: #fff;
}


.iframe-content {
	height: 100%;
}

.iframe-content iframe {
	width: 100%;
}

.iframe-wrapper .iframe-close {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	padding: 5px 0 0 5px;
	background: #2A4076;
	color: #fff;
	font-weight: bold;
	border-radius: 1000px 0 0 0;
	cursor: pointer;
}

.callbackbutton {
	padding: 0;
    margin: 42px 15px 0 0;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.label-inline label {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0;
        float: right;
    text-align: right;
}

.header .searchform {
	float: left;
	margin-left: -20px;
	position: relative;
}

.header .searchform input {
	border-radius: 10px;
	margin-bottom: 0;
}
.header .searchform input.csc-mailform-submit {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 4px;
	top: 4px;
	background: #2A4076;
	color: #fff;
	border: 0;
	border-radius: 8px;
	text-indent:-9999px;
	background: #2A4076 url('../images/search.png') no-repeat center;
}
