@charset "utf-8";
/*
Title:         Global styles for Virgin Holidays + Hip Hotels
Author:        www.zolv.com
Notes:         Selectors are grouped by layout area. Attributes for each selector are listed alphabetically. 

COLOURS:
Dark purple:   #2F0F25
Paler purple:  #3B1730
Palest purple: #6F3862

*/

/* Set stuff up --------------------------- */
img { behavior: url(/_Assets/css/iepngfix.htc); } /* fix for using PNG logo image in IE6 */
* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	color: #333;
	font: normal 62.5%/1.25 Arial, Helvetica, sans-serif;
	text-align: center;
}
br {
	clear: both;
}

/* General ---------------- */
.auralOnly {
	height:1em;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 400em;
}

/* links ------------------ */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #6F3862;
}
a:hover {
	color: #3B1730;
}
a:active {
	color: #3B1730;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

/* headers ------------------ */
h2 {
	color: #6F3862;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

/* text ------------------ */
p {
	margin-bottom: 1.5em;
}

/* Layout divs ----------------------------- */
#W {
	font-size: 1.2em;
	line-height: normal;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
	width: 682px;
	_width: 686px; /* prevent wrapping in IE6 */
}
#H {
	background: #2F0F25 url(/_Assets/images/header_bg.jpg) repeat-x top left;
	color: #fff;
	height: 100px;
	padding: 20px;
	position: relative;
}
#W .Launch {
	position: absolute;
	top: -30px;
	left: 400px;
	z-index: 2;
}
#IPanel {
	background-color: #2F0F25;
	color: #fff;
	height: 416px;
	margin: 1px 0 20px;
	padding: 0;
}
#IPanel .caption {
	display: block;
	_height: 16px;
	min-height: 16px;
	padding: 2px;
	text-align: center;
	width: 591px;
}

#Reg {
	background-color: #f5f5f5;
	margin: 20px 0;
	padding: 20px 130px;
}
#F {
	background-color: #3B1730;
	color: #fff;
	font-size: 0.9em;
	padding: 3px 7px 5px;
}
#F p {
	margin-bottom: 0;
}

/* form ------------------- */
fieldset {
	border: none;
	margin: 10px 0 10px;
	padding-top: 2em;
	position: relative;
}
legend {
	color: #6F3862;
	font-weight: bold;
}
legend span {
	left: 0;
	position: absolute;
	top: -2em;
}
label, input, textarea {
	float: left;
}
label {
	width: 160px;
}
label.PhoneLabel {
	margin-top: 1em;
	width: auto !important;
}
input, textarea {
	margin-bottom: 4px;
	width: 150px;
}
input.Phone {
	margin: 4px 0 0 200px;
	width: 200px;
}
.checkbox input {
	width: auto;
}
.note {
	text-align: right;
	color:#AAA;
}
#AddressList {
	overflow: hidden;
	padding-bottom: 1em ;
}

#AddressList select {
	float: right; 
	font-size: 0.9em;
	width: 300px;
	margin-right: 20px;
}
#AddressList #SelectAddr  {
	left: 105px; 
	position: relative; 
}
#OtherInfo label {
	width: 200px;
}
#OtherInfo textarea {
	width: 200px;
}
a.btn_findaddress {
	background: transparent url(/_Assets/images/btn_findaddress.gif) no-repeat top left;
	display: block;
	height: 20px;
	margin-left: 280px;
}
a:hover.btn_findaddress {
	background-position: 0 -20px;
}
a.btn_selectaddress {
	background: transparent url(/_Assets/images/btn_selectaddress.gif) no-repeat top left;
	display: block;
	height: 20px;
	margin-left: 120px;
}
a:hover.btn_selectaddress {
	background-position: 0 -20px;
}
a.btn_submit {
	background: transparent url(/_Assets/images/btn_submit.gif) no-repeat top left;
	display: block;
	height: 20px;
}
a:hover.btn_submit {
	background-position: 0 -20px;
}
#ManualAddr {
	clear: both;
	display: block;
	font-size: 0.9em;
	margin-left: 120px;
}

/* form ------------------- */
.ErrorMsg {
	color: #c00 !important;
	font-weight: bold;
	display: block; 
	margin-left:47%; 
	clear: both; 
}
#OtherInfo .ErrorMsg {
}
.ErrorMsg p {
	margin: 0em;
	padding: 0px;
	
}
* html fieldset ,
*:first-child + html fieldset  { margin-bottom: 15px; padding-bottom: 15px;}
* html legend  { padding-top: 15px; position: relative ; top: 0px; left: -8px; width: 300px; }
*:first-child + html legend  { padding-top: 15px; position: relative ; top: 10px; left: -8px; width: 300px; }
#AddressHolder {  }

#Address label ,
#PersonalInfo label ,
#AddressHolder label ,
#PostcodeHolder label ,
#OtherInfo label ,
#Email label  { 
	/*width: 45%; 
	margin-right: 5%;*/
	float: left; 
}

#Address input ,
#OtherInfo input#Source ,
#PersonalInfo input ,
#AddressHolder input ,
#Email input  {
	width: 200px;
	margin-bottom:10px;
}

#OtherInfo input#Source {
	left: 50% ; 
	position: relative;
}

#PostcodeHolder input  {
	width: 80px;
}
#PostcodeHolder a.btn_findaddress {
	/*margin-left: 70%;*/ 
}

#ManualAddr {
	margin-left: 72%; 
}
.OtherInfo_align  {
	position: relative; 
	left: -15px; 
	}

#OtherInfo select  {
	width: 200px;
	margin-bottom: 5px; 
}
#OtherInfo textarea  {
	width: 200px;
	height: 100px; 
	margin-bottom: 5px; 
	clear: right; 
}
.checkbox_statement  { position: relative; padding-top: 3px; margin-top: 5px; left: -15px; }
.checkbox_statement input { position: absolute; top: 5px; left: 5px; }
* html input ,
*:first-child + html input  { top: 2px; left: 2px; }
.checkbox_statement label { width: auto !important ; float: none; padding-left: 23px; }

.radio_buttons  { }
.radio_buttons p { padding: 5px 0px; margin-left: 0px !important;  }
.radio_buttons input { width: auto ; position: relative ; left: 50%; top: -10px; }
.radio_buttons label { width: auto ; position: relative ; left: 52%; top: -10px; }

* html .radio_buttons  { padding-left: 50%; }
* html .radio_buttons p  { margin-left: -50% !important;  }
* html .radio_buttons input ,
* html .radio_buttons label  { width: auto ; position: static ; }

*:first-child + html .radio_buttons  { padding-left: 50%; }
*:first-child + html .radio_buttons p { margin-left: -50% !important;  }
*:first-child + html .radio_buttons input ,
*:first-child + html .radio_buttons label { width: auto ; position: static ; }

.headed_information  { padding: 0px 0px 0px 130px }
.headed_information dt { font-weight: bold; }
.headed_information dd { padding: 0px 0px 15px 15px;}


a.btn_submit_request {
	position: relative;
	top: 5px; 
	background: transparent url(/_Assets/images/btn_contactus.gif) no-repeat top left;
	display: block;
	height: 20px;
	text-indent: -5555px ; 
}
a:hover.btn_submit_request {
	background-position: 0 -20px;
}

