
/* Current color: Blue: #038bd5; */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
A:link
{
    FONT-SIZE: 14px;
    COLOR: navy;
    FONT-STYLE: normal;
    FONT-FAMILY:  arial;
 	font-weight: bold;
   TEXT-DECORATION: none;
}
A:visited
{
    FONT-SIZE: 14px;
    COLOR: #navy;
    FONT-STYLE: normal;
    FONT-FAMILY:  arial;
 	font-weight: bold;
   TEXT-DECORATION: none;
}
A:hover
{
    FONT-SIZE: 14px;
    COLOR: #navy;
    FONT-STYLE: normal;
    FONT-FAMILY:  arial;
 	font-weight: bold;
   TEXT-DECORATION: underline;
}
A:active
{
    FONT-SIZE: 14px;
    COLOR: #navy;
    FONT-STYLE: normal;
    FONT-FAMILY:  arial;
 	font-weight: bold;
   TEXT-DECORATION: none;
}

table{
	border: 1;
		-moz-border-radius: 4px 4px 0 0; 
		-webkit-border-radius: 4px 4px 0 0; 
		border-radius: 4px 4px 0 0; 
		-webkit-box-shadow: 0 1px 0 #FFF inset; 
		-moz-box-shadow: 0 1px 0 #FFF inset; 
		box-shadow: 0 1x 0 #FFF inset;

}

th{
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* End of reset */

body {
	background: #fbfbfb;
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #333;
	width: 900px;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 18px;
}

strong {
	display: inline;
}

h1 {
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

h3 {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

input[type="radio"] {
	margin-bottom: 6px;
}

.date, .time {
	display: inline-block;
	width: 60px;
	text-align: right;
}

b {
	font-weight: bold;
}

a {
	text-decoration: none;
}
.colleft {
	float: left;
	width: 250px;
}

.colright {
	float: left;
	width: 250px;
}

label {
	display: block;
	margin-bottom: 5px;
}

label span {
	color: red;
}

.colleft label, .colright label {
	width: 100px;
}

i {
	font-style: italic;
	opacity: 0.7;
}

.reminder i {
	display: block;
	margin-top: 10px;
}

.confirm {
	width: 500px;
}

.textmessage textarea {
	width: 91%;
	min-height: 100px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

input[type="text"] {
	width: 80%;
	height: 18px;
	font-size: 14px;
	padding: 2px 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.btn {
	background: #e1e1e1;
	color: #a8a8a8;
	border-radius: 4px;
	padding: 7px 14px;
	margin: 30px 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn a {
		color: #a8a8a8;
	}

	.btn.active {
		background: #038bd5;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
		cursor:pointer;
	}
		.btn.active a {
			color: #fff;
		}
	
	.btn.right {
		float: right;
	}

hr {
	margin: 20px 0;
	background: #ccc;
	border: none;
	width: 100%;
	height: 1px;
}

#form {
	display: inline-block;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.tabs-content {
		padding: 30px;
	}
	
	.choose {
		margin: 20px 0;
	}
	
	.intro {
		width: 300px;
	}
	
	.info {
		background: #f3f1b7 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAYAAADQBxWhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAe9JREFUeNrsls9KQkEUxrU0F5VRppUlVBRlElTQIoho0aKi8HFatG7RW/QKBQX9oUXrFqa1aFNQZGpgEZSl4u078N0YxMgZpTYe+HFn7uB895w5c45Oy7Icf21Njn+whmhDtCGqZa7trVBdN9zYvK+Lpy7gAc66efrD+y4QBhIGL99JvXwF4solx3URFc/nwEQFz2TeQWQ9Ds5BqRbRFrAMejkXj65BBrhBAfhBBATBFOgGR6BoKrpEwTw4BXdcjwIfeAT74BYMgUUwwOeJyZUZ4wbyxQcUFAtQUKyPZ+2g8CFDO0y0Raf5jDGctmVBjmNJnBdlLQkSHM/ohreHGVpgcqgmGbvHs0xXODv5yElGoBM864iKPZRtKmsrDLFtOzxz2z5BiokVqFZUwtumhE+1YpUJYv+uVedM7ftYMrzr1i+FpqLoO8deQ9F2Pt90RNMc9xt0HbdSTDI6oil6K0V9XFM0wrDKuT7piMpZXnA+q4TZyTKnml/JAZ9yP2MmxeGK4RFv17l5MxgBNwphvpeQrtLLJGu0du0Vb4/BGrtIlBvFGTaLHsqdngejnGd5rSwTUTv7dsECGKRXYX5QgV1IbXfi+VlZsTDqpx9sVUH2zBAz1MP1PFteQidbq/3nkCRNTCwXC3+uhiLybV8CDABtnWuWT1n3OgAAAABJRU5ErkJggg==) no-repeat top right;
		float: right;
		width: 170px;
		background: ;
		border: 1px solid #e6e27c;
		color: #828146;
		padding: 20px;
		font-size: 14px;
		line-height: 18px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

  td {overflow:hidden;}

.gradient {

	background: #999; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6a284', endColorstr='#c6a284'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c6a284), to(#c6a284)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c6a284,  #c6a284); /* for firefox 3.6+ */ 
}
	.tabs {
		overflow: hidden; 
		background: #FFFFFF; 
		background: -moz-linear-gradient(center top , #f7ebde, #f7ebde); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ebde), color-stop(100%,#f7ebde)); 
		-moz-border-radius: 4px 4px 0 0; 
		-webkit-border-radius: 4px 4px 0 0; 
		border-radius: 4px 4px 0 0; 
		-webkit-box-shadow: 0 1px 0 #FFF inset; 
		-moz-box-shadow: 0 1px 0 #FFF inset; 
		box-shadow: 0 1px 0 #FFF inset;
	}
	.tabs a {
		display: block; 
		float: left; 
		font: 15px/35px Arial, Helvetica, Sans-serif; 
		padding: 0 20px 0 40px; 
		color: #999; 
		text-shadow: 0 1px 0 #FFF;
		border-left: solid 1px rgba(FFF,0,0,0.05);
		border-right: solid 1px rgba(255,255,255,0.7);
		position: relative;
		overflow: hidden;
	}
	.tabs a:first-child {
		border-left-width: 0;
	}
	.tabs a:last-child {
		border-right-width: 0;
	}
	.tabs a:after {
		position: absolute;
		top: 0;
		left: 10px;
		line-height: 22px;
		font-size: 10px;
		width: 22px; 
		text-align: center; 
		margin: 7px 10px 5px 0; 
		font-size: 12px; 
		-moz-border-radius: 21px; 
		-webkit-border-radius: 21px; 
		border-radius: 21px; 
		background: #bdbdbd; 
		background: -moz-linear-gradient(center top , #000000, #bdbdbd); 
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#bdbdbd)); 
		-webkit-box-shadow: 0 1px 0 0 #FFF, 0 1px 0 0 rgba(0,0,0,0.25) inset; 
		-moz-box-shadow: 0 1px 0 0 #FFF, 0 1px 0 0 rgba(0,0,0,0.25) inset; 
		box-shadow: 0 1px 0 0 #FFF, 0 1px 0 0 rgba(0,0,0,0.25) inset; 
		text-shadow: 0 1px 0 #FFFFFF; 
		color: #ffffff;
	}
	
		.tabs a.one:after {
			content: '1';
		}
		.tabs a.two:after {
			content: '2';
		}
		.tabs a.three:after {
			content: '3';
		}
		.tabs a.four:after {
			content: '4';
		}
		.tabs a.five:after {
			content: '5';
		}
		
		.tabs a.one.ok:after, .tabs a.two.ok:after, .tabs a.three.ok:after, .tabs a.four.ok:after, .tabs a.five.ok:after {
			content: '1';
		}
	
	
	.tabs a.active {
		background: #fff;
		border-left-color: #CCC;
	}
	
	.tabs a.active:first-child {
		-webkit-border-radius: 4px 0px 0px 0px;
		 border-radius: 4px 0px 0px 0px;
	}
	
	.tabs a.last {
		-webkit-border-radius: 0px 4px 0px 0px;
		 border-radius: 0px 4px 0px 0px;
	}
	
	.tabs a.active:after {
		background: #038bd5; 
		text-shadow: 0 1px 0 #096c9e; 
		-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	}
	.tabs a.active + .tabs-content {
		display: block;
	}
	.tabs-content:hover {
		display: block;
	}