* { box-sizing: border-box;}


.FormTableMain input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;		
}

.FormTableMain select {
	width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;	
}

.FormTableMain textarea {
	width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;	
}



.reqd{

	background-image: url('./assets/images2/iconreq.png');    
    background-position: right top ;
    background-repeat: no-repeat;

}






label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}




.FormTableMain {
    font-family:arial;
	font-size:12.5px;
    background-color: #ddd;
    padding: 15px;
	width:100%;
	max-width:900px;	
}

.FontSize14{
	font-size:14px;
}

.FontSize16{
	font-size:16px;
}

.Col-Left {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.Col-Right {
    float: left;
    width: 75%;
    margin-top: 6px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}


.pic_topic {
width:32%;
}


.contact900{  display:block; width:100%;		}
.contact300{  display:none;  	}



@media screen and (max-width: 650px) {
    .Col-Left, .Col-Right,.mySubmit {
        width: 100%;
        margin-top: 0;
    }
	
	.pic_topic {
	width: 85%;
	margin: 0 auto;
	}
	
	.contact900{ 	display:none;		}
	.contact300{ 	display:block;	width:100%;		}
	
}
















.addBorder{
border:solid 3px blue;
}

.removeBorder{
border:none;
}



.btnContactUs {
    background-color: #eee;
    color: #bbb;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}








#busy {
display:none;
position: absolute;
top: 50%;
left: 50%;
margin-left: -65px;
margin-top: -31px;
color: #FFFFFF;
font-size: 16px;	
z-index:100100;
background-color: #000000;
opacity:0.5;
width:100px;
height:32px;
padding: 30px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}