.mycontactinfo > div {position: absolute; display: inline-block; padding-left: 5px; padding-top: 5px;}







/*===================== 
	contact form.contactrow {    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    overflow: hidden;}
=======================*/


.formwrap {padding: 25px; border: 2px solid gainsboro;}

.contactformpage > form {display: flex !important; padding-top: 0px !important; padding-bottom: 0px !important;}

.contactformpage {background-color: gray;}

.contact-form {font-family: "Saira", sans-serif;}
.contactrow {}

form {}

.displaytest2 > .CaptchaPanel > .CaptchaAnswerPanel > input {border: 2px solid black !important; color: black !important;}

form, #formpage { margin: 0 auto; padding-top:30px;padding-bottom:30px;}
	
#formpage { width: 100%; display: block; float: none !important;}
	
	tbody > tr > td { display: block;}
	
	table, input {width: 100%;}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
		
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 0px solid;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		margin-left: 15px;
		border: 2px solid #004f38 ;

		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 0px solid #004f38 ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 0px solid #004f38 ;
	
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color:  dimgray;
		border: 2px solid  dimgray;
	}

.submitbtn {
	color:  #fff !important;
	background-color: black !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: 100%;
	font-family: "Saira Condensed", sans-serif !important;
	max-width: 500px;
    margin: auto; font-size: 17px; 
    display: block; padding: 10px;
 margin: auto !important;
	border: 0px solid;
}

.submitbtn2 {
	color: black !important;
	background-color: #c9c9c9 !important;
	font-weight: 700;
	width: 100%;
	font-family: "Saira", sans-serif;
    margin: auto; font-size: 16px; 
    display: block; padding: 10px; height: 43px;
}

.typeemail {
	color: black !important;
	background-color: white !important;
	font-weight: 700; height: 43px;
	width: 100%;
	font-family: "Saira", sans-serif;
    margin: auto; font-size: 16px; 
    display: block; padding: 10px;
}



.wparagraph2 {color: white !important; font-weight: 500; font-family: "Saira", sans-serif !important;}
.nopadding {padding: 0px !important;}


.CaptchaWhatsThisPanel > a {
    color: gainsboro !important; text-align: center; display: block; margin: auto !important; font-family: "Saira", sans-serif;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > .myforminput {
	width: 100%; height: 43px;
	  border: 2px solid black !important;
	    background-color: white;
	    margin-bottom: 0px;
	font-family: "Saira", sans-serif;
}

.col-xs-12 > select {
	width: 100%;
	  border: 2px solid  dimgray ;
	    margin-bottom: 0px;
	font-family: "Saira", sans-serif;
}


.col-xs-12 > input:active {
}

.CaptchaAnswerPanel > input {
	width: 100%;
    max-width: 500px;
    margin: auto !important; background-color: white;
    display: block; color: black !important;
    border: 2px solid black !important;
	font-family: "Saira", sans-serif;
}

.commentbox > textarea {    
    width: 100%;
    height: 80px;
    margin-top: 0px;
    background-color: white;
    border: 2px solid black !important;
    font-family: "Saira", sans-serif;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: gainsboro; text-align: center; margin: auto;
	font-family: "Saira", sans-serif; 
}

.CaptchaWhatsThisPanel {
    padding: 25px 5px 10px 5px;
   margin: auto; display: block;
	color: gainsboro; font-family: "Saira", sans-serif;
}

.CaptchaAnswerPanel {
  padding: 0px !important; font-family: "Saira", sans-serif;
}

.consignform {
	font-size: 25px;
	font-weight: 700;
	color:  dimgray;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Saira", sans-serif;
}

.send-a-message-form {background-color: white !important;}

.detail-form {background-color: white !important;}

.displaytest {margin: 0px !important;}

.CaptchaPanel {text-align: left !important; padding: 0px !important;}

.CaptchaImagePanel {padding: 0px !important;}

.CaptchaImage {
    border: 1px solid #333;
    margin: auto !important;
    display: block !important;
}




/*========================= 
	 Responsive styles 
===========================*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}

@media only screen and (max-width : 1100px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.contactformpage > form {display: flex !important; padding-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 40px;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}


