a:link,a:visited {
	color: #6299c5;
	text-decoration: none;
}

a:hover,a:active {
	color: #693;
}

#insertPage{
	height:90%;	
}

#ExternalArea {
	text-align: center;
	margin-left: auto;
	margin-right : auto;
	height: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333333;
	background-color: #ffffff;
	/*background-image: url(../image/background-trans.png);
	background-repeat: repeat-x;
	background-attachment: fixed;*/
	background-position: center top;
	margin-right: auto;
	
	background-attachment: fixed;
	background: -ms-linear-gradient(left, #EBF5FF 0%, #417D96 100%);
	background: -moz-linear-gradient(left, #EBF5FF 0%, #417D96 100%);
	background: -o-linear-gradient(left, #EBF5FF 0%, #417D96 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #EBF5FF), color-stop(1, #417D96));
	background: -webkit-linear-gradient(left, #EBF5FF 0%, #417D96 100%);
	background: linear-gradient(to right, #EBF5FF 0%, #417D96 100%);
	-pie-background: linear-gradient(left, #EBF5FF 0%, #417D96 100%);
	
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-pie-background-size: cover;
}

body {
	background: center bottom repeat-x;
}

.application #footer,.application .upsell {
	text-shadow: 0 0 10px #000;
}

#wrapper {
	background: none;
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 300px;
}

#wrapper .interior {
	padding: 0;
}

.frame {
	display: table-cell;
	padding: 20px 0;
	vertical-align: middle;
}

#logo {
	background: none;
	border: 0;
	padding-bottom: 20px;
}

#logo img {
	display: block;
}

.content {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .25);
	padding: 20px;
	text-shadow: 0 1px #fff;
}

h1 {
	color: #444;
	font-size: 25px;
	letter-spacing: -.05em;
	line-height: 30px;
}

h2 {
	color: #888;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 span {
	font-weight: normal;
}

h3 {
	font-size: 13px;
}

label {
	display: none;
}

.checkbox {
	cursor: hand;
}

.checkbox:after {
	content: ' ';
}

.checkbox {
	display: block;
	float: none;
	font-size: 11px;
	text-align: left;
	width: auto;
}

.buttons .checkbox {
	line-height: 30px;
}

input[type=text],input[type=password] {
	font-size: 14px;
	margin: 0;
	padding: 6px 0;
	width: 258px;
}

.helper {
	color: #888;
	float: none;
}

a.helper {
	border-bottom: 1px solid #eee;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

a.helper:hover {
	border-color: #ccc;
	color: #444;
}

.buttons {
	clear: both;
	margin-top: 20px;
}

.buttons button {
	padding-left: 20px;
	padding-right: 20px;
}

.providers .buttons span {
	color: #bbb;
	float: left;
	line-height: 30px;
	margin-right: 10px;
}

.providers img {
	margin: 0;
	width: auto;
}

.application h1 {
	color: #6299c5;
}

.application .buttons .positive {
	background-color: #529214;
	border-color: #467c11;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, .5);
}

.application .buttons .positive:hover {
	background-color: #5b8730;
	border: 1px solid #486c26;
}

.application .buttons .positive:active {
	background-color: #6299c5;
	border-color: #5382a8;
}

.application .upsell {
	color: #fff;
	font-weight: normal;
}
