﻿	#content
	{
        float:left;
        height:380px;
        width:240px;
		margin-top:20px;
        margin-left:35px;
		padding:1px;
	}

	#banner
	{
		margin-top:30px;
	}

    #content .button {
        font-size: 15px;
        width: 100px;
        line-height: 1.4;
    }

	fieldset
	{  
	  border: 0; /*2px solid black;*/
	  padding-bottom:10px;
		margin-bottom:20px;
	}

	fieldset legend
	{
		display:none;
		margin-bottom:0; /*20px;*/
	}
	
	fieldset label, fieldset input[type=text], fieldset input[type=password]
	{
		font-size: 18px;
	}
	
	fieldset label
	{
		width:130px;
		display:block; /*inline-block;*/
		text-align:left; /*right;*/
		vertical-align:baseline;
		color: #595959;
		line-height:18px;
		font-family:Poppins,Arial,Helvetica,sans-serif;
	}
	
	fieldset input[type=text], fieldset input[type=password]
	{
		width:185px;
		margin:0 0 15px 0; /*0 0 12px 15px;*/
		vertical-align:baseline;
		border: 1px solid #d0ccc3;
		background-color:#f8f8f8;
		padding: 8px 12px;
		margin-top:5px;
		font-family:Arial,Helvetica,sans-serif;
	}

    div#content input[type=button] 
    {
        font-size: 15px;
        width: 100px;
        line-height: 1.4;
    }
	
	fieldset a
	{
		display:block; /*inline-block;*/
		line-height:12px;
		margin-left:106px; /*230px;*/
		font-size:9px;
		margin-top:-11px;
	}
	
	.ErrMsg
	{
		margin-left:10px;
	}
	
	#footnote, #saleFootnote
	{
		margin-top:20px;
		text-align:left;
	}

	.carousel {
		float: left;
		margin-bottom: 5px;
	}

/* Styles for PW Dialog */

div.passwordDialog 
{
	width: 360px; 
}

div.passwordDialog label
{
	margin-left:20px;
	line-height:50px;
}

div.passwordDialog a
{
	margin:0 10px;
}

/* Slideshow container */
.slideshow-container {
	max-width: 700px;
	position: relative;
}

/* Make the images invisible by default */
.Containers {
	display: none;
}

/* forward & Back buttons */
.Back, .forward {
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: auto;
	margin-top: -23px;
	padding: 17px;
	color: grey;
	font-weight: bold;
	font-size: 19px;
	transition: 0.4s ease;
	border-radius: 0 5px 5px 0;
	user-select: none;
}

/* Place the "forward button" to the right */
.forward {
	right: 0;
	border-radius: 4px 0 0 4px;
}

	/*when the user hovers,add a black background with some little opacity */
	.Back:hover, .forward:hover {
		background-color: rgba(0,0,0,0.8);
	}

/* Caption Info */
.Info {
	color: #e3e3e3;
	font-size: 16px;
	padding: 10px 14px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
	color: #f2f2f3;
	font-size: 14px;
	padding: 10px 14px;
	position: absolute;
	top: 0;
}

/* The circles or bullets and indicators */
.dots {
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 0 3px;
	background-color: #acc;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease;
}

	.enable, .dots:hover {
		background-color: #b81d1b;
	}

/* Faint animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.4s;
	animation-name: fade;
	animation-duration: 1.4s;
}

@-webkit-keyframes fade {
	from {
		opacity: .5
	}

	to {
		opacity: 2
	}
}

@keyframes fade {
	from {
		opacity: .5
	}

	to {
		opacity: 2
	}
}
