@charset "utf-8";
/* CSS Document */
/* ------- Form CSS Section ------- */
select {
	border:1px solid #CCCAD5;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.normalselect {
	width:208px;
	height:21px;
	float:left;
	margin:0 auto;
}
input {
	font-size:12px;
	color:#999999;
	font-family:Arial;
	font-size:12px;
	border:1px solid #CCCAD5;
}
textarea {
	width:320px;
	height:107px;
	color:#999999;
	border:1px solid #CCCAD5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}
.searchinput {
	width:202px;
	height:18px;
	color:#D2CFD9;
	padding:4px 0px 0px 5px;
	font-size:12px;
}
.inputimage {
	width:209px;
	height:23px;
	background:url(../images/input-normal.gif) no-repeat;
	float:left;
}
.inputimage2 {
	width:47px;
	height:23px;
	background:url(../images/input-short.gif) no-repeat;
	float:left;
}
.inputimage3 {
	width:261px;
	height:135px;
	background:url(../images/input-textarea.gif) no-repeat;
	float:left;
}
.inputimage4 {
	width:139px;
	height:23px;
	background:url(../images/input-medium.gif) no-repeat;
	float:left;
}
.normalInput {
	width:202px;
	height:18px;
	float:left;
	padding:4px 0px 0px 5px;
	margin:0 auto;
}
.shortInput {
	width:40px;
	height:18px;
	float:left;
	padding:4px 0px 0px 5px;
	margin:0 auto;
}
.mediumInput {
	width:132px;
	height:18px;
	float:left;
	padding:4px 0px 0px 5px;
	margin:0 auto;
}
.requestInput {
	width:185px;
	height:16px;
	float:left;
	padding:2px 0px 0px 5px;
	margin:0 auto;
	border:1px solid #FFD5E9;
	margin-top:4px;
}
.textareaInput {
	width:252px;
	height:129px;
	float:left;
	padding:4px 0px 0px 5px;
	margin:0 auto;
}
.calenderInput {
	background: url(kalendar.gif)  no-repeat scroll right center;
	height:23px;
	width:140px;
	cursor:pointer;
	margin-top:-6px;
	color:#13142D;
	padding-top:6px;
	border:none;
}
.form-row {
	float:left;
	width:500px;
}
.form-contact {
	width:500px;
	margin-left:0px;
	margin-top:35px;
}
.form-accessibility {
	width:500px;
	margin-left:125px;
	margin-top:20px;
}
.form-careers {
	width:500px;
	margin-left:125px;
	margin-top:20px;
}
.form-text {
	float:left;
	width:160px;
	color:#13142D;
	padding-top:5px;
}
.form-text2 {
	float:left;
	color:#13142D;
	padding-top:4px;
	padding-left:8px;
}
.form-text3 {
	float:left;
	padding-top:5px;
	padding-right:5px;
}
.form-input {
	float:left;
	width:340px;
}
.form-markedtxt {
	color:#999999;
	margin-top:23px;
	float:center;
}
.form-marked {
	color:#CC3399;
	font-size:17px;
	vertical-align:top;
}
.marked {
	color:#CC3399;
	font-size:17px;
	vertical-align:top;
	padding:0px 5px;
}
.form-space {
	clear:both;
	height:10px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin-bottom:-1px;
}
.box-subscribe {
	background:url(../images/box-subscribe.gif) no-repeat;
	width:261px;
	height:54px;
	font-size:11px;
	color:#666666;
	padding:12px 0px 0px 11px;
}

.box-privacypolicy {
	background:url(../images/box-privacypolicy.gif) no-repeat;
	width:250px;
	height:74px;
	font-size:11px;
	color:#666666;
	padding:10px 10px 0px 12px;
}

.thanks-message {
	background:url(../images/box-thanks.gif) no-repeat;
	width:368px;
	height:103px;
	font-size:11px;
	color:#666666;
	padding:12px 0px 0px 11px;
	margin:60px 0px 0px 160px;
}
.error-div {
	background:url(../images/error-div.gif) no-repeat;
	width:210px;
	height:21px;
	font-size:11px;
	color:#DC7295;
	padding:3px 0px 0px 8px;
	margin:0px 0px 5px 160px;
}
/* ------- Form CSS Section ------- */
/* the div that holds the date picker calendar */
.dpDiv {
      }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
      font-size: 12px;
      text-align: center;
      color: #505050;
      background-color: #FEFEFE;
      border: 1px solid #AAAAAA;
      }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
      }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
      }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
      }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
      }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
      border: 1px solid #ece9d8;
	  cursor: pointer;
      }
	  
.dpTDhover {
      border: 1px solid #ece9d8;
	  background-color: #EBEBEB;
	  cursor: pointer;
      }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
      background-color: #CCCCCC;
      border: 1px solid #AAAAAA;
      }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
      background-color: #aca998;
      border: 1px solid #888888;
      cursor: pointer;
      color: red;
      }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
      }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
      }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
      }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
      background-color: #CCCCCC;
      border: 1px solid #AAAAAA;
      color: white;
	  width: 20px;
      }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
      font-size: 12px;
      color: gray;
      font-weight: bold;
      }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
      color: 4060ff;
      font-weight: bold;
      }


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	font-weight: bold;
	padding: 0px;
	background-color: #F4F4F4;
      }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
      font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
      font-size: 10px;
      color: gray;
      font-weight: bold;
      }
	  
.dpTodayButton a,
.dpTodayButton a:hover {
	color: #990000;
}
