input.txt {
	background-color:#CCC;
	width: 100%;
	padding: 5px;
	border: 1px solid #c9caca;
}
textarea.txt {
	background-color:#CCC;
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #c9caca;
}

.selectBtn {
	padding: 20px 10px 50px 10px;
	text-align: center;
}

.menuTable table th  {
	width : 15em;
}

.menuTable table td {
    text-align: left;
    width: calc(100% - 15em);
	font-size : 13px;
	color : #777777;
}

.menuTable table th,
.menuTable table td {
    border-bottom: 1px solid #c9caca;
    border-right: 1px solid #c9caca;
    padding: 10px 10px 8px;
}
.errorText  {
	font-size : 12px;
	color : #ff0000;
}

.menuTable input[type="button"],
.menuTable input[type="submit"] {
	padding: 10px 60px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(top, #dedede 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dedede 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dedede 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #a6a6a6;
	border-radius: 2px;        /* CSS3‘ˆÄ */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 2px;   /* Firefox—p */
}

.adv_h3  {
	font-size : 16px;
	margin : 0 0 12px 0;
}
.adv_capq  {
	color : #666666;
	font-size : 13px;
}
.adv_error  {
	color : #ee0000;
	font-size : 14px;
	line-height : 28px;
	padding : 6px;
}

.formTable label  {
	width : 7em;
	display : inline-block;
	color : #000000;
}

#form_right_box dd  {
	padding : 4px 0 10px 14px;
	color : #666666;
}