﻿@charset "utf-8";
/* CSS Document */

.gray_content{background:#F7F7F7;height:100%;}
		.gray_content h5{text-align:center;height:30px;line-height:30px;font-weight:bold;color:#FFF;background:#5B92C0;background: -moz-linear-gradient(top, #6EABD4 0%, #4A7CAF 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6EABD4), color-stop(100%, #4A7CAF));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6EABD4', endColorstr='#4A7CAF', GradientType=0);}
		.gray_content table{padding:10px 8px;}
		.gray_content table td{text-align:center;width:82px;padding:0 2px;}
		.gray_content table .dw2{margin:10px 0;}
		.gray_content table ul{border:solid 1px #A5A5A5;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;overflow:hidden;}
		.gray_content .addbn,.gray_content .subbn{font-size:36px;line-height:36px;cursor:pointer;background:#F9F9F9;background: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1F1F1));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0);border-bottom:solid 1px #E2E2E2;}
		.gray_content .subbn{border-bottom:none;border-top:solid 1px #E2E2E2;font-size:42px;}
		.gray_content .numtxt{font-size:26px;line-height:45px;}
		.gray_content .divbn{text-align:center;}
		.gray_content .divbn input{width:125px;height:32px;line-height:30px;font-size:16px;font-weight:bold;-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;cursor:pointer;}
		.gray_content .divbn input.divbn01{color:#FFF;border:solid 1px #044062;background:#5D9AC3;background: -moz-linear-gradient(top, #5D9AC3 0%, #3A6C9F 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5D9AC3), color-stop(100%, #3A6C9F));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D9AC3', endColorstr='#3A6C9F', GradientType=0);}
		.gray_content .divbn input.divbn02{border:solid 1px #CCCCCC;background:#F9F9F9;background: -moz-linear-gradient(top, #FFFFFF 0%, #F1F1F1 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1F1F1));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1F1F1', GradientType=0);}