﻿
    /* start signup css page  */

.login_box { width:100%; float:left;  }
.login_box h1{ width:100%; font-size:1.9em; color:#4ab0d8; font-weight:normal; margin-bottom:5px;    }

.login_head  { width:100%;}
.login_head_bg  
{
    width: 100%;
float: left;
font-weight: normal;

margin-bottom: 10px;
padding: 3px 0px;

background: #F59A35;

    }
  
.login_head_bg span{ text-align:center; color:#fff; font-size:1.5em; float:left; width:100%;  }

.logindetailmain {
	width:40%;
	float:left;
	margin:0px 30%;

}

.send_inquiry_main {
	width:100%;
	float:left;
	margin:0px 0%;

}


.login_small {
	width:100%;
	float:left;
	margin:0px 0px 2px 0px;
}
.login_small span{
	width:100%;
	float:left;
	margin:0px 0px 5px 0px;
	font-size:16px;
	font-weight:normal;
	color:#F59A35;

}
.login_small b{
	color:#ff0000;
}
.login_small_input{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}
.login_small_input:hover {
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_textarea{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:20px;
	outline:0;
	font-family:Calibri, Arial, sans-serif;
	margin:0px;
	padding:10px 10px;
}
.login_small_textarea:hover {
	width:96%;
	float:left;
		font-family:Calibri, Arial, sans-serif;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:20px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_select{
	width:96%;
	float:left;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #C9C3C3;
	height:40px;
	outline:0;
	font-family:Calibri, Arial, sans-serif;
	margin:0px;
	padding:10px 10px;
}
.login_small_select:hover {
	width:96%;
	float:left;
		font-family:Calibri, Arial, sans-serif;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:15px;
	font-weight:normal;
	border:1px solid #4ab0d8;
	height:40px;
	outline:0;
	margin:0px;
	padding:10px 10px;
}

.login_small_checkbox{
	width:18px;
	float:left;
	padding-top:8px;
	margin-left:-2px;
}
  

.register_btn  { width:100%;}
.register_btn_bg  { width:100%; float:left; font-weight:normal; background:#F59A35;
   padding:3px 0px; margin-bottom:2px; margin-top:10px;  }
  
.register_btn_bg span{ text-align:center; color:#ff7400; font-size:1.5em; float:left; width:100%;  }
.register_btn_bg  a{ color:#fff;}
.register_btn_bg  a:hover{ color:#4C347C;}



.login_small_checkbox{
	width:18px;
	float:left;
	padding-top:8px;
	margin-left:-2px;
}
  


.register_btn_purple_bg  { width:100%; float:left; font-weight:normal; background:#4C347C;
   padding:3px 0px; margin-bottom:2px; margin-top:10px;  }
  
.register_btn_purple_bg span{ text-align:center; color:#ff7400; font-size:1.5em; float:left; width:100%;  }
.register_btn_purple_bg  a{ color:#fff;}
.register_btn_purple_bg:hover{ opacity:0.9;}


/* Form */
input[type="text"],
textarea, input[type="password"], select{
	border:1px solid #d1d1d1;
	color:#666;
}

/* Horizontal Line */
hr {color:#ededed;	background-color:#ededed;}
.separator.line{ border-bottom:1px solid #ededed}

.imgborder{ border:1px solid #e6e6e6; border-bottom:1px solid #ccc;}
.frame{ border:1px solid #4C347C; border-bottom:2px solid #cbcbcb; padding:1px;}
.price{ color:#333;}


/* Button */
.button, .button:visited, input[type="submit"]{
	background: none repeat scroll 0% 0% #F59A35;
        border: medium none ;
        padding: 6px 20px;
        color: #fff;
        font-size: 16px;
        cursor:pointer;
   
}

.button:hover, input[type="submit"]:hover{
	
        opacity:0.8;
        color:#4C347C;
        border:none !important;
}
a.button
{
    color:#fff;
}
.newsletter {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.newsletterinput {
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #F59A35 !important;
	height:24px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}
.newsletterinput:hover {
       /* box-shadow: 0 0 10px #4C347C;*/
        border: 1px solid #4C347C !important;
    }
    
.newsletterinput:focus {
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #4C347C;
	height:24px;
	font-size:13px;
	color:#4a4238;
	outline:0;
	
	/*border-radius: 5px;*/
	padding:5px 5px;
}
/* end signup css page  */


/*checkout page css*/
/* #Base 960 Grid
================================================== */

    .container-checkout					                { position: relative; width: 100%; margin: 0 auto; padding: 0;}
    .column, .columns                           { float: left; display: inline;  }/*margin-left: 10px; margin-right: 10px;*/
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container-checkout .one.column						{ width: 60px;  }
	.container-checkout .two.columns 					{ width: 140px; }
	.container-checkout .three.columns 					{ width: 220px; }
	.container-checkout .four.columns 					{ width: 300px; }
	.container-checkout .five.columns 					{ width: 380px; }
	.container-checkout .six.columns 					{ width: 460px; }
	.container-checkout .seven.columns 					{ width: 540px; }
	.container-checkout .eight.columns 					{ width: 620px; }
	.container-checkout .nine.columns 					{ width: 700px; }
	.container-checkout .ten.columns 					{ width: 780px; }
	.container-checkout .eleven.columns 					{ width: 860px; }
	.container-checkout .twelve.columns 					{ width: 100%; }

    /* Offsets */
	
	.container-checkout .offset-by-one                	{ padding-left: 80px;  }
    .container-checkout .offset-by-two                	{ padding-left: 160px; }
    .container-checkout .offset-by-three              	{ padding-left: 240px; }
    .container-checkout .offset-by-four               	{ padding-left: 320px; }
    .container-checkout .offset-by-five               	{ padding-left: 400px; }
    .container-checkout .offset-by-six                	{ padding-left: 480px; }
    .container-checkout .offset-by-seven              	{ padding-left: 560px; }
    .container-checkout .offset-by-eight              	{ padding-left: 640px; }
    .container-checkout .offset-by-nine               	{ padding-left: 720px; }
    .container-checkout .offset-by-ten                	{ padding-left: 800px; }
    .container-checkout .offset-by-eleven             	{ padding-left: 880px; }
	
	/* Column Layouts */
	.one_half, .one_third, .two_third, 
	.three_fourth, .one_fourth, .one_fifth, 
	.two_fifth, .three_fifth, .four_fifth, 
	.one_sixth, .five_sixth						{margin-right: 2%; margin-left:2%; position:relative; float:left;}
	
	.one_half									{ width:48%; }
	.one_third									{ width:29%;/*width:30.6666%;*/}
	.one_fourth									{ width:22%; }
	.one_fifth									{ width: 16.8%;}
	.one_sixth 									{ width: 13.3333%;}
	
	.two_third									{ width: 65.3332%;}
	.two_fourth 								{ width: 48%;}
	.two_fifth 									{ width: 37.6%;}
	.two_sixth 									{ width: 30.6666%;}
	
	.three_fourth								{ width:74%;}
	.three_fifth 								{ width: 58.4%;}
	.three_sixth 								{ width: 47.9998%;}
	
	.four_fifth 								{ width: 79.2%;}
	.four_sixth 								{ width: 65.3332%;}
	
	.five_sixth 								{ width: 82.6665%;}
	.firstcols									{ margin-left:0px !important;
    top: 0px;
    left: 0px;
}
	.last, .lastcols							{ margin-right:0px !important; clear:right; }




/*=== Form & Button ===*/
form{margin:0; padding:0;}

label{display:block; width:100%; float:left; padding-bottom:5px;}

.container-checkout input[type="text"],
.container-checkout  textarea, input[type="password"]{
	
	width:94%;
	float:left;
	background:#fff;
	border:1px solid #F59A35;
	height:24px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}

.container-checkout  textarea{
	
	height:100px !important;
}
.container-checkout  select{
	
	width:96% !important;
	float:left;
	background:#fff;
	border:1px solid #F59A35;
	height:36px;
	font-size:12px;
	color:#4a4238;
	outline:0;
	-moz-border-radius: 5px;
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	padding:5px 5px;
	font-family: Arial, sans-serif;
}
.container-checkout  textarea{width:90%;}

.container-checkout  textarea:focus{outline:0;}

.container-checkout  .button, .container-checkout  .button:visited, .container-checkout  input[type="submit"],.container-checkout  button{
	background: none repeat scroll 0% 0% #F59A35;
border: medium none;
padding: 6px 20px;
color: #FFF;
font-size: 16px;
cursor: pointer;
margin-top:10px;
	
	
}
.container-checkout .button:hover,.container-checkout  input[type="text"]:hover,.container-checkout  button:hover, .container-checkout textarea:hover{
   border: 1px solid #4C347C;
}
 .container-checkout input[type="text"]:focus , .container-checkout textarea:focus{
	border:1px solid #4C347C;
	height:24px;
	font-size:13px;
	color:#4a4238;
	outline:0;
	
	/*border-radius: 5px;*/
	padding:5px 5px;
}

.bgOrange
{
    background:#F59A35;
}

.alert
{
        background: none repeat scroll 0% 0% #4C347C;
    border: 1px solid #4C347C;
    color: #fff;
padding: 12px 12px;
margin:0px 0px 12px;
}
.required
{
    color:#E5322C;
}

.dotNetValidations
{
    color:#ff4444;
}