.xda-container {
	height: 250px; 
	width: 20%;  
}

.divider{
	border-color:#c0c0c0;
	margin-top:20px;
}

.innerContentGrid {
	background:#B2D5FF;
}

.innerContentGrid-innerone {
	background-image: url(../images/backgrounds/rocks-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.innerContentGrid-innertwo {
	background-image: url(../images/backgrounds/rocks-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



.innerContentGrid h3 {font-weight: bold;}
.innerContentGrid p {padding: 0 0 20px 0;}

.contact-new h3 {padding: 14px 0 12px 0;}

.contact-existing,
.contact-new {
 	border-bottom: 1px solid #97b5e1;
 }  

.contact-num {font-size: 1.4em;}



/* call back form */

fieldset .field,
input#bSubmit1, input#bSubmit2 {
	float: left;
}
input#bSubmit1, input#bSubmit2 {margin: 24px 0 0 0;}

fieldset input.txt-input {border: 1px solid #d3d3d3; background: #fefefe; padding: 2px; font-size: 1.1em !important;}

#callback-request label, #email-query label {padding-bottom: 9px; font-size: 0.95em; font-weight: bold;}

.callback h3 {padding: 14px 0 12px 0;}

.callback h3.call-back-or {padding: 0 0 12px 0;}

fieldset p.name, fieldset p.query {
	width: 300px;
}

fieldset p.name input.txt-input,
fieldset p.query input.txt-input {
	width: 300px;
	overflow:hidden;
}

fieldset p.name input.txt-input,
fieldset p.name label,
fieldset p.query input.txt-input,
fieldset p.query label,
fieldset p.phone input.txt-input,
fieldset p.phone label,
fieldset p.emailadd  input.txt-input,
fieldset p.emailadd label {
	display: block;
	float: none;
}


fieldset p.phone,
fieldset p.emailadd {
	width: 182px;
	padding: 0 10px 0 14px;
	margin: 0 4px 0 0;
}

fieldset p.phone label,
fieldset p.emailadd label {
	width: 180px;
	overflow:hidden;
}

fieldset p.phone input.txt-input,
fieldset p.emailadd input.txt-input {
	width: 180px;
	overflow:hidden;
}

.innerContentGrid fieldset#callback-request p.name,
.innerContentGrid fieldset#callback-request p.phone,
.innerContentGrid fieldset#email-query p.query,
.innerContentGrid fieldset#email-query p.emailadd {
	padding-bottom: 0;
}






.innerContentGrid p.error-msg {
	color: #ff0000;
	display: block;
	clear: both;
	float: left;
	padding: 6px 0 0 0;
	width: 500px;
	height: auto;
	overflow: hidden;
	position: relative;
}

/* -ends call back form */

.callback #Form1{overflow:hidden; margin:0 0 20px 0;}






















