.roundcornercontainer {
	border-radius: 5px;
  	background: #fff;
  	border: 2px solid #2e2e2e;
  	padding: 10px; 
  	box-shadow: 10px 10px 5px #000000;
}

.basicinput {
	height: 30px;
	font-size: 14px;
}

.basicinputlabel {
	text-align: right;
}

.basicButton {
	background-color:#79bbff;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width: 240px;
	height: 30px;
}

.basicButton:hover {
	background-color:#378de5;
}

.basicButton:active {
	position:relative;
	top:1px;
}

.basicHomeButton {
	background-color:#79bbff;
	border-radius:5px;
	border:3px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	width: 50px;
	height: 50px;
	background: url(../image/homesmall.png);
}

.basicHomeButton:hover {
	border:3px solid #ff0000;
}

.basicHomeButton:active {
	position:relative;
	top:1px;
}

input{
	width: 90%;
}

.cnt {
	width: 100%;
	height: 40px;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 5px;
}

.cnt_narrow {
	width: 100%;
	height: 25px;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 5px;
}