/*Signup*/

		.signup_table {
		border: solid 5px #bbb;
		font-size: 12px;
		margin-bottom: 40px;
		}

		.signup_table h2 {
		font-weight: bold;
		}

		.signup_table th {
		border-bottom: solid 1px #bbb;
		}

		.signup_table th, .signup_table td {
		padding: 7px;
		}

		.signup_table .pro, .signup_table .medium, .signup_table .mini {
		margin: 3px;
		}

		.signup_table .pro {
		color: #316d09;
		}

		.signup_table .medium {
		color: #7ca734;
		}

		.signup_table .mini {
		color: #9fc21e;
		}

		.signup_table .right {
		border-left: solid 1px #bbb;
		font-weight: bold;
		}

		.signup_table .row .last {
		border-bottom: solid 1px #bbb;
		}

		.signup_table tr.odd {
		background: #f3f3f3;
		}
		
		.signup_table tr.hdr {
		background: #646464;
		color: #fff;
		font-weight: bold;
		line-height: 30px;
		}
		
		.signup_table tr.final {
		background: #fff;
		border-top: 1px solid #666666;
		}


		.signup_table .price {
		font-size: 20px
		}

		.signup_table sup {
		font-weight: normal;
		font-size: 13px;
		}

		.signup_table .left {
		width: 28%;
		}

		.subtitle_left {
			text-align: right;
		}

		a.signup_button2 {
			background: url(../images/button_signup.gif) left top;
			height:37px;
			width: 126px;
			float: left;
			margin: 4px 0px 4px 2px;
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			text-decoration: none;
			text-align: center;
			line-height: 38px;
		}

		.signup_button2:hover {
			background: url(../images/button_signup.gif) left bottom;
			height:37px;
			width: 126px;
			float: left;
			color: #fff;
		}