form fieldset,
form fieldset legend {
	width:570px;
}

img.datebtn {
	margin-left:5px;
}

span.req {
	color:#2C5A8E;
	font-size:1.2em;
	vertical-align:top;
}

/*ul.form {
	margin-left:15px;
}*/

ul.form.orderhist {
	padding:10px 0 10px 20px;
	border-top:1px dashed #BCBCBC;
	border-bottom:1px dashed #BCBCBC;
	margin:10px 0 18px 0;
	width:550px;
}

ul.form.orderhist input {
	margin-bottom:0;
}

ul.form.orderhist p {
	margin-bottom:0;
}

ul.form li { font-size:11px; }

ul.form li p.hint { font-size:10px; color:#339933; margin-left:150px; }

ul.form input.vsmall,
ul.form textarea.vsmall {
	width: 50px;
}	

ul.form select.title,
ul.form input.title,
ul.form textarea.title {
	width: 60px;
}	

ul.form input.flight,
ul.form textarea.flight {
	width: 60px;
	text-align:center;
}	

ul.form input.date,
ul.form textarea.date {
	width: 70px;
}	

ul.form input.small,
ul.form textarea.small {
	width: 100px;
}	

ul.form select.small {
	width: 108px;
}

ul.form select.med {
	width: 221px;
}

ul.form input.med,
ul.form textarea.med {
	width: 211px;
}

ul.form input.long,
ul.form textarea.long {
	width: 350px;
}

ul.form label {
	width: 130px;
	float: left;
	text-align: left;
	margin: 5px 20px 0 0;
	display: block;
	clear:both;
	font-size:11px;
	font-weight:bold;
}

ul.form label.lblcheck {
	width:auto;
	font-weight:normal;
}

ul.form label.lradio {
	clear:none;
	float:left;
	font-weight:normal;
	height:auto;
	margin:7px 20px 0 0;
	width:auto;
}

ul.form [disabled] {
	background-color:#DBDBDB !important;
	color:#BCBCBC !important;
	background-image:none !important;
	border:1px solid #B6B6B6 !important;
}

ul.form input.check {
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}

ul.form input.radio {
	float:left;
	margin-right:5px;
	width:10px;
	border: none;
	background:none;
}

ul.form .error {
	border: 1px solid #1781B5;
	background: #d1e6f0 url(/images/ico_fielderr.png) no-repeat right center;
	color:#0a5d85;
	padding-right:23px
	/*border: 1px solid #95181A;
	background-color: #f0dedf;
	color:#000;*/
}

ul.form .error.vsmall { width:31px; }
ul.form .error.small { width:81px; }	
ul.form .error.med { width: 192px; }
ul.form .error.long {	width: 330px; }
ul.form textarea.error { width: 330px; }
ul.form p.errmsg { margin-left:150px; color:#1781B5; font-size:1em;width:200px; }

#certtext_counter { margin-left:150px; color:#1781B5; font-size:1em;float:left;width:130px; }
#certtext_counter span { font-size:1em; }

ul.form p.passlink {
	margin-left:150px; 
	color:#1781B5; 
	font-size:1em;
	margin:14px 200px 0 0;
	float:right;
	clear:both;
	display:inline;
}

div.calcsleft ul.form p.passlink {
	margin-right:50px;
}

ul.form p.passlink a { text-decoration:none; }
ul.form p.passlink a:hover { text-decoration:underline; }

ul.form input {
	width: 350px;
	color: #666;
	padding: 4px;
	border: 1px solid #B6B6B6;
	background-color: #FAFAFA;
	margin: 0 0 4px 0;
	font-size: 11px;
	/*font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;*/
	font-family:Arial,Helvetica,sans-serif;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
}

ul.form input:focus,
ul.form select:focus,
ul.form textarea:focus {
	border-color:#666;
}

ul.form select {
	border: 1px solid #B6B6B6;
	width:300px;
	padding:3px 4px 4px;
	font-size:11px;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	background-color: #FAFAFA;
	color: #666;
	margin:0 0 4px;
}

ul.form textarea {
	width: 350px;
	color: #666;
	padding: 3px;
	border: 1px solid #B6B6B6;
	background-color: #FAFAFA;
	margin: 0 0 4px 0;
	font-size: 11px;
	font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
}

ul.form {
	margin: 0;
	padding: 0;
}

ul.form input.checkoutsubmit {
	padding:4px 10px; 
	display:block; 
	color:#FFF; 
	background-color:#1781B5;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	text-decoration:none;
	cursor:pointer;
	border:none;
	width:200px;
	margin:0;
	float:right;
	font-size:1.2em;
}

ul.form input.calcaddbasket {
	padding:4px 10px; 
	display:block; 
	color:#FFF; 
	background-color:#1781B5;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	text-decoration:none;
	cursor:pointer;
	border:none;
	width:100px;
	margin-top:15px;
	float:right;
}

ul.form input.submitbutton {
	padding:4px 10px; 
	display:block; 
	color:#FFF; 
	background-color:#1781B5;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	text-decoration:none;
	cursor:pointer;
	border:none;
	width:100px;
	margin:10px 0 0 150px;
}

ul.form input.filterbutton {
	padding:4px 10px; 
	display:block; 
	color:#FFF; 
	background-color:#1781B5;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	text-decoration:none;
	cursor:pointer;
	border:none;
	width:50px;
	margin:0 0 0 17px;
}

ul.form input.calcaddbasket:hover,
ul.form input.submitbutton:hover,
ul.form input.filterbutton:hover,
ul.form input.checkoutsubmit:hover {
	background-color:#5CA7CB; 
	color:#FFF;
	cursor:pointer;
}

div.err,
div.info,
div.success { 
	margin:0 0 15px 0;
	padding:10px;
	border:1px solid #1781B5;
	background-color:#D1E6F0; 
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	width:548px;
}

div.err p,
div.info p,
div.success p  {
	color:#1781B5;
	font-size:1.4em;
	font-weight:bold;
	line-height:19px;
	margin:0;
	padding:0 0 0 30px;
}

div.err p {
	background:url(/images/ico_error.png) no-repeat scroll left center;
}

div.info p {
	background:url(/images/ico_info.png) no-repeat scroll left center;
}

div.success p {
	background:url(/images/ico_success.png) no-repeat scroll left center;
}

/* /// AUTOCOMPLETE BOX /// */
.suggestionsBox {
	-moz-border-radius:7px 7px 7px 7px;
	background-color:#212427;
	border:2px solid #000000;
	color:#FFFFFF;
	margin:3px 0 0 170px;
	position:absolute;
	width:200px;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList ul {
	margin:0 0 10px 0;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px 10px;
	cursor: pointer;
	color:#FFF;
}

.suggestionList li:hover {
	background-color: #1781B5;
}

/* -- DATE PICKER CSS -- */
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 22px;
	padding: 0;
	margin: 0 0 0 5px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/ico_date.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

table.jCalendar {
	/*border: 1px solid #000;*/
	/*background: #aaa;*/
  border-collapse: separate;
  border-spacing: 2px;
	margin-top:5px;
}
table.jCalendar th {
	background: #1781B5;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	font-size:11px;
	text-align:center;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	font-size:11px;
}
table.jCalendar td.other-month {
	background: #EEE;
	color: #BBB;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #95181A;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #B85B56;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	background:#F9F9F9 url("/images/bg_footer.png") repeat-x scroll center bottom;
	border:1px solid #B6B6B6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-top:5px;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	font-weight:bold;
	letter-spacing:0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a:hover, div.dp-popup div.dp-nav-next a:hover {
	color:#999;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/*div.err {
	border:1px solid #95181A;
	background-color:#f0dedf;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px; 
	margin-bottom:10px;
	padding:15px;
}

div.err h3 {
	font-size:1.4em;
	color:#95181A;
	font-weight:bold;
	margin-top:0;
}

div.err ul li {
	color:#95181A;
	margin:3px 0 3px 15px;
}*/
