#sscr-contactr{float:right; width:50%;}
#sscr-contactl{float:left; width:30%; margin-left:70px;}
#email_dialog .contact-submit {  padding:8px !important; width:150px !important; cursor:pointer;}

#email_dialog
{
	background: url(/agkidzone/contact/contact_us.jpg) no-repeat left bottom;
	float: left;
	width: 600px;
}
#email_dialog #header_logo
{
	background: url(/agkidzone/facefiles/agk-logo-blue.gif) no-repeat left center;
	float: left;
	height: 45px;
	width: 171px;
}
#email_dialog #header_message
{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 45px;
	text-align: center;
	width: 250px;
}
#email_dialog fieldset
{
	float: left;
	margin-top: 3px;
}
#email_dialog fieldset ol
{
	float: left;
	list-style-type: none;

}
#email_dialog fieldset ol li
{
	float: left;
	height: 51px;
	width: 430px;
}
#email_dialog fieldset ol li#comment_row
{
	height: 190px;
}
#email_dialog fieldset li label
{
	background: url(/agkidzone/field_arrow.png) no-repeat top right;
	float: left;
	height: 51px;
	padding-right: 18px;
	text-align: right;
	width: 154px;
}
#email_dialog fieldset li label.valid
{
	background: url(/agkidzone/valid.png) no-repeat top right;
}
#email_dialog fieldset li label.invalid
{
	background: url(/agkidzone/invalid.png) no-repeat top right;
}
#email_dialog fieldset ol li .form_error
{
	color: red;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	margin: 3px;
	text-align: left;
	width: 244px;
}
#email_dialog fieldset li img
{
	cursor: pointer;
	float: left;
	margin: 3px 3px 0px 3px;
}
#email_dialog input,
#email_dialog textarea
{
	border: 1px solid #018CE9;
	color: #018CE9;
	float: left;
	font-size: 1.15em;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
	padding: 2px;
	width: 246px;
}
#email_dialog textarea
{
	height: 150px;
}
.ui-datepicker
{
	z-index: 10001;
}
#email_dialog #submit_button
{
	background: url(/agkidzone/contact/submit.png) no-repeat top left;
	cursor: pointer;
	float: left;
	height: 35px;
	margin-left: 227px;
	width: 125px;
}
#email_dialog #submit_button:hover
{
	background: url(/agkidzone/contact/submit_over.png) no-repeat top left;
}
#email_dialog #privacy_disclaimer,
#email_dialog #privacy_policy,
#email_dialog #coppa_notice
{
	background: url(/agkidzone/fading_background.png) repeat-x top left;
	border: 1px solid #007edd;
	float: right;
	padding: 3px 5px;
	text-align: left;
	width: 135px;
}
#email_dialog #privacy_disclaimer a,
#email_dialog #coppa_notice a,
#email_dialog #privacy_policy a
{
	color: #007edd;
}
#email_dialog #privacy_policy
{
	border: 0;
	height: 317px;
	padding: 0;
	position: absolute;
	right: 0.2em;
	top: 87px;
	width: 625px;
}
#email_dialog #privacy_policy #agk-legalpages
{
	border: 1px solid #007edd;
	height: 306px;
	overflow: auto;
	padding: 3px 5px;
	text-align: left;
}
#email_dialog #hide_privacy_policy_link
{
	background: url(/agkidzone/close.png) no-repeat left center;
	color: red;
	float: right;
	font-weight: bold;
	margin: 10px 10px 0px 0px;
	padding-left: 18px;
	text-align: left;
}

#agk-contactuswrap {
	padding: 20px;
	/*width: 640px;*/
	margin: 0 auto;
}

.contact-us .contact-section {
	margin: 70px 0;
	line-height: 1.4;
}

.contact-us .contact-section h2 {
	color: #007edd;
	margin-bottom: 6px;
}

.contact-us .contact-section p {
	font-weight: bold;
}

.contact-us #email_dialog {
	background: none;
	float: none;
	width: auto;
}

.contact-us #email_dialog #header_message {
	float: none;
	width: 100%;
	height: auto;
	display: block;
}

.contact-us #email_dialog form {
	width: 100%;
}

.contact-us #email_dialog fieldset {
	width: auto;
	float: none;
	margin-top: 0;
}

.contact-us #email_dialog fieldset li {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 12px;
    position: relative;
}

.contact-us #email_dialog fieldset li label {
	text-align: left;
	float: none;
	display: block;
	width: 100%;
	padding-right: 0;
	height: auto;
	font-weight: bold;
	padding-bottom: 2px;
	background-position: top left;
	text-indent: 20px;
}

.contact-us #wrapper #email_dialog ol {
	padding: 0;
}

.contact-us #email_dialog input#dob {
  width: 80%;
}

.contact-us #email_dialog fieldset li img {
	float: none;
}

.contact-us #wrapper #email_dialog fieldset ol li#comment_row label {
	height: auto;
}

.contact-us #email_dialog input,
.contact-us #email_dialog textarea {
	border: 1px solid #018CE9;
	color: #018CE9;
	float: none;
	font-size: 15px;
	font-weight: bold;
	margin-left: 3px;
	padding: 2px;
	width: 100%;
}


.ssc.contact-us #agk-contactuswrap {
	
}

#ui-datepicker-div{display:none;}

/* Screen size up to 768px */
@media only screen and (max-width: 768px) {
	
	/*CONTACT US STYLES*/
#sscr-contactr{float:none; width:100%;}
#sscr-contactl{float:none; width:100%; margin-left:0px;}
	
}