@charset "utf-8";
/* =======================================
 * Style Name: CommonElements
 * Style URL: ./css/smartp/mail.css
 * Description: Common Stylesheet
 * Version: 1.0
 * Last Up Date: 2012/06/18
 * Author: Prime works
 * Author URL: http://www.primeworks.jp/
 *
 * Markup Reference:
 *
======================================= */
body{
	background:#FC0
}
p {
	margin-bottom:13px;
	text-align:left;
}
.error{
	color:#F00;
}
.statusBg {
	background:#FFF;
	border:#000 solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:5px auto;
	padding: 10px;
	text-align:left;
}
.joinBg {
	background:#FFC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin:5px auto;
	padding: 10px;
	text-align:left;
}
.button {
	font-size:medium;
	margin:15px;
	width:240px;
	height:auto;
}
.button2 {
	font-size:medium;
	margin:15px;
	width:120px;
	height:auto;
}