
fieldset {
	padding: 10px;
	-moz-border-radius: 8px;
	width: 400px;
}

#Contact {
	width: 400px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282E35;
	-moz-opacity:.40;
	opacity:.40;
}

label, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D3342;
}

.input {
	padding-right: 10px;
	padding-left: 5px;
}

.input, textarea {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DFDFE3;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea {
	position: relative;
	top: -2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#TextAreaBack {
	background-image: url(../images/contactform/TextAreaBackground_01.jpg);
	height: 123px;
	width: 311px;

}

.required, .optional {
	float: right;
	position: relative;
	top: -20px;
	font-size: 12px;
}
.limit
 {
	float: right;
	font-size: 12px;
}

.inputbk {
	background-repeat: no-repeat;
}

#artists {
	background-image: url(../images/contactform/InputArtist.jpg);
	height: 30px;
	width: 231px;
}

#phone {
	background-image: url(../images/contactform/InputPhone.jpg);
	height: 30px;
	width: 126px;
}

#email {
	background-image: url(../images/contactform/InputEmail.jpg);
	height: 30px;
	width: 232px;
}

#name {
	background-image: url(../images/contactform/InputName.jpg);
	height: 30px;
	width: 232px;
}

#smallspace {
	display: block;
	position: relative;
	height: 11px;
}

div {
	background-repeat: no-repeat;

}

#Close {
	position: absolute;
	display: inline;
	bottom: 5px;
	right: 10px;
	font-size: smaller;
}

#Close a {
	color: #9FA3B0;
}

/*------------------------------------- OPERA --------------------------------*/

.opera #Close {
	position: absolute;
	display: inline;
	bottom: 25px;
	right: -5px;
	font-size: smaller;
}

.opera textarea {
	position: relative;
	top: 2px;
	width: 289px;
	height: 100px;
}

