@charset "UTF-8";

body {
	font-family: AmazonEmber, Helvetica, sans-serif;
	padding: 0px;
	margin: 0;
}

#header {
	width: 100%;
	color: white;
	background-color: seagreen;
	font-weight: bold;
	padding: 10px;
}

#user_name {
	display: inline;
	font-size: 18px;
}

#login_button {
	width: 100px;
	height: 25px;
	font-size: 15px;
	margin-left: 50px;
}

#containerDiv {
	/*	padding: 20px;*/
	padding: 20px 20px 5px 20px;
}

#dialNumber {
	width: 200px;
	height: 30px;
	font-size: 16px;
	background-color: #FFFF;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	padding-left: 10px;
}

#inputField {
	width: 185px;
	height: 30px;
	font-size: 16px;
	/*	border-radius: 5px;*/
	border: 1px solid #ccc;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	padding-left: 10px;
	font-weight: 600;
}

.cp_btn {
	width: 150px;
	height: 40px;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	background-color: #4169e1;
	border-radius: 8px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.login_button {
	width: 150px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff1493;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	border-radius: 5px;
	border-style: none;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.label {
	margin: 0px 5px;
	background: #e4fcff;
	padding: 4px;
	float: center;
	text-align: left;
	width: 250px;
	height: 30px;
	/*  border-left: solid 10px #1e90ff;*/
	font-size: 16px;
/*	font-weight: 600;*/
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}
