html {
	background: #3580ff url(travel-2-bodybg.jpg) repeat-x;
}
body {
	color: #fff;
	background: transparent url(travel-2-clouds.jpg) repeat-x -100% top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}
h1 {
	letter-spacing:-1px;
}
a {
	color:#fff;
}
#cc-site-info a:hover {
	color:#C6E1FF;
}
#cc-container {
	margin-top:0;
	padding-top:24px;
	background: transparent url(travel-2-plane.png) no-repeat right 5px;
}
#cc-content-sub-outer {
	background: transparent url(../../common/images/whitetrans-20.png) repeat;
	border:1px solid #3882FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
	width:318px !important;
}
#cc-content-outer {
	background: transparent url(plane-shdw.png) no-repeat right bottom;
}
#cc-site-info {
	color: #C6E1FF;
}
#cc-site-info a {
	color:#C6E1FF;
}
.cc-divider {
	background:#3580FF;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#3580FF;
	text-shadow:none;
	color:#fff;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#0463FF;
	color:#fff;
	border-color: #000 #fff #fff #000;
}
.cc-btn-tertiary[disabled]:hover {
	border-color:#fff #000 #000 #fff;	
}
.group-sep {
	border-color: #3580FF;	
}
/*IE 6*/
* html #cc-content-sub-outer {
	background-image:none;	
}
* html #cc-container {
	background-image:url(plane-bg-ie6.png);	
}
* html #cc-content-outer {
	background-image: none;
}