@import url('jquery.ui.css');

* {
	font-family : tahoma, verdana, helvetica, arial;
	font-size : 11px;
}

BODY {
	margin : 0;
	padding : 0;
	background : #ff5204;
}

H1 {
	margin : 0;
	padding : 0 0 10px 0;
	font-size : 18px;
	font-weight : bold;
	color : #ff5204;
}

H2 {
	margin : 10px 0 0 0;
	padding : 5px 10px;
	font-size : 12px;
	color : #ffffff;
	background : #ff5204;
	text-align : center;
}
THEAD TD {
	color : #764023;
	background : #FCC589;
}
TFOOT TD {
	color : #764023;
	background : #FCC589;
}
TFOOT INPUT {
	border : 1px solid #b66236;
	background : #fbbe72;
}

LABEL {
	float : left;
	display : block;
	width : 150px;
	padding : 2px 0;
	text-align : right;
}
INPUT, TEXTAREA {
	width : 200px;
	margin : 1px 5px;
	border : 1px solid #787878;
}
INPUT.radio {
	border : 0;
	width : 10px;
	vertical-align : middle;
	cursor : pointer;
}
INPUT.button {
	padding : 5px 10px;
	width : 150px;
	border : 1px solid #db90cb;
	background : #b70b7f url('../images/bg-btn.gif') repeat-x center;
	color : #ffffff;
	font-weight : bold;
	cursor : pointer;
}
INPUT.button1 {
	padding : 5px 10px;
	width : 150px;
	border : 1px solid #db90cb;
	background : #b70b7f url('../images/bg-btn.gif') repeat-x center;
	color : #ffffff;
	font-weight : normal;
	cursor : pointer;
}
INPUT.button2 {
	padding : 5px 10px;
	width : 150px;
	border : 1px solid #fdc882;
	background : #b70b7f url('../images/bg-btn2.gif') repeat-x center;
	color : #ffffff;
	font-weight : bold;
	cursor : pointer;
}

#page {
	padding : 37px 0;
	background : transparent url('../images/bg-page.gif') repeat-x top center;
}
.border-left {
	width : 785px;
	margin : 0 auto;
	margin-top : 10px;
	background : transparent url('../images/border-left.png') repeat-y top left;
}
.border-right {
	float : right;
	width : 765px;
	background : transparent url('../images/border-right.png') repeat-y top right;
}
.border-image {
	margin-top : -10px;
}
.top {
	margin-top : -10px;
	width : 745px;
	height : 20px;
	background : transparent url('../images/border-top.png') repeat-x top;
}
.middle {
	width : 745px;
	background : #d6d6d6;
}
#head {
	height : 133px;
	background : #d6d6d6 url('../images/bg-head.jpg') repeat-x top;
}
#head .right {
	padding : 15px 20px;
}
#border-head {
	height : 40px;
	background : #d6d6d6 url('../images/border-head.jpg') repeat-x top;
}
#content {
	padding : 0 100px 30px 100px; 
	background : #dfb98d url('../images/bg-content.jpg') repeat-x bottom;
}
#content #page_data {
	min-height : 400px;
	margin-top : -20px;
	padding : 15px;
	border : 1px solid #979696;
	background : #ffffff url('../images/bg-contentdata.gif') no-repeat center center;
}
.scroll {
	width : 300px;
	height : 300px;
	overflow : auto;
}
.left {
	float : left;
}
.right {
	float : right;
}
.clear {
	clear : both;
}
.bottom {
	width : 785px;
	height : 20px;
	margin : 0 auto;
}
.bottom .left {
	width : 20px;
	height : 20px;
	background : url('../images/border-bottom-left.png') no-repeat top left;
}
.bottom .right {
	width : 20px;
	height : 20px;
	background : url('../images/border-bottom-right.png') no-repeat top right;
}
.bottom .center {
	float : left;
	width : 745px;
	height : 20px;
	background : url('../images/border-bottom.png') repeat-x top;
}


.msg {
	margin : 5px 0;
	padding : 5px;
	background : #e8e8e8;
	text-align : center;
}
.box {
	margin : 5px 0 0 0;
	padding : 5px 0;
	background : #e8e8e8;
}
.box LABEL {
	text-align : center;
	font-weight : bold;
}
.box .description {
	padding : 2px 5px 2px 155px;
	font-size : 10px;
}
.description {
	padding-left : 155px;
	color : #777777;
	font-size : 9px;
}
.required {
	color : #ff5204;
}
.next {
	float : none;
	display : inline;
	width : auto;
}
#cardnum {
/*	display : none;*/
}
.buttons {
	padding : 10px 0 0 0;
	text-align : center;
}

#alert UL {
	padding-top : 0;
	padding-bottom : 0;
}
.bottom.pages {
	color : #000000;
	text-align : center;
}
.bottom.pages A {
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
}
.bottom.pages A:hover {
	color : #eeeeee;
	font-weight : normal;
	text-decoration : none;
}
.bottom.pages A.selected {
	color : #FCC589;
	font-weight : bold;
}