﻿body{margin: 0; padding: 0; background: top center no-repeat #f9f6ed; color:#111; }*

#wrapper{
	margin: 0px auto;
	max-width: 900px; }

.instructions{
	padding: 25px 0px;
	font-size:2em;}
	
#body > .description {
	padding-top:50px;
	float:left;
	font-size: 1.3em;
	white-space: nowrap; }

#body > .description > ul{
	list-style-type: circle;
	list-style-position: inside; }
	
.iphone-demo {
	width: 300px;
	float: right; }

.iphone-demo > img {width:100%}
	
.credits {clear:both;}
.credits > img {width:300px;float:right;}

.footer {color: #AAA; font-size: 11px; margin: 0 0 15px 0; width: 100%; text-align: center;}
h1 {color: #000}
a{color: #555; text-decoration:none;}

.shadow {
		-moz-text-shadow: 2px 2px 3px #ccc;
		-webkit-text-shadow: 2px 2px 3px #ccc;
		text-shadow: 2px 2px 3px #ccc;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
	}

.highlight {
color: #86a02d ; font-weight:bold;}

h1 { font-family: 'Playball', cursive; font-weight: 500; font-size:40px; background-repeat:no-repeat; background-image: url('/jQueryAjax/css/images/icon_mayor.png'); margin-bottom: 0px; }
h2{ font-family: 'Playball'; color: #AAA; font-size: 14px; margin-top: 0px; }
.refresh{text-align:right;}
.icon {float: left; padding-right:4px;}

ul {
list-style-type: none;
padding: 0px;
margin: 0px; }

li {margin: 6px; clear:both;}

#subm {cursor: pointer;}