@charset "utf-8";
/******************************************/
/* DIGITAL SURGEONS AJAX CONTACT FORM     */
/* See comment in php file for more info. */
/******************************************/

p.ajaxform {
    margin: 0px;
    padding: 0px;
}
p.img {
    text-align: center;
}
img.logo {
    margin: 5px;
}
#ajaxform {
    width: 311px;
    height: 273px;
    background-color: #1e3a5c;
}
.textinput {
    width: 280px;
    height: 20px;
	min-height: 24px;
    margin: 7px 0 5px 10px;
    border: 1px solid #1e3a5c;
    padding: 2px 0 2px 3px;
    font-size: 12pt;
    font-weight: bold;
    font-family: Helvetica Neue, Helvetica, Arial, Helvetica, sans-serif;
    font-color: #305385;
}
p.submit {
    text-align: right;
    margin: 7px 17px 0 0;
}
.imageinput {
	border:0px;
    padding: 0px;
}
#ajaxform2 {
    width: 311px;
    height: 273px;
    background-color: #1e3a5c;
    display: table;
    #position: relative;
    overflow: hidden;
}
#ajaxformouter {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}
#ajaxforminner {
    #position: relative;
    #top: -50%;
    margin-left: 20px;
    margin-right: 20px;
    text-align:left;
}
p.thanks {
    font-size: 16pt;
    font-style: italic;
    color: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#errortext {
    position: absolute;
    width: 311px;
    height: 273px;
    font-size: 10pt;
    font-style: italic;
    color: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    display: table;
    overflow: hidden;
}
#errorimg {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
}
#errortextouter {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}
#errortextinner {
    #position: relative;
    #top: -50%;
    margin-left: 20px;
    margin-right: 20px;
    text-align:left;
}

#ajaxformcontainer {
    width: 311px;
    height: 273px;
}

#conversionSnippet {
	postition: absolute;
}