#place {
	width: 550px;
	height: 380px;
	font-family: 'trebuchet ms' !important;
	font-size: 12px;
	direction:ltr;
	text-align:left;
	margin-left:100px;
}
#FormTitle{
	font-size:1.2em;
	text-align:center;
}
#formupload {
	width: 550px;
	height: 350px;
	position: relative;
	text-align: left;
	font-size: 1.1em;
	background-color: #e67817;
}

#workSourceLanguageLabel {
	position: absolute;
	left: 5px;
	top: 10px;
}
#SourceLanguage {
	position: absolute;
	left: 110px;	
	top: 10px;
	width: 150px;
}

#workDestinationLanguageLabel {
	position: absolute;
	left: 265px;
	top: 10px;
}
#DestinationLanguage {
	position: absolute;
	left: 390px;	
	top: 10px;
	width: 150px;
}

#workServiceNeededLabel{
	position: absolute;
	left: 5px;
	top: 35px;
}
#ServiceNeeded{
	position: absolute;
	left: 110px;
	top: 35px;
	width: 150px;

}

#workSubjectLabel {
	position: absolute;
	left: 265px;
	top: 35px;
}
#Subject {
	position: absolute;
	width: 220px;
	left: 315px;	
	top: 35px;
}

#workDescriptionLabel {
	position: absolute;
	left:5px;
	top: 64px;
}
#Description {
	position: absolute;
	left: 110px;
	top: 64px;
	height: 54px;
	width: 430px;
}



div.button {
	position:absolute;
	top:178px;
	left:5px;
	font-size: 14px;
	text-align: center;
	padding-top: 4px;
	color:#CCCCCC;
	background:#444141;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	height: 19px;
	width: 95px;
}
div.button:hover{
	background-color:#20221f;
}
#uploadButton{
	position:absolute;
	left: 14px;
	top: 130px;
	color:#CCCCCC;
	background:#444141;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
	width: 78px;
	height: 23px;
}
#uploadButton:hover{
	background-color:#20221f;
	cursor:pointer;
}

#placeOrderButton{
	position:absolute;
	left: 316px;
	top: 130px;
	color:#CCCCCC;
	background:#444141;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
	width: 78px;
	height: 23px;
}
#placeOrderButton:hover{
	background-color:#20221f;
	cursor:pointer;
}

.example 	
{
	position:absolute;
	width:510px;
	left: 5px;
	top: 160px;
	height: 100px;
}
.files{
	padding:0px;
	margin:0px;
}

