@charset "utf-8";
/* CSS Document */

.contain_text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.contain_text_title
{
	font-family:"Myriad Pro";
	font-size:15px;
	font-weight:bold;
}

.text_days
{
	font-family:"Myriad Pro";
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.button
{
	width:75px;
	height:23px;
	font-family:Calibri;
	font-size:13px;
}


.contain_text_mail
{
	font-family:Calibri;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

.contain_text_day
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#3366CC;
}



.contain_text_error
{
	font-family:"Myriad Pro";
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
}


.contain_text_success
{
	font-family:Calibri;
	font-size:13px;
	font-weight:bold;
	color:#009933;
}



.contain_text_motto
{
	font-family:"Myriad Pro";
	font-size:20px;
	font-weight:bold;
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}