.FormTxt {
	font-family: "Myriad Web Pro", Arial;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textfieldForm {
	border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #v;
	font-family : arial;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	background : #ffffff;
	height : 40px;
	width : 300px;
	padding-left : 6px;
	padding-right : 1px;
	border-radius:4px;
	}
.FieldMultipleForm {
	border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #b1b1b1;
	font-family : arial;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	background : #ffffff;
	height : 80px;
	width : 620px;
	padding-left : 6px;
	padding-right : 1px;
	padding-top: 10px;
	border-radius:4px;
	}

.formsubmit {
	background: url(submit1.png)  no-repeat; border: none;
	width: 626px;
	height: 44px;
	cursor: pointer;
	-webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    transition: 1.2s;
}

.formsubmit:hover {
	background: url(submit2.png)  no-repeat; border: none;
	width: 626px;
	height: 44px;;
	cursor: pointer;
}


.selectOneForm {
	border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #b1b1b1;
	font-family : "Myriad Web Pro", Arial, Verdana;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	background : #ffffff;
	height : 40px;
	width : 300px;
	padding-left : 6px;
	padding-right : 1px;
	border-radius:4px;
}

.selectFormRed {
	border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #b1b1b1;
	font-family : "Myriad Web Pro", Arial, Verdana;
	font-size : 14px;
	color : #FF0000;
	text-decoration : none;
	background : #ffffff;
	height : 40px;
	width : 300px;
	padding-left : 1px;
	padding-right : 1px;
	border-radius:4px;
}

.selectTwoForm {
	border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #b1b1b1;
	font-family : "Myriad Web Pro", Arial, Verdana;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	background : #ffffff;
	height : 40px;
	width : 145px;
	padding-left : 1px;
	padding-right : 1px;
	border-radius:4px;
}
.textfieldForm11 {border-left : 1px solid #b1b1b1;
	border-right : 1px solid #b1b1b1;
	border-top : 1px solid #b1b1b1;
	border-bottom : 1px solid #v;
	font-family : arial;
	font-size : 14px;
	color : #000000;
	text-decoration : none;
	background : #ffffff;
	height : 40px;
	width : 300px;
	padding-left : 6px;
	padding-right : 1px;
	border-radius:4px;
}






input[type="Promo"]::-webkit-input-placeholder {
color: red !important;
}
 
input[type="Promo"]:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input[type="Promo"]::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input[type="Promo"]:-ms-input-placeholder {  
color: red !important;  
}






input[type="Email"]::-webkit-input-placeholder {
color: red !important;
}
 
input[type="Email"]:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input[type="Email"]::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input[type="Email"]:-ms-input-placeholder {  
color: red !important;  
}




input[type="DepartureCity"]::-webkit-input-placeholder {
color: red !important;
}
 
input[type="DepartureCity"]:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input[type="DepartureCity"]::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input[type="DepartureCity"]:-ms-input-placeholder {  
color: red !important;  
}






input[type="Name"]::-webkit-input-placeholder {
color: red !important;
}
 
input[type="Name"]:-moz-placeholder { /* Firefox 18- */
color: red !important;  
}
 
input[type="Name"]::-moz-placeholder {  /* Firefox 19+ */
color: red !important;  
}
 
input[type="Name"]:-ms-input-placeholder {  
color: red !important;  
}