body{
	font-size:14pt;
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

div.body-wrap{
	/*margin:3% auto 0;
	width:98%;*/
	width:100%;
}

div.header{
	margin-top:15px;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-bottom:0;
	width:100%;/*97%;*/
}

div.header-img-wrapper{
	z-index:1;
	width:100%;
	margin:0 auto;
}

div.logo-wrapper{
	width:1px; margin:auto auto;
}

div.logo-wrapper img{
	display:block;
	z-index:2;
}

img.logo{
	position:absolute;
	z-index:2;
	margin:32px auto 0;
	left:37%;
	width:250px;
	height:auto;
}

img.header-img{
	width:100%;
	height:157px;
	margin: 0 auto;
}

div.content{
	width:95%;
	margin: 0 auto;
}

div.example-code{
	white-space:nowrap;
	margin:30px 20px;
	background-color:#efefef;
	overflow-x:auto;
}

div.opener-text{
	float:left;
	display:inline-block;
	padding-top:45px;
	width:65%;
}

div.steps{
	border-color:#1695CB;/*2CAAE7*/
	border-style:solid;
	border-width:2pt;
	width:97%;
	margin: 0 auto;
}
.centered{
	margin-left:auto;
	margin-right:auto;
	width:99%;
	text-align:center;
}

div.an-player{
	/* float:right; */
	display:inline-block;
	position:relative;
	left:-50px;
}

div.an-controls{
	/* width:50%; */
	/* white-space:nowrap; */
	display:inline-block;
	/* position:relative;
	top:-25px;
	left:75px; */
}

h2#an-control-header{
	display:inline-block;
	margin-top:5px;
	vertical-align:middle;
}

div.option{
	padding-left:5px;
	text-align:left;
}

iframe.an-player{
	/* float:right; */
	display:inline-block;
	position:relative;
	margin:auto;
	height:500px;
	text-align:left;
	left:325px;
	top:-100px;
	border:none;
	width:475px;
	overflow:auto;
	padding-left:10px;
}

h1{
	font-size:18pt;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:10px 0px;
}

h2{
	font-size:16pt;
	margin: 30px 0px;
}

span.subtitle{
	font-size:14pt;
}

p{
	font-size:12pt;
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	margin-left:10px;
}

div.note{
    padding-left:30px;
    padding-right:15px;
}

span.an-number{
	color:#1695CB;
	font-weight:bold;
}

img.example{
	margin-left:30px;
}

/* div.an-player{
	position:absolute;
	left:55%;
	margin:auto;
	margin-left:30px;
	vertical-align:middle;
} */

fieldset{
	border: 2px solid #1695CB;
	display:inline-block;
	margin-left:10px;
	white-space:nowrap;
	height:3em;
	line-height:.8em;
	padding:10px 15px 3px 5px;
}

fieldset input{
	float:left;
}

div.post-player-content{
	/* position:relative;
	top:-250px; */
	border:none;
}

/* Check Box */
input{
    border: 1px solid #DCE2E8;
    padding: 0.5em;
	margin-left: 1em;
    font-size: 15px;
    line-height: 1.2em;
    background: #FCFCFC;
    color: #2C3C4F;
    font-family: helvetica, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#ECF0F3), to(#CED7E0));
    -webkit-appearance: none;
    /*box-shadow*/
    -webkit-box-shadow: 1px 1px 1px #DDD;
    -moz-box-shadow: 1px 1px 1px #DDD;
    box-shadow: 1px 1px 1px #DDD;
	-webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

input[type=checkbox]{
    display: inline-block;
    font-size: 15px;
    line-height: 1em;
    margin: 0.25em 0.25em 0 0;
    padding: 0;
    width: 1em;
    height: 1em;
    /*border-radius*/
		-webkit-border-radius: 0.25em;
		-moz-border-radius: 0.25em;
		border-radius: 0.25em;
    vertical-align: text-top;
}

input[type=checkbox]:checked,
input[type=checkbox]:checked:before{
    /* background: -webkit-gradient(linear, left top, left bottom, from(#CED7E0), to(#6284A6));
	background: -moz-gradient(linear, left top, left bottom, from(#CED7E0), to(#6284A6));
	background: -o-gradient(linear, left top, left bottom, from(#CED7E0), to(#6284A6));
	background: -ms-gradient(linear, left top, left bottom, from(#CED7E0), to(#6284A6));
	background: gradient(linear, left top, left bottom, from(#CED7E0), to(#6284A6)); */
    /*background-size*/
    -webkit-background-size: 28px 28px;
    -moz-background-size: 28px 28px;
    -o-background-size: 28px 28px;
    background-size: 28px 28px;
	content:"\2714"; 
	padding-left:1px;
	color: #666;
}

/* END Check Box */