@charset "utf-8";
/* CSS Document */

.formcontainer{width:919px;float:left; padding:5px 0px 5px 5px; display:inline; text-align:left;}

 .formbox{width:919px;float:left; display:inline; background:#000 url(../images/formsar.jpg) no-repeat top center;}
.formcontent{ width:772px; float:left; background:#fff; opacity:0.7;filter:alpha(opacity=70)}

.error_msg{
color:#fff;
background-color:#e33720;
width:582px;
margin-bottom:10px;
font-size:14px;
padding:2px 10px;
}

.error_box{
border:1px solid red !important;
}


div.container_box{
margin:auto;
width:770px;
margin-bottom:10px;
}

table{width:100%;}

td.tlc{
width:17px;
background:transparent url(../images/tlc.png) no-repeat top left;
}

td.t{
background:transparent url(../images/thl.png) repeat-x top left;
}

td.trc{
width:17px;
background:transparent url(../images/trc.png) no-repeat top right;
}

td.blc{
width:17px;
background:transparent url(../images/blc.png) no-repeat bottom left;
}

td.b{
background:transparent url(../images/bhl.png) repeat-x bottom left;
}

td.brc{
width:17px;
background:transparent url(../images/brc.png) no-repeat bottom right;
}

div.box_content{
background:transparent url(../images/box_content.png) repeat-y top center;
padding:0 20px;
float:left;
}
.fieldarea label span{
	width:135px;
	float:left;
}
.fieldarea label input{
	float:left;
	margin-right:5px;
}
.fieldarea label textarea{
	float:left;
}

.title{
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
float:left;
width:720px;
padding-bottom:8px;

}
.fieldarea{ float:left; width:720px; text-align:left;}	

.button, .input{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:14px;
height:24px;
background:url(../images/form_bg.png) repeat-x top left;
border:1px solid #393a3c;
width:196px;
margin-bottom:5px;
padding-left:2px;
padding-bottom:2px;
}

.input{height:18px;padding-left:2px;padding-top:4px;padding-bottom:0;width:194px;margin-right:1px;}

.button_selected{
background:url(../images/form_bg_select.gif) repeat-x top left;
border:1px solid #1b7ca9;
color: #fff;
}

.complete_button{
margin-top:-14px;
background:transparent url(../images/clickhere.png) no-repeat center;
border:0;
width:276px;
height:47px;
}

.text_container{
position:absolute;
margin-left:220px;
width:500px;
height:70px;
}


#woman{
position:absolute;
margin-left:568px;
margin-top:-222px;
}

.select{width:216px; border:1px solid #ff0000; clear:both;}

.trigger:link, .trigger:active, .trigger:visited, .trigger:hover{
color: #000;
text-decoration:none;
}

.trigger{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
margin-right:5px;
border:1px solid #393a3c;
background:transparent url(../images/select_bg.png) no-repeat top right;
height:18px;
padding-left:2px;
padding-top:4px;
display:block;
cursor:default;
}

.activetrigger:link, .activetrigger:active, .activetrigger:visited, .activetrigger:hover{
color: #000;text-decoration:none;
}

.activetrigger{
float:left;
margin-right:5px;
border:1px solid #393a3c;
height:18px;
padding-left:2px;
padding-top:4px;
background:transparent url(../images/select_bg.png) no-repeat top right;
display:block;
cursor:default;
}

.dropcontainer ul{
background:#fff;
border:1px solid #393A3C;
list-style-type:none;
padding:0;
margin:0;
position:absolute;
cursor:default;
}

.dropdownhidden{
top:0;
left:-999em;
}

.dropdownvisible{
top:23px;
left:0;
}

.dropcontainer ul a{
padding:0.25em;
display:block;
text-decoration:none;
color:#666;
}

.dropcontainer ul a:hover{
background:#ccc;
cursor:default;
}

.dropcontainer{
position:absolute;
}






.datepicker_vista {
	position: absolute;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	background: url(../images/frame.png) no-repeat;
}

/* header
********************************************************/
.datepicker_vista .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_vista .header .title {
	text-align: center;
	margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url(../images/buttons.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_vista .header .previous {
	left: 4px;
}
.datepicker_vista .header .previous:hover {
	background-position: left bottom;
}
.datepicker_vista .header .next {
	right: 4px;
	background-position: -13px top;
}
.datepicker_vista .header .next:hover {
	background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_vista .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 112px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_vista .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_vista .time .hour {
	left: 15px;
}
.datepicker_vista .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.datepicker_vista .time .minutes {
	left: 95px;
}
.datepicker_vista .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_vista .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	height: 15px;
	margin: 0 1px 1px 0;
}
.datepicker_vista .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
	margin-right: 0;
}

.datepicker_vista .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_vista .days .week .day {
	cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
	background: url(../images/days.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .days .otherMonth {
	color: #aaa;
}

.datepicker_vista .days .selected {
	background: url(../images/days.png) left bottom no-repeat;
	color: #316879;
}

/* months-grid
********************************************************/
.datepicker_vista .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
	margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_vista .months .month:hover {
	background: url(../images/months.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url(../images/months.png) left bottom no-repeat;
	color: #316879;
}

/* years-grid
********************************************************/
.datepicker_vista .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
	margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_vista .years .year:hover {
	background: url(../images/years.png) left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .years .selected {
	background: url(../images/years.png) left bottom no-repeat;
	color: #316879;
}

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}



.colr661e94{ color:#661e94;}
.colre23c92{ color:#e23c92;}
.colrdb3e07{ color:#db3e07;}
.colr1273a4{ color:#1273a4;}
.colrgray{ color:#1e1e1e;}
.colrred{ color:#ff0000;}
.colrgreen{ color:#2f9b88;}
.colrmegenta{ color:#76117c;}
.colrblue{ color:#0b577b;}
.colrorg{ color:#974909;}

label.error {color: red; } 
