﻿input, select
{
	border: 1px solid #000;
	width: 150px;
	color: #333;
	font-family: Arial, Century Gothic, Century;
}

.fileuploadForm
{
	 border:1px solid #ccc;
	 background-color: #353535; 
	 color: #ccc; 
	 font-family: Verdana; 
	 padding:25px; 
	 width:430px; 
	 text-align:center;
	 margin:auto;
	 height:600px;
	       
}

.fileuploadFormV2
{
	 border:1px solid #ccc;
	 background-color: #353535; 
	 color: #ccc; 
	 font-family: Verdana; 
	 padding:25px; 
	 width:430px; 
	 text-align:center;
	 margin:auto;
	 height:540px;
	 width:275px;
}

.fileuploadForm-thankyou
{
	 border:1px solid #ccc;
	 background-color: #353535; 
	 color: #ccc; 
	 font-family: Verdana; 
	 padding:25px; 
	 width:430px; 
	 text-align:center;
	 margin:auto;
	 height:50px;
	       
}
