/* @override http://www.pg2010.dev/css/refund.css */
/* CSS for Refund */
.refundFormContainer {
	width: 530px;
	float: left;
}
.refundFormContainer .header {
	background: url(../images//refund/refund-header.png) no-repeat;
	height: 25px;
	width: 530px;
}
.refundFormContainer .body {
	width: 470px;
	height: 320px !important;
	height: auto;
	background: url(../images//refund/refund-body.png) repeat-y;
	padding: 5px 30px;
}
.refundFormContainer .footer {
	width: 530px;
	height: 25px;
	background: url(../images//refund/refund-footer.png) no-repeat;
}
.refundContentContainer {
	width: 310px;
	margin-top: 30px;
	padding-left: 20px;
	position: relative;
	float: left;
}
.refundFormContainer h4 {
	clear: left;
	margin-bottom: 5px;
	border-bottom: 2px solid #336699;
}
/* Basic Form Element */
.refundFormContainer table {
	padding-bottom: 20px;
}
.refundFormContainer th {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding-right: 8px;
}
.refundFormContainer tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.refundFormContainer .btn {
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
.ticket_reference {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#pnr {
	font-size: 14px;
	font-weight: bold;
}
.result_msg, 
.result_unsuccessful_msg {
	text-align: center;
	font-size: 16px;
	margin-top: 120px;
	line-height: 150%;
}
.result_unsuccessful_msg {
	font-size: 14px;
}
.result_msg a {
	font-size: 14px;
	color: #336699;
}
.result_msg a:hover {
	background-color: #336699;
	color: #fff;
}
.refund_id {
	font-weight: bold;
	color: #900;
}
/* Spry Validation TextFiled */
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}

