@charset "utf-8";
/* CSS Document */

#wpgft_orderProc {
	margin: 0 auto;
	width: 500px;
}
.wpgft_req, .wpgft_error {
	color: red;
	font-weight: bold;
}

.wpgft_error {
	margin-left: 125px;
}

.wpgft_fieldset {
	background: none repeat scroll #ffffff;
	border-color: #ECECEC #ADADAD #ADADAD #ECECEC;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	padding: 5px 0 15px;
	color: #000;
}

.wpgft_titleBox {
	background: none repeat scroll #c6c6c6;
	clear: both;
	letter-spacing: 1px;
	margin: 10px 0 !important;
	padding: 5px 0;
	text-align: center;
}

.wpgft_mainList {
	margin: 0 1.5em;
}

#orderPhoneArea, #orderPhoneExc {
	width: 35px;
}

#orderPhoneNum {
	width: 75px;
}

.wpgft_mainList dt {
	display: inline-block;
	float: left;
	margin: 4px 10px 0 0;
	text-align: right;
	vertical-align: top;
	width: 125px;
	font-weight: bold;
}

.wpgft_mainList dd {
	margin: 0;
	padding: 5px;
}

/************ Styles for displaying the Certificate Buttons ******************/
.wpgft-table .bluebtn1 {
	border: none; 
	width: 150px; 
	height: 25px;
	color: #fff; 
	cursor: pointer;
	background: url('../images/bluebtn1.png') repeat-x;
}
.wpgft-table .orangebtn1 {
	border: none; 
	width: 150px; 
	height: 25px;
	color: #fff; 
	cursor: pointer;
	background: url('../images/orangebtn1.png') repeat-x;
}

.wpgft-table .orangebtn1:hover {
	color: #000;
	background: url('../images/orangebtn1_hover.png') repeat-x;
}

.wpgft-table th {
	background: none repeat scroll 0 0 #888888;
	text-align: left;
}

.wpgft-table td {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000;
}

.wpgft-table .disabled-box {
	border: medium none;
}