@CHARSET "ISO-8859-1";

body {
	height: 676px; 
	max-height:100%; 
	overflow:hidden; 
	padding: 15px 0px 0px 0px; 
	margin:0; 
	border:0;
	background: url(../images/backgrounds/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #767060;
	color: #571b1f;	
	font-size: 1em;
}

#container {
	margin-left: 50px;
	width: 1100px;
	min-height: 661px; 
	background: url(../images/backgrounds/bg-globe.jpg) no-repeat;
	align: centre;
}

#header {
	padding: 0px 5px 0px 0px;
	min-height: 52px; 
	height: 52px;
}

#headLeft { 
	background: url(../images/logo-diners-club.png) no-repeat; 
	width: 200px;
	height: 52px;
	display: inline-block;
}

#headMiddle {
	padding-left: 60px; 
	color: #ffffff; 
	font-size: 150%; 
	font-family: Arial, "Times New Roman", sans-serif;
	height: 42px;
	vertical-align: text-bottom;
}

#headRight {
	padding-left: 40px;
	color: #ffffff; 
	font-size: 75%;
	font-family: Arial, "Times New Roman", sans-serif;
	height: 35px;
	vertical-align: text-bottom;
}

#left {
	width:60%;
	float: left;
	clear: left;
}

#right {
	width:40%;
	display: inline-block;
}

.row {
	padding-bottom: 5px;
}

.button-bar {
	padding-left: 200px;
	padding-top: 10px;
}

.error {
	color: #E22000;
	font-size: 80%;
	font-weight: bold;
 	font-family: Arial, "Times New Roman", sans-serif;
	cursor: default;
}

.title {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 150%; 
	font-family: Arial, "Times New Roman", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	height:40px;
	width: 100%;
	line-height: 50px;	
	vertical-align: middle;
	display: inline-block;
    background: url(../images/backgrounds/fading-bar.png) 
    	no-repeat left bottom transparent;  
}

.subtitle {
	height: 25px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 100%; 
	font-family: Arial, "Times New Roman", sans-serif;
	display: inline-block;
}

.text {
	font-size: 75%; 
	font-family: Arial, "Times New Roman", sans-serif;
}

#content {
	padding: 0px 20px 20px 20px;
	margin-top: 10px;
	width: 800px;
	background:#FFF;
	max-height: 541px; 
	height: 549px; 
	background: url(../images/dinersclub_login.jpg) top left no-repeat;
}

.button {
font-size: 0.8em;
width:auto;
font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: bold;
	color: #e1ecf4;
	text-decoration: none;
	background-color: #ffffff;
	cursor: pointer;
	display:inline-block;
	border-left: #0063a6 1px solid;
	border-left-color:#c4c0b9;
	border-left-width:1px;
	border-right: #0063a6 1px solid;
	border-right-color:#c4c0b9;
	border-right-width:1px;
	border-top: #0063a6 1px solid;
	border-top-color:#c4c0b9;
	border-top-width:1px;
	border-bottom: #0063a6 1px solid;
	border-bottom-color:#c4c0b9;
	border-bottom-width:1px;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right:0.1em;
	text-align: center;
	padding-top: 2px;
	padding-bottom:2px;
	padding-right:7px;
	padding-left:7px;
	/* width: 70px; */
	background:-o-linear-gradient(#6799c8, #006baa);     
	background:-moz-linear-gradient(#6799c8, #006baa);     
    background:-webkit-linear-gradient(#6799c8, #006baa);     
    background: linear-gradient(#6799c8, #006baa);  
}

.button:hover {
	text-decoration: none;
	background:-o-linear-gradient(#6799c8, #6799c8);     
	background:-moz-linear-gradient(#6799c8, #6799c8);     
    background:-webkit-linear-gradient(#6799c8, #6799c8);     
    background: linear-gradient(#6799c8, #6799c8);  
}

.button:focus {
	background-color: border-style: inset;
	background:-o-linear-gradient(#006baa, #6799c8);     
	background:-moz-linear-gradient(#006baa, #6799c8);     
    background:-webkit-linear-gradient(#006baa, #6799c8);     
    background: linear-gradient(#006baa, #6799c8);
}

.label {
	width: 200px;
	font-size: 1em;
	color: #571b1f;	
	cursor: default;
	font-weight: bold;
	display:inline-block;
}

.input {
	font-size: 1em;
	text-align: left;
	color: #000000;
}



#footerLeft {
	font-size: 75%;
	padding-top: 10px;
	height: 30px;
	padding-right: 0px;
	vertical-align: text-bottom;
	float: left;
	clear: left;
}

#footerRight {
	color: #fff; 
	font-size: 75%;
	padding-top: 10px;
	height: 30px;
	padding-left: 0px;
	align: right;
	vertical-align: text-bottom;
	float: right;
}

#footer {
	paddding-top: 10px;
	width:800px; 
	min-width:800px; 
	height:30px; 
	font-size: 100%; 
	font-family: Arial, "Times New Roman", sans-serif;
	font-weight:bold;
	color:#FFF;
	display:block;
}

a:link {
    width: 200px;
	font-size: 1em;
	color: #571b1f;	
	cursor: default;
	font-weight: bold;
	display:inline-block;	
}

/* visited link */
a:visited {
    width: 200px;
	font-size: 1em;
	color: #006baa;	
	cursor: default;
	font-weight: bold;
	display:inline-block;
}

/* mouse over link */
a:hover {
    width: 200px;
	font-size: 1em;
	color: #6799c8;	
	cursor: default;
	font-weight: bold;
	display:inline-block;
}
	
/* selected link */
a:active {
    width: 200px;
	font-size: 1em;
	color: #6799c8;	
	cursor: default;
	font-weight: bold;
	display:inline-block;
}


	
	