


#form-container h2{ margin: 0px 0 30px 0px; }
	
.table-form {width:490px !important; margin: 0 0 0 18px;}	
.table-form td:nth-child(3) { width:0px !important; border-bottom: none !important; }
.table-form td:nth-child(2) {/* width:250px !important; *//* border-bottom: none !important; *//* padding: 8px 5px; */}
.table-form td:nth-child(1) {/* width:160px !important; *//* padding: 8px 5px; *//* border-bottom: none !important; */}
#form-container .table-form {width:65%; margin-left:10px;}

.table-form tr:hover {background: none !important;}


label{
}


td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

.tutorial-info{
	color:#000;
	text-align:center;
	padding:10px;
	margin-top:10px;
}

:focus {  outline: none !important;}
