
form {
	padding: 10px;
}

p {
	margin-bottom: 30px;
}

label {
	clear: both;
	display: block;
	width: 80px;
	margin-left: 10px;
	background: #e6e4c6;
	font-size: 80%;
	text-transform: uppercase;
	text-indent: 5px;
}

input.text, input.textNormal {
	width: 220px;
	height: 45px;
	padding: 6px 10px;
	color: #333333;
	background: url(../images/inputBack.gif) no-repeat;
	border: 0;
}

input.textNormal {
	display: block;
	width: 280px;
	height: 30px;
	margin: 0;
}

div.styleFile {
	position: relative;
	text-align: right;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile input {
	width: 210px;
}

div.fakefile img {
	position: absolute;
	margin-top: 1px;
}


input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

form .buttons {
	position: absolute;
	bottom: 30px;
	right: 5px;
}

.response {
	font-size: 90%;
	margin: 5px 0;
	text-align: right;
}

html[xmlns*=""] body:last-child .fakefile { visibility:hidden; }
body:last-child:not(:root:root) .fakefile { visibility:hidden; }
html[xmlns*=""] body:last-child input.file { 	
	margin: 10px;
	float: left;
	opacity: 1;
	-moz-opacity: 1 ;
	filter:alpha(opacity: 100);
	text-align: left;
}
body:last-child:not(:root:root) input.file { 
	margin: 10px;
	float: left;
	opacity: 1;
	-moz-opacity: 1 ;
	filter:alpha(opacity: 100);
	text-align: left;
}
