.container {
	/* background: none repeat scroll 0 0 #fff;
    color: #000;  */
    display: table;
    margin: 0 auto;
    padding: 0 10px;
}

.breadcrumb {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    padding: 13px 7px 11px;
}
.col-div{
	float:left;
}
.login{
	width:960px;
	float:left;
	margin:0 0 20px;
}
.login h1 {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	margin: 0px 0 13px 5px;
	display:block;
}
.login article{
	width:463px;
	border:1px solid #acacac;
	float:left;
}
.new-customer{
	margin:0 0 0 15px;
}
.login article h2 {
	border-bottom: 3px solid #FFFFFF;
	color: #333333;
	float: left;
	font-size: 18px;
	font-weight: normal;
	height: 35px;
	margin: 0;
	padding: 10px 0 0 17px;
	text-align: left;
	text-transform: uppercase;
	width: 446px;
	font-weight:500;
	background: #e8eef7; /* Old browsers */
	background: -moz-linear-gradient(top,  #fee786 20%, #fee786 0%, #fff0c1 90%, #fff0c1 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#fee786), color-stop(0%,#fee786), color-stop(90%,#fff0c1), color-stop(0%,#fff0c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fee786 20%,#fee786 0%,#fff0c1 90%,#fff0c1 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fee786 20%,#fee786 0%,#fff0c1 90%,#fff0c1 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fee786 20%,#fee786 0%,#fff0c1 90%,#fff0c1 0%); /* IE10+ */
	background: linear-gradient(to bottom,  #fee786 20%,#fee786 0%,#fff0c1 90%,#fff0c1 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee786', endColorstr='#fff0c1',GradientType=0 ); /* IE6-9 */
}
.login article p {
	border: medium none;
	color: #333333;
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 18px 16px 14px;
	width: 400px;
}
#loginform {
	border: medium none;
	float: left;
	padding: 15px 4px 0 50px;
	width: 400px;
	min-height:140px;
}
#loginform fieldset, #newemailform fieldset{
	border: medium none;
	padding: 0;
}
#loginform p, #newemailform p, .forgotform fieldset p{
	border: medium none;
	float: left;
	padding: 0 0 10px;
}
#loginform .add-alert, #newemailform .add-alert, .forgotform fieldset .add-alert{
	color: #FF0000;
    display: block;
    margin-bottom: 0;
    margin-left: 105px;
    margin-right: 0;
    margin-top: 0;
	float:left;
	clear:both;
}
#loginform fieldset label, #newemailform fieldset label, .forgotform fieldset label{
	color: #333333;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0 10px 0 0;
	min-width: 90px;
	padding: 0 2px;
	text-align: right;
	font-weight:400;
}
#loginform fieldset input, #newemailform fieldset input, .forgotform fieldset input{
	border:1px solid #7B7B7B;
	color: #333333;
	float: left;
	border-radius:4px;
	font-size: 14px;
	height: 24px;
	line-height: 20px;
	padding: 0 5px;
	width: 230px;
}
#loginform fieldset .login-btn {
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 16px;
	height: 40px;
	margin: 5px 0 0 102px;
	padding: 0px;
	width: 144px;
	text-transform:uppercase;
	border:1px solid #835B59;
	border-radius:10px;
	background: #0768aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fec85a 60%, #fec85a 0%, #ffe786 90%, #ffe786 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fec85a), color-stop(0%,#fec85a), color-stop(90%,#ffe786), color-stop(0%,#ffe786)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fec85a 60%,#fec85a 0%,#ffe786 90%,#ffe786 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fec85a 60%,#fec85a 0%,#ffe786 90%,#ffe786 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fec85a 60%,#fec85a 0%,#ffe786 90%,#ffe786 0%); /* IE10+ */
	background: linear-gradient(to bottom,  #fec85a 60%,#fec85a 0%,#ffe786 90%,#ffe786 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec85a', endColorstr='#ffe786',GradientType=0 ); /* IE6-9 */
	box-shadow:1px 1px 0 #999999;
}
.login article p.password {
	border: medium none;
	color: #15619a;
	float: left;
	font-size: 12px;
	margin: 10px 10px 0 73px;
	padding: 3px 0 30px;
	text-align: center;
	width: 298px;
	text-decoration:underline;
	cursor:pointer;
}
.login article p.password:hover{
	text-decoration:none;
}
#newemailform {
	border: medium none;
	float: left;
	min-height: 140px;
	padding: 15px 4px 0 50px;
	width: 400px;
}
#newemailform .register, .forgotform .send{
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 16px;
	height: 40px;
	margin: 41px 0 0 102px;
	padding: 0px;
	width: 185px;
	text-transform:uppercase;
	border:1px solid #835B59;
	border-radius:10px;
	background: #0768aa; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 20%, #cccccc 0%, #888888 90%, #888888 0%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#cccccc), color-stop(0%,#cccccc), color-stop(90%,#888888), color-stop(0%,#888888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 20%,#cccccc 0%,#888888 90%,#888888 0%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 20%,#cccccc 0%,#888888 90%,#888888 0%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 20%,#cccccc 0%,#888888 90%,#888888 0%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 20%,#cccccc 0%,#888888 90%,#888888 0%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
	box-shadow:1px 1px 0 #999999;
}
.block{
	display:block;
}
.none{
	display:none;
}
.forgot-text{
	margin:-30px 0 0 0;
}
.forgotform {
	border: medium none;
	float: left;
	padding: 7px 0 24px 50px;
}
.forgotform fieldset{
	border:none;
}
.forgotform .send{
	margin:5px 0 0 102px;
	background:url("../images/sprite.jpg") no-repeat scroll -207px -232px transparent;
	width:185px;
}
@media only screen and (min-width:768px) and (max-width:1023px){
	.container{
		width:100%;
	}
	.login{
		width:auto;
		margin:0 10px 10px;
	}
	.login article{
		width:99.2%;;
	}
	.login article.new-customer{
		width:94.2%;
		margin:0 0 0 4%;
	}
	.login article h2{
		width:97%;
		padding:10px 0 0 3%;
	}
	.login article p{
		width:auto;
	}
	#loginform, #newemailform{
		width:auto;
		padding:15px 4px 0 10px;
	}
	#loginform fieldset input, #newemailform fieldset input, .forgotform fieldset input{
		width:215px;
	}
	.login article p.password{
		width:216px;
	}
	.forgotform{
		padding:7px 0 24px 10px;
	}
	
}
@media screen and (min-width:480px) and (max-width:767px){
	.container{
		width:100%;
	}
	.login{
		width:auto;
		margin:0 10px 10px;
	}
	.login article{
		width:99.2%;;
	}
	.login article.new-customer{
		width:99.2%;
		margin:10px 0 0 0%;
	}
	.login article h2{
		width:97%;
		padding:10px 0 0 3%;
	}
	.login article p{
		width:auto;
		display:block;
		clear:both;
	}
	#loginform, #newemailform{
		width:auto;
		padding:15px 4px 0 30px;
		display:block;
		clear:both;
	}
	#loginform p, #newemailform p, .forgotform fieldset p{
		float:none;
		display:table;
	}
	#loginform fieldset input, #newemailform fieldset input, .forgotform fieldset input{
		width:215px;
	}
	#newemailform .register, .forgotform .send{
		margin: 5px 0 0 102px;
	}
	.login article p.password{
		width:216px;
		display:table;
		float:none;
		margin:10px 10px 0 94px;
	}
	.forgotform{
		padding:7px 0 24px 30px;
	}
}
@media screen and (max-width:479px){
	.container{
		width:100%;
	}
	.login{
		width:auto;
		margin:0 10px 10px;
	}
	.login article{
		width:99.2%;;
	}
	.login article.new-customer{
		width:99.2%;
		margin:10px 0 0 0%;
	}
	.login article h2{
		width:97%;
		padding:10px 0 0 3%;
	}
	.login article p{
		width:auto;
		display:block;
		clear:both;
		padding:18px 16px 14px 5px;
	}
	#loginform, #newemailform{
		width:auto;
		padding:15px 4px 0 5px;
		display:block;
		clear:both;
	}
	#loginform p, #newemailform p, .forgotform fieldset p{
		float:none;
		display:table;
	}
	#loginform fieldset input, #newemailform fieldset input, .forgotform fieldset input{
		width:145px;
	}
	#newemailform .register, .forgotform .send{
		margin: 5px 0 0 102px;
	}
	.login article p.password{
		width:auto;
		display:table;
		float:none;
		margin:10px 10px 0 107px;
	}
	.forgotform{
		padding:7px 0 24px 5px;
	}
}