/* Stylesheet */


/* Imports */

@import url(animate.css);

/* Selections */
	
	
#header_top{
	width:100%;
	height:92px;
	}
	
#ctdi_logo{
	width:162px;
	height:53px;
	float:right;
	right:10px;
	top:20px;
	position:relative;
	}		
	
#etos_logo{
	width:185px;
	height:67px;
	left:10px;
	top:13px;
	position:relative;
	}

	
.cleaner{
	clear:both;
	height:10px;
	}	
	
.h1{height:20px}
.h2{height:30px}
.h3{height:40px}
.h4{height:50px}

#amazon_top{
	background:#dcdcdc;
	width:100%;
	padding:20px 0;
	position:inherit;
	}
	
#amazon_top h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#01538a;
	font-size:23px;
	text-align:center;
	text-decoration:none;
	}
		
#aglobal{
	float:right;
	position:absolute;
	right:160px;
	top:115px;
	z-index:9999;
	}
	
#aglobal p{
	font-weight:bold;
	text-align:center;
	padding:0;
	}			
	
#footer	{
	width:100%;
	padding:0;
	margin:30px auto;
	text-align:center
	}
	
#kindle_logo{
	width:130px;
	height:30px;
	padding:15px 0 10px 0;
	margin:0 auto;
	}	
	
#footer	a{
	font-weight:normal;
	color:#333;
	text-decoration:none;
	}
	
#footer	a:hover{
	text-decoration:underline;
	color:#036;
	}		
	
	
::selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

::-moz-selection {
 	color: #fff;
 	text-shadow: none;
 	background: #444;
}

/* Basics */

html, body {
	width: 100%;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	background: #f0f0f0;
	
}

#container {
	width: 340px;
	margin:0 auto;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#container p{
	padding-left:20px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	}

#form_container{
	width:100%;
	padding:0;
	margin:0 auto;
	}	

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input[type=text],
input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 30px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	vertical-align:middle;
}

input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
	vertical-align:middle;
}

input[type=text]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
	vertical-align:middle;
}

#lower {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

input[type=submit] {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background:#01538a;
	border-radius: 5px;
	border: 1px solid #003f69;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
	cursor: pointer;
}

input[type=submit]:hover {
	background:#003f69;
}



