form.semantic .submit {
	border: 1px solid#689f38;
	color: #fff;
	text-decoration: none;
	background-color:#689f38;
	cursor: pointer;
	-webkit-border-radius: 0px;  
	-webkit-appearance: none;  	
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 1px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}
form.semantic .submit{
	margin-top: 20px;
}

/*file upload start*/
.file-upload-container {
	width:98%;
	border: 1px solid #888;
	padding:10px;
	background: #fbfbfa;
}
.file-upload-override-button {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color:#fff;
	padding: 10px;
	padding-left: 30px;
	padding-right:  30px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	border-radius: 2px;
}
.file-upload-override-button:hover , form.semantic .submit:hover{
	background-color:#92c565;
}
.file-upload-override-button:active {
	position:relative; top:1px;
}
.file-upload-button {
	position: absolute;
	height: 50px;
	top: -10px;
	left: -10px;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}
.file-upload-filename {
	margin-left: 10px;
	height: auto;
	padding:4px;
}
/*file uploud end*/
input{
	padding: 6px;
}
fieldset.maxW{
	max-width: 760px;
}
form.semantic fieldset
{
	clear: both;
	margin: 0;
	border: 1px solid  #fff;
	padding:30px;
	max-width: 100%;
}


form.semantic input, form.semantic textarea {
	width:98%;
	max-width: 600px;
}
.tiny_screen form.semantic input {
	max-width: 100%;
}



form.semantic label.after 
{
	width: auto;
	text-align: left; 
	display: inline; 
	float: none;
}

form.semantic label.long 
{
	clear: both;
	width: auto;
	text-align: left;
	float: none;
}

form.semantic input
, form.semantic select
, form.semantic textarea
{
	/*	float: left;*/

	font-size: 13px;
	-webkit-border-radius: 0px;  
	-webkit-appearance: none;  
}     

form.semantic input[type=radio]
, form.semantic input[type=checkbox]
{
	vertical-align: text-bottom;
}

form.semantic ul {
	list-style-type: none; 
	float: left;
	padding: 0;
	margin: 0;
}

form.semantic li {
	clear: both;
	padding: 0.2em 0;
}

form.semantic li label {
	width: auto;
	text-align: left;
	padding: 0;
}   

form.semantic div.field-row 
{
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	overflow: visible;
}

form.semantic div.field-row *
{
	float: none;
	display: inline;
}

form.semantic .button-row
{
	text-align: right;
}

form.semantic .button-row input
{
	float: none;
}

form.semantic div.long label 
{
	width: auto;
	text-align: left;  
	float: none;
}

form.semantic div.long textarea 
{
	width: 100%;

}


form.semantic select,form.semantic input, form.semantic textarea {
	margin-bottom: 8px;
}
form.semantic input, form.semantic textarea {
	/*	background-color: #fff;*/
	border: 1px solid #333;
	color: #333;
	padding: 12px;
}
form.semantic textarea {
	min-height: 100px;
}

/* Errors -- for use with JQuery Validate, etc. */

form.semantic input.error
, form.semantic select.error
, form.semantic textarea.error
{
	background-color: #77002a;
	color: white;
}                                                

form.semantic label.error
{
	width: auto;
	color: #77002a;
	text-align: left;
}  
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid { /* insert your own styles for invalid form input */ -moz-box-shadow: none; box-shadow: none; border:1px solid#689f38;}

form.semantic, form.semantic textarea, form.semantic input{	
	color: #212121;
}

form.semantic input{
	background-color:	#fff;
}

.tabDiv {
	margin-bottom: 10px;
	overflow-x:auto;
	overflow-y: hidden;
	width: 100%;
}
form.semantic  label.input-extra{
	display:none;
}
.file-upload-override-button {
    background-color: #0c3f6a;
}
.form-wrapper{
	padding-top: 36px;
	padding-bottom: 36px;
}