@charset "utf-8";
/* CSS Document form */

form.contact fieldset {
	border: 0;
	height:320px;
	margin-top: 1.5em;
}

form.contact legend {
	font-weight: bold;
	font-size: small;
}

form.contact div {
	display:block;
	float:left;
	min-height:35px;
	clear:both;
}

form.contact label {
	float: left;
	font-size:0.75em;
	font-weight:bold;
	margin-right: 1em;
	padding-top: 0.4em;
	display: block
}

form.contact label.fixedwidth {
	display: block;
	width: 9.5em;
}

input.textinput {
	width: 200px;
}

input, textarea {
	border: 1px solid #999;
	min-height:1.4em;
 	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
}

input.submit {
	margin-top:2em;
	margin-left: 9.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FF4;
}

.feedbackbox {
	width:540px;
	background-color:#FF4;
	border:1px #6262FF solid;
	padding-left:10px;
	padding-top:5px;
	margin-left:10px;
	margin-left:1px\9; /* for IE */
	-webkit-box-shadow: 0 5px 5px -3px #888;  
    -moz-box-shadow: 0 5px 5px -3px #888;  
    box-shadow: 0 5px 5px -3px #888; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
}

.feedbackbox p {
	font-weight:bold;
	margin-top:5px;
}


/*					*/
/* for file upload 	*/
/*					*/

#divinputfile, #fakeinputfile {
	clear:none;
}

#divinputfile {
    background:url(../images/download.gif) no-repeat 100% 1px;
	height:28px;     
	width:210px;     
	margin:0px;
	position:relative;
	top:-1px;			/* for FF4 */
	top /*\**/: 2px\9; 	/* for IE8 */
}

/* for Google Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#divinputfile {
	background-position: 102%;
	position:relative;
	top:-6px;
	left:-1px;
}
}
	
#divinputfile #upload {     
     opacity: 0.0;     
     -moz-opacity: 0.0;     
     filter: alpha(opacity=00);     
     font-size:18px;
}
     
#fakeinputfile {     
     margin-top:-28px;
}

