/* Layout for desktop version */

body {
	background-color: #000;
}
.onblack {
	background-color: #333;
	text-align: center;
}
.subhead {
	font-size: 2em;
	float: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: -90px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #093;
	display: in-line;
}
#service-form {
	color: #000;
	background-color: #FFF;
	padding: 3px;
	border: 3px double #666;	
}
#contact-wrapper {
	margin: 0 80px 0 40px;	
}
.error {
	color: #F00;	
}
/* Layout for mobile version */

@media handheld, only screen and (max-width: 767px) {

.examplecontainer {

body {

}

}


/* Provide higher res assets for iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
.download {
background: url(../img/downarrow@2x.png) no-repeat;
background-size: 27px 28px;
}
*/

}img {
	float: left;
	display: in-line;
}
