/* ================================================================
  Copyright©2009 Diverso Development & Design / ProteusTech Co.
  Wilson Ikeda <wilson@diverso.jp>
  Claudio Ikeda <claudio@proteustech.com.br>
=================================================================== */
@charset "UTF-8";
.load_blue { background-image: url(../common_images/blue_o.png); }
.load_blue_small { background-image: url(../common_images/blue_s.png); }
.load_blue_d { background-image:url(../common_images/blue_d.png); }
.load_blue_small_d {
	background-image: url(../common_images/blue_sd.png);
}
.load_red { background-image: url(../common_images/red_o.png); }
.load_red_small { background-image: url(../common_images/red_s.png); }
.load_red_d { background-image: url(../common_images/red_d.png); }
.load_red_small_d {
	background-image: url(../common_images/red_sd.png);
}
.load_green { background-image: url(../common_images/green_o.png); }
.load_green_small { background-image: url(../common_images/green_s.png); }
.load_green_d {
	background-image: url(../common_images/green_d.png);
}
.load_green_small_d {
	background-image: url(../common_images/green_sd.png);
}
.load_gray { background-image: url(../common_images/gray_button_o.png); }
.load_gray_d {
	background-image: url(../common_images/gray_button_active.png);
}
.submit_blue {
	height: 35px;
	width: 170px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/blue.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_blue:hover {
	color: #EDEDED;
	background-image: url(../common_images/blue_o.png);
	cursor:pointer;
}
.submit_blue:active {
	color: #74C2E7;
	background-image: url(../common_images/blue_d.png);
	cursor:pointer;
}
.submit_green {
	height: 35px;
	width: 170px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/green.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_green:hover {
	color: #EDEDED;
	background-image: url(../common_images/green_o.png);
	cursor:pointer;
}
.submit_green:active {
	color: #44A139;
	background-image: url(../common_images/green_d.png);
	cursor:pointer;
}
.submit_red {
	height: 35px;
	width: 170px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/red.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_red:hover {
	color: #EDEDED;
	background-image: url(../common_images/red_o.png);
	cursor:pointer;
}
.submit_red:active {
	color: #E11E25;
	background-image: url(../common_images/red_d.png);
	cursor:pointer;
}
.submit_blue_small {
	height: 35px;
	width: 117px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/blue_s.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_blue_small:hover {
	color: #EDEDED;
	background-image: url(../common_images/blue_so.png);
	cursor:pointer;
}
.submit_blue_small:active {
	color: #74C2E7;
	background-image: url(../common_images/blue_sd.png);
	cursor:pointer;
}
.submit_green_small {
	height: 35px;
	width: 117px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/green_s.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_green_small:hover {
	color: #EDEDED;
	background-image: url(../common_images/green_so.png);
	cursor:pointer;
}
.submit_green_small:active {
	color: #48A437;
	background-image: url(../common_images/green_sd.png);
	cursor:pointer;
}
.submit_red_small {
	height: 35px;
	width: 117px;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/red_s.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_red_small:hover {
	color: #EDEDED;
	background-image: url(../common_images/red_so.png);
	cursor:pointer;
}
.submit_red_small:active {
	color: #E11E25;
	background-image: url(../common_images/red_sd.png);
	cursor:pointer;
}

.submit_red_smaller {
	height: 35px;
	width: 58px;
	color: #FFF;
	font-size:8px;
	font-weight:bold;
	background: transparent;
	background-image: url(../common_images/red_sr.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.submit_red_smaller:hover {
	color: #EDEDED;
	background-image: url(../common_images/red_sro.png);
	cursor:pointer;
}
.submit_red_smaller:active {
	color: #E11E25;
	background-image: url(../common_images/red_srd.png);
	cursor:pointer;
}

#div_blue {
	display: block;
	width: 170px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../common_images/blue.png);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_blue:hover {
	color: #EDEDED;
	background-image: url(../common_images/blue_o.png);
	cursor:pointer;
}
#div_blue:active {
	color: #74C2E7;
	background-image: url(../common_images/blue_d.png);
	cursor:pointer;
}
#div_red {	
	background-image: url(../common_images/red.png);
	display: block;
	width: 170px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_red:hover {
	background-image: url(../common_images/red_o.png);
	color: #EDEDED;
	cursor:pointer;
}
#div_red:active {
	background-image: url(../common_images/red_d.png);
	color: #E51E25;
	cursor:pointer;
}
#div_green {
	background-image: url(../common_images/green.png);
	display: block;
	width: 170px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_green:hover {
	background-image: url(../common_images/green_o.png);
	color: #EDEDED;
	cursor:pointer;
}
#div_green:active {
	background-image: url(../common_images/green_d.png);
	color: #429D39;
	cursor:pointer;
}
#div_blue_small {
	background-image: url(../common_images/blue_s.png);
	display: block;
	width: 117px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_blue_small:hover {
	background-image: url(../common_images/blue_so.png);
	color: #EDEDED;
	cursor:pointer;
}
#div_blue_small:active {
	background-image: url(../common_images/blue_sd.png);
	color: #74C2E7;
	cursor:pointer;
}
#div_red_small {
	background-image: url(../common_images/red_s.png);
	display: block;
	width: 117px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_red_small:hover {
	background-image: url(../common_images/red_so.png);
	color: #EDEDED;
	cursor: pointer;
}
#div_red_small:active {
	background-image: url(../common_images/red_sd.png);
	color: #DD1E26;
	cursor: pointer;
}
#div_green_small {
	background-image: url(../common_images/green_s.png);
	display: block;
	width: 117px;
	color: #FFF;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	line-height: 34px;
	font-weight: bold;
}
#div_green_small:hover {
	background-image: url(../common_images/green_so.png);
	cursor: pointer;
	color: #EDEDED;
}
#div_green_small:active {
	background-image: url(../common_images/green_sd.png);
	cursor: pointer;
	color: #38913C;
}
.btn_center {
	text-align:center;
}
