pre{border:medium solid #3bb23b;display:block;margin-top:1em;padding:1em;}

.clearFix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

.clearFix{display:inline-block;}

/*html[xmlns] .clearFix{display:block;}* html*/

.clearFix{height:1%;}#google{width:728px;height:90px;margin:0 auto;}

#wrapper{width:900px;padding-bottom:100px;margin:.5em auto 0;}

.header{width:720px;height:120px;background-color:#3bb23b;color:#fff;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;font-size:xx-large;font-weight:900;padding-top:36px;text-align:left;cursor:pointer;margin:0 auto;}

/*form em{color:red;font-weight:700;}form em.message{display:block;text-size:x-small;color:#ccc;}

form dl,div#options dl,div#examples dl{position:relative;width:100%;}

form dt{clear:both;float:left;width:32%;text-align:right;padding:0 .5em .25em 0;}

form dd{float:left;width:62%;padding-left:.75em;margin:0 0 .5em;}*/

#download p{border:medium #06f solid;width:95%;font-size:x-large;text-align:left;padding:.5em;}

#options dt{border:medium solid #06f;background:#fea620;color:#06f;border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;padding:.75em;}

#options .right{color:#333;}

#options dd{clear:right;background:#ccc;margin:0 0 .5em;padding:.75em .75em .75em 1.5em;}

.right{float:right;}.roundedcorner{background-color:#fea620;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;padding:16px;}#examples dt{font-style:italic;font-weight:700;}#examples dd{width:100%;margin:0;}.notification{font:500 large Arial,Helvetica,clean,sans-serif;background-color:#f7f7f7;color:red;-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}.notificationBottom{font:500 large Arial,Helvetica,clean,sans-serif;background-color:#f7f7f7;color:red;-moz-border-radius-topleft:15px;-moz-border-radius-topright:15px;border-top-left-radius:15px;border-top-right-radius:15px;}.success{background-color:#acfa58;color:#000;font:500 large Arial,Helvetica,clean,sans-serif;-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}.fail{background-color:#fe2e2e;color:#FFF;font:500 large Arial,Helvetica,clean,sans-serif;-moz-border-radius-bottomleft:15px;-moz-border-radius-bottomright:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;}#footer{position:absolute;display:table;bottom:0;width:100%;min-height:80px;height:80px;background-color:#06f;color:#FFF;text-align:left;}#footer a{color:#FFF;}#footer p,#footer a#jQueryLogo{display:table-cell;vertical-align:middle;}

.showmsg-notification, .showmsg-success, .showmsg-fail, .showmsg-error, .showmsg-failure {
    box-shadow: 1px 1px 10px 0px #000; -moz-box-shadow: 1px 1px 10px 0px #000; -webkit-box-shadow: 1px 1px 10px 0px #000;
	color: #545454;
	text-align: left;
	padding-left: 60px;
	border: 1px solid #999;
	border-top-width: 0px;
	margin: auto;
    width: 500px;
	left: 50%;
	margin-left: -210px;
	
	background-image: linear-gradient(bottom, rgb(207,207,207) 38%, rgb(254,254,254) 100%);
	background-image: -o-linear-gradient(bottom, rgb(207,207,207) 38%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(207,207,207) 38%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(207,207,207) 38%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(207,207,207) 38%, rgb(254,254,254) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left 1,
		color-stop(0.38, rgb(207,207,207)),
		color-stop(1, rgb(254,254,254))
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#ffffff');
	background-color: #ddd;
	border: 1p solid #ccc;
	border-radius: 0px 0px 7px 7px;
}

.showmsg-notification
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	color: red;
}
.showmsg-success
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
}
.showmsg-fail, .showmsg-error, .showmsg-failure
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
}