﻿.stacked-form2 input, .stacked-form textarea, .stacked-form select  {
	background: #fff url('/images/bg-input.jpg') repeat-x 50% top;
	border: 1px solid #cfcfcf;
	color: #666;
	font-size: 18px;
	font-family: arial;
	padding: 6px;
	margin-bottom: 12px;
	width: 80%;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.back2{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale');

}
.SecureConnection{
	color: #19426C;
	font-style: italic;
	vertical-align: 10%;
	margin-left: 5px;
	float: left;
	font-size:x-small;
	font-weight:normal;
}
.btn-big {
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border: 1px solid #19426c;
	padding: 0 15px;
	text-align: center;
	height: 60px;
	line-height: 43px;
	text-shadow: 1px 1px 1px #121b42;
	box-shadow: 0px 1px 3px #777;
	-moz-box-shadow: 0px 1px 3px #777;
	-webkit-box-shadow: 0px 1px 3px #777;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	width: 150px;
	background-image: url('/images/btn-big-red.jpg');
	background-repeat: repeat;
}

.auto-style1 {
	border-width: 0px;
}

.steps{
	font-size:22px; 
	line-height: normal; 
	color: #000000; 
	

}
.instructions{
	font-size:16px;
}
.wrapper-1000 { 
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.inputHintOverlay { color: #999; font-size: 18px; }
