/*SHOW HIDE */

.hidden { 
	display: none;
}
.unhidden { 
	display: block;
}

.required {
	font-weight: bold;
}
.h10 {
	clear: both;
	height: 10px;
}
.w170 {
	width: 170px;
	height: 1px;
}
input {
	color: #B02762;
	background-color: #FFFFFF;
	height: auto;
	width: 150px;
	border: 1px double #B02762;
}
select {
	background-color: #FFFFFF;
	border: 1px double #B02762;
	color: #B02762;
}
textarea {
	color: #B02762;
	background-color: #FFFFFF;
	width: 150px;
	height: 82px; /* 65 = 4 lines */
	border: 1px double #B02762;
}
.textareaBigList {
	color: #B02762;
	background-color: #FFFFFF;
	width: 350px;
	height: 255px; /* 245 = 15 lines */
	border: 1px double #B02762;
}
.textareaBig {
	color: #B02762;
	background-color: #FFFFFF;
	width: 350px;
	height: 64px;
	border: 1px double #B02762;
}
.inputSmall {
	background-color: #8785C0;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inputDate, .inputPostcode{
	color: #B02762;
	background-color: #FFFFFF;
	height: auto;
	width: 70px;
	border: 1px double #B02762;
}
.submit {
	color: #FFFFFF;
	background-color: #B02762;
	width: 300px;
	height: 60px;
	border: 1px double #B02762;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.formTable, .formTablePlain {
	height: auto;
	padding: 4px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formTablePlain {
	padding: 0px;
}
.textarea2line {
	color: #B02762;
	background-color: #FFFFFF;
	width: 350px;
	height: 38px;
	border: 1px double #B02762;
}
/*BOX BUTTON*/
.butBOX, .butSubmit {
	padding:5px 7px;
	border:1px solid #B02762;
	background-color:#FFFFFF;
	color:#B02762;
	margin: 0px 5px 0px 5px;
	position:relative;
	text-align:center;
	line-height: 25px;
	width: auto;
	font-size: 1em;
}
.butSubmit {
	padding:1px 1px;

}
/* hover style */
.butBOX:hover, .butSubmit:hover{
	border:1px solid #FFFFFF;
	background-color:#B02762;
	color:#FFFFFF;
	text-decoration:none;
}

body {
	background-color: #8785C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}