/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 2px solid #6e4576;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #333333;
	
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #333333;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event

.myinputstyle:hover {
	border: 2px solid #6e4576;

	background: url(none) no-repeat #fff4e5;
	color: #454743;
}
**/
/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 2px solid #6e4576;
	/** remember to change image path **/
	background: url(none) no-repeat #fff4e5;
	color: #454743;
}

#thanks{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	background: #ffffff;
	height: 300px;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-top: 20px;
}
