* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.header {
	padding-top: 5px;
}

.footer {
	position: absolute;
	top: 620px;
	left: 10px;
	width:600px;
}

.leftArea {
	position: absolute;
	left: 10px;
	top: 70px;
	bottom: 20px;
	width: 260px;
	border:solid 1px #CCCCCC;
	overflow-y: scroll;
	height:530px;
}

.mainArea {
	position: absolute;
	top: 70px;
	bottom: 20px;
	left:300px;
	/*overflow-y: scroll;*/
	width:400px;
}

.rightArea {
	position: absolute;
	top: 70px;
	bottom: 20px;
	left:600px;
	/*overflow-y: scroll;*/
	width:450px;
}

ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	
}

li a { 
    font-size: 12px;
	text-decoration:none;
	display: block;
	color: blue;
	border-bottom:solid 1px #CCCCCC;
	padding: 8px;
}

li a:hover {
	background-color: #4B0A1E;
	color: #BA8A92;
}

input, textarea {
  border:1px solid #ccc;
  min-height:20px;
  outline: none;
}

.mainArea input {
  margin-bottom:15px;
  margin-top:5px;
  width:280px;
}

textarea {
	margin-bottom:15px;
  	margin-top:5px;
	height: 70px;
  	width:250px;
}

label {
	display:block;
	font-size: 12px;
	color:blue;
}

button {
	padding:6px;
}


#searchKey {
	width:160px;
}