@charset "utf-8";

/*-------------------------
	Import Layout
-------------------------*/
@import "common.css";


/*-------------------------
	Content Layout
-------------------------*/
#content table {
		margin: 20px 0px 40px;
}
#content table th,
#content table td{
		padding: 15px 10px;
}

#content div.lead {
		text-align: center;
}


/*-------------------------
	Form Layout
-------------------------*/
input.text,
textarea.textarea {
		padding: 5px;
}

label,
input.submit {
		cursor: pointer;
}

input.submit {
		width: 180px;
		height: 50px;
		margin: 0px 20px;
}

p.error {
		font-weight: bold;
		color: #F00;
}