@charset "utf-8";
/* CSS Document */


/*

	Basic Styles

	------------------

*/

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	line-height: normal;

	color: #333;

}

h1, h2, h3, h4 {

	font-weight:normal;

}

h1 {

	font-size: 24px;	

}

h2 {font-size: 20px;}

h3 {font-size: 18px;}

p {

	margin-bottom:12px;

}



a:link, a:visited {

	color: #2ba6cb;

	text-decoration: none;	

	

}

a:hover {

	color: #2284a1;

	

}

/* ------------------ */



/*

	Background and Layout

	------------------

*/

.header {

	background: #2ba6cb;

	padding: 24px 0;

	color:#fff;

	font-family: "Open Sans", Arial, Helvetica, sans-serif;

}

.header img {

	float: left;

	margin-right: 12px;

}

.header h1 {

	font-size: 25px;

	font-weight:500;

	margin-top: 21px;

	

}

.header h2 {

	font-size: 20px;

	font-weight: 300;

}

.content {

	/*margin-top: 40px;*/

}

.newRegistration {

	margin-top: 40px;	
	width:1000;
	float:left;
	

}

.newRegistration ul li {


	width:350px;;
	float:left;

}



/*

container style for body {

background: rgba(255,255,255,0.9);

margin-top: 50px;

border-radius: 6px;

box-shadow: 0 0 6px rgba(0,0,0,0.5), inset 0 0 12px rgba(0,0,0,0.5);

padding: 0 26px;

box-sizing: border-box;

}



*/

.returningUser, .rSideBar {

	margin-top: 26px;

	border:1px solid #ddd;

	padding: 14px;

	border-radius: 6px;	

	box-sizing: border-box;

}

.rSideBar p{

	font-size: 12px;	

}



.footer {

	color: #8e959c;

	margin-top: 30px;

}

.footerInner {

	border-top: 1px solid #ddd;	

	padding: 20px 0;

}

.footer ul {

	float: left;	

}

.footer ul li {

	float: left;

	margin-right: 20px;



}

.footer ul:after {

	clear:both;

	content:".";

	display:block;

	visibility: hidden;

}

.footer p {

	float: right;

	text-align: right;

	font-size: 9px;

}

.footer p:after {

	clear: both;	

}



/* ------------------ */



/*

	Classes 

*/



.header a:link, .header a:visited {

	color: #fff;

}

.header a:hover {

	color: #eee;

}



.left {float:left;}

.right {float:right;}

.marginTop {margin-top:20px;}</style>

		<style data-href="css/signup-form.css" media="">form {	

	width: 95%

}

form .formHeader, .rSideBar .formHeader {

	padding-bottom: 20px;

	width:98%;	

	

}

form .formHeader h2, .rSideBar .formHeader h2 {

	font-size: 24px;

	font-weight:normal;	

	margin-bottom: 4px;

}

form .formHeader div, .rSideBar .formHeader div {

    border-bottom: 1px solid #eee;

    padding-bottom: 7px;

    font-size: 12px;

}

form ul {

	margin: 0;

	padding: 0;

	list-style-type: none

}

form ul li {

	width:100%;	

}

form ul{
width:100%;
		

}

form ul li label {

	font-size: 12px;	

}

form ul li div {margin-bottom: 20px; position: relative;}



form ul li div input,form ul li div select, form ul li div input  {

	padding: 6px;

	display: block;

	border: 1px solid #ccc;

	border-radius:3px;

}

form ul li div input:hover,form ul li div select:hover, form ul li div input:focus,,form ul li div select:focus

form ul li div input:hover,form ul li div select:hover, form ul li div input:focus ,form ul li div select:focus{

	box-shadow: 0 0 10px rgba(0,0,0,0.2);

	

}

form ul li div input.medium, form ul li div select.medium, form ul li div textarea.medium {width: 50%; font-size:12px;}

form ul li input.small, form ul li div select.small, form ul li textarea.small {width:25%; font-size:11px; border:none; border-bottom:solid black 1px; }

form ul li input.large, form ul li select.large, form ul li textarea.large {width: 98%; font-size: 11px;  border:none; border-bottom:solid black 1px; }



form ul li div input[name="voucher"] {font-family: 'Inconsolata', courier, monaco, sans-serif;}

form ul li div input.bttn {

		

}

form ul:after, form li:after, form li div:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden

}



form[name="login"] li:last-child div  {

	

}

form .req {color: red;}

form .instruct {font-size: 12px; color :#adb3b9; margin-top: -16px;}



.infoMsg {

	color:#fff;

	background:#2ba6cb;

}

.success {

	color:#fff;

	background:#7ebd26;

}

.errorMsg, span.error {

	color:#f69100;

	background: #ffec98;		

}

.errorMsg, .success, .infoMsg {

	padding: 10px;

	border-radius: 6px;

	margin-bottom: 16px;

	width: 90%;

}



span.error {

	position: absolute;

	right: 0px !important;

	top: 3px;

	padding: 0 10px 0 10px;

	border-radius: 2px;

	line-height: 26px;

}

#login span.error {

	right: -5px;

	font-size:10px;

	opacity:0.8;

}

/*

	Button Styles

*/

.button {

    background: none repeat scroll 0 0 #2BA6CB;

    border: 1px solid #1E728C;

    border-radius: 3px 3px 3px 3px;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;

    color: #fff !important;

    cursor: pointer;

    display: inline-block;

    font-family: inherit;

    font-size: 14px;

    font-weight: bold;

    line-height: 1;

    margin: 0;

    padding: 8px 20px 9px;

    position: relative;

    text-align: center;

    text-decoration: none;

    transition: background-color 0.15s ease-in-out 0s;

}

.button:hover,

.button:focus {

	color: #fff;

	background: #2284a1;

}

.button:active {

	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;	

}

.button.green {

	background-color: #7ebd26;

	border: 1px solid #679b1f;

}

.button.green:hover,

.button.green:focus {

	color: #fff;

	background: #5dab07;

}

.next2BttnTxtRt, .next2BttnTxtLt {

	display:inline-block;

}

.next2BttnTxtRt {

	margin-left: 10px;

}

.next2BttnTxtLt {

	margin-right: 10px;

}
.declaration {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-align:justify;
}
