@charset "utf-8";
/* CSS Document */

form
{

	margin-left: 10%;
	margin-top: 3%;
}

label
{
	float: left;
	width: 11em;
	text-align: right;
	margin-right: 2%;
}

input, textarea
{
	width: 50%;
	margin-bottom: 2%;
	border: none;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

textarea
{
	height: 10em;
	overflow:auto;
}

#join_list
{
	background-color: rgba(0, 77, 205, 0.7);
	color: white;
	font-weight: bold;
	
	-moz-box-shadow:0px 0px 5px #fff inset ;
	-webkit-box-shadow:0px 0px 5px #fff inset ;
	box-shadow:0px 0px 5px #fff inset;
}