@charset "utf-8";
/* CSS Document */
.clearfix{margin:0px; padding:0px;}
body {
	background-color: ghostwhite;
}
#wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
}
#holder{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top:10px;
}
#content{
	background-color:#fff;
	position: relative;
	width: 920px;
	height: 469px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid rgb(227, 227, 227);
	/* border-radius: 4px 0  0  4px; */
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;*/
border: 2px solid #f0f0f0;
	border-radius: 15px;
	-webkit-box-shadow: 10px 10px 130px -50px rgba(120,120,120,0.47);
	-moz-box-shadow: 10px 10px 130px -50px rgba(120,120,120,0.47);
	box-shadow: 10px 10px 130px -50px rgba(120,120,120,0.47);

}
#image_left{
	float: left;
}
#image_left_2{
	float: left;
	background-image: url(http://emailmarketingdesign.co.uk//RL_Emails/gracecentury/images/GCWhitePaperLP2_03.jpg);
	background-repeat: no-repeat;
	height: 509px;
}
#right_side{
	float: left;
	width: 304px;
	height: 469px;
	padding-right: 5px;
	padding-left: 5px;
}
#form{
	padding-left: 20px;
}
.legend{  
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: rgb(51, 51, 51);
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color rgb(229, 229, 229);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.span4 {
	width: 260px;
	position: relative;
	padding-top: 5px;
}
.span5 {
	width: 280px;
	position: relative;
	padding-top: 20px;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
}
.form_holder {
	padding: 0px;
	border-radius: 6px;
}
.indicatesfield{margin:0px; padding:0px;top: -10px;
position: relative;}
.formholder p{padding-top:-2px;}
.form_control {
	min-height: 20px;
	margin-bottom: 20px;
	background-color:rgb(243, 243, 243);
	border: 1px solid rgb(227, 227, 227);
	/* border-radius: 4px 0  0  4px; */
	border-top-left-radius:0px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
form{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

select {
	width: 220px;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
	height: 30px;
}
select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: rgb(85, 85, 85);
	border-radius: 4px;
	vertical-align: middle;
}
input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
button, input, select, textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(85, 85, 85);
    border-radius: 4px;
    vertical-align: middle;
}
input, textarea, .uneditable-input {
    margin-left: 0px;
}
input, textarea, .uneditable-input {
    margin-left: 0px;
}
input, textarea, .uneditable-input {
    margin-left: 0px;
}
input, textarea, .uneditable-input {
    width: 206px;
}
input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: middle;
}
button.btn, input.btn[type="submit"] {
}
.btn-primary {
    color: rgb(0, 0, 0);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(46, 91, 143);
    background-image: linear-gradient(to bottom, rgb(46, 91, 143), rgb(86, 182, 214));
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:activeS {S
    color: rgb(0, 0, 0);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: rgb(46, 91, 143);
    background-image: linear-gradient(to bottom,rgb(86, 182, 214) ), rgb(46, 91, 143);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    -moz-box-sizing: border-box;
}
/*.btn {
	width: 220px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(51, 51, 51);
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    background-color: rgb(245, 245, 245);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(179, 179, 179);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 20px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}*/
.btn {
	color:#FFF;
	width: 220px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	background: -moz-linear-gradient(
		top,
		#56b6d6 0%,
		#2e5b8f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#56b6d6),
		to(#2e5b8f));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #092e66;
	-moz-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);}
.btn:hover {	color:#FFF;
	width: 220px;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	background: -moz-linear-gradient(
		top,
		#2e5b8f 0%,
		#56b6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2e5b8f),
		to(#56b6d6));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #092e66;
	-moz-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);}	
input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    margin: 0px;
    font-size: 100%;
    vertical-align: middle;
}
.boxshadow {-moz-box-shadow: 10px 10px 180px #000000;
-webkit-box-shadow: 10px 10px 180px #000000;
box-shadow: 10px 10px 180px #000000;}

#video{
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headline{
	font-size: 31px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-align: center;
	padding-bottom: 5px;
	color: rgb(46, 91, 143);
}
a.button {
	background: -moz-linear-gradient(
		top,
		#56b6d6 0%,
		#2e5b8f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#56b6d6),
		to(#2e5b8f));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #092e66;
	-moz-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	float: inherit;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	color: #597390;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 210px;
}
a.button:hover {
	background: -moz-linear-gradient(
		top,
		#2e5b8f 0%,
		#56b6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2e5b8f),
		to(#56b6d6));
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #092e66;
	-moz-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 9px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);	
display: block;
}
a.button:active {
background-image: -moz-linear-gradient(top, #dbdbdb, #ffffff);
background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #dbdbdb),color-stop(1, #ffffff));
filter: progid:DXImageTransform.Microsoft.gradient
    (startColorStr='#dbdbdb', EndColorStr='#ffffff');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient
    (startColorStr='#dbdbdb', EndColorStr='#ffffff')";
text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
margin-top: 1px;
}
a.button.icon {
	padding-left: 11px;
	background-image: url(images/paper_small.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
a.button.icon span{
	padding-left: 55px;
}
