html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

sup
{
	vertical-align: super;
	font-size: smaller;
}

body
{
	line-height: 1;
}

ol,ul
{
	list-style: none;
}

blockquote,q
{
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main site styles */

body
{
	font: 15px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;

}

p
{
	font-size: 13px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 13px;
}

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset
{
	margin-bottom: 20px;
}

/* Well-known tags */

body
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

a
{
	color: #2173AF;
	text-decoration: none;
}

input, textarea
{
	border: 1px solid #9EB7D8;
	padding: 3px 5px;
	background: #fff url("/images/input.png") repeat-x scroll 0 -2px;
}

.radio input
{
	border: none;
	background: none;
}

code
{
	text-align: left;
}

select
{
	border: 1px solid #9EB7D8;
	background: #fff url("/images/input.png") repeat-x scroll 0 -2px;
	padding: 2px 2px;
}

p, li
{
	text-align: justify;
}

table
{
	border: solid 1px #69c;
}

table th, table td
{
	border: dotted 1px #69c;
	padding: 5px;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5
{
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 18px;
}

fieldset
{
	padding: 5px 15px;
	border: dashed 1px #0080B8;
}

fieldset legend
{
	margin-left: 20px;
	font-size: 20px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	letter-spacing: 0.3px;
}

fieldset h2
{
	margin-left: 5px;
	font-size: 16px;
}

fieldset p
{
	margin: 15px 0;
}

label
{
	vertical-align: top;
}

button
{
	float: none;
	display: inline;
	padding: 2px;
	vertical-align: middle;
	cursor: pointer;
}

textarea
{
	width: 300px;
	height: 100px;
}

em
{
	display: block;
	text-align: center;
}

/* Global tags */

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

#header, #main, #footer
{
	width: 940px;
	font-size: 13px;
}

#main 
{
	margin-top: 20px;
}

#main_menu
{
	margin: 146px 0px 0 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.menu
{
	list-style: none;
}

ul.menu li
{
	margin: 0 0 -1px -1px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	background-color: #017fb9;
	color: #e0e0e0;
}

ul.menu li span, ul.menu li a
{
	display: inline-block;
	cursor: pointer;
	padding: 5px 12px 5px 12px;
	white-space: nowrap;
}

ul.menu li span
{
	padding-right: 25px;
}

ul.menu li a
{
	text-decoration: none;
	color: inherit;
}

ul.menu li:hover
{
	background-color: #e0e0e0;
	color: #017fb9;
}

ul.menu li.section, ul.menu li.section:hover
{
	display: block;
	background-color: #017fb9;
	color: #78bbda;
	padding: 7px 15px 7px 15px;
	white-space: nowrap;
}

ul.menu li.prod_link a:before
{
	content: '\279b';
	color: #78bbda;
	margin-right: 3px;
}

ul.menu li > ul
{
	display: none;
	position: absolute;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .25);
}

ul.menu li:hover > ul
{
	display: inherit;
}

ul.menu ul li
{
	float: none;
	position: relative;
}

ul.menu ul ul
{
	position: absolute;
	top: -1px;
	left: 100%;
}

ul.menu > li > span:after
{
	content: '\25be';
	color: #78bbda;
	position: absolute;
	right: 7px;
}

ul.menu ul > li > span:after
{
	content: '\25b8';
	color: #78bbda;
	position: absolute;
	right: 7px;
}

#footer
{
	margin-top: 15px;
	margin-bottom: 15px;
	background: #808080 url('/images/footer.png') no-repeat scroll left center;
	height: 66px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

/* Home page */

#left, #right
{
	color: #636B75;
	font-size: 12px;
}

#left h2, #right h2, .product h2.links
{
	background: #3da3db url('/images/column_header.png') no-repeat scroll 120px center;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 1px;
	line-height: 32px;
	color: #fff;
	padding-left: 10px;
}

h2.prod_title
{
	font-size: 18px;
	text-align: center;
}

#left h2 a, #right h2 a
{
	color: #fff;
}

#left p, #right p
{
	margin: 5px;
	text-align: left;
}

#right img
{
	display: block;
	margin: 5px auto;
}

.left-menu
{
	float: left;
	width: 220px;
	margin-right: 5px;
}

.left-menu li
{
	margin-left: 0px
}

.left-menu ul.links a
{
	display: block;
	width: 100%;
}

#left
{
	background-color: #CCE6F1;
}

#left li
{
	text-align: left;
	list-style-type: disc;
	margin-left: 20px;
}

#left p a
{
	font-weight: bold;
	font-size: 16px;
	color: #036;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	margin-left: 10px;
}

#right
{
	float: right;
	width: 220px;
	margin-right: 0;
}

#right div
{
	border: dashed 1px #0080B8;
	margin-bottom: 15px;
	border-top: none;
}

#right input
{
	width: 100px;
}

#OptIn input.watermark
{
	width: 155px;
}

#right div.testimonials
{
	font-family: Times New Roman,Serif;
	font-size: 13px;
	font-style: italic;
	padding: 3px 5px;
}

#right p.signature
{
	font-family: Times New Roman,Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	text-align: right;
	color: #036;
	margin-bottom: 25px;
}

/* Try page */

.download-trial
{
	float: right;
	margin-left: 20px;
	display: inline-block;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 14px;
	white-space: nowrap;
	text-align: center;
}

.download-trial a
{
	background: transparent url('/images/download_blue_up.jpg') no-repeat scroll 0 0;
	color: #fff;
	display: block;
	width: 150px;
	height: 40px;
	padding: 20px 0 0 27px;
	text-decoration: none;
	font-weight: bold;
}

.download-trial a:hover
{
	background-image: url('/images/download_green_down.jpg');
}

div.try label
{
	display: inline-block;
	width: 150px;
}

div.try input[type=text]
{
	width: 250px;
}

div.try label.checkbox
{
	width: auto;
}

/* Support page */

fieldset.support-form p label
{
	display: inline-block;
	width: 200px;
}

/* References page */

.references div.logo
{
	text-align: center;
	display: inline-block;
	width: 220px;
	margin-left: 39px;
	margin-right: 39px;
	margin-bottom: 25px;
	vertical-align: middle;
}

.references div.logo img
{
	max-width: 100%;
	height: auto;
	max-height: 60px;
}

.container-half
{
	width: 440px;
	float: left;
}

.container-tier
{
	float: left;
	width: 293px;
}

.container-quarter
{
	float: left;
	width: 220px;
}

.container-tier > img, .container-quarter > img
{
	display: block;
	margin: 5px auto 35px auto;
}

#right p.references_slide
{
	border: none;
	height: 90px;
	line-height: 90px;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#right p.references_slide img
{
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 80px;
	vertical-align: middle;
}

/* Testimonials page */

.testimonial
{
	clear: both;
	padding: 0;
	margin-bottom: 30px;
}

.testimonial span
{
	display: inline-block;
	font-weight: bold;
	font-size: 90%;
	width: 190px;
	padding: 20px;
	text-align: right;
	float: left;
}

.cite
{
	margin-left: 230px;
	width: 554px;
	background:transparent url('/images/cite-bottom.png') no-repeat scroll right bottom;
}

.cite cite
{
	background:transparent url('/images/cite-top.png') no-repeat scroll left top;
	padding: 20px 20px;
	display: block;
	margin-left: 20px;
}

/* Contact us page */

.contact-details label
{
	display: inline-block;
	width: 120px;
}

fieldset.contact-form p label
{
	display: inline-block;
	width: 200px;
}

/* Ordering page */

.wizard
{
	border: none;
}

.wizard td
{
	min-width: 20em;
	border: none;
}

.order-wzd-hdr, .activation-hdr
{
	font-size: 24px;
	font-weight: normal;
	font-family: inherit;
}

.order-wzd-content
{
	text-align: justify;
}

.navigation table, .navigation td
{
	border: none;
}

/* Errors */

div.error
{
	border: solid 1px #f99797;
	background-color: #fbe3e4;
	padding: 10px;
	font-size: 15px;
	margin-bottom: 20px;
}

div.error *
{
	vertical-align: middle
}

input.error, textarea.error
{
	border: 2px solid;
	border-color: #f99797;
}

/* Miscellaneous */

span.version
{
	color: #808080;
	font-size: 90%;
	font-weight: bold;
}

#left p
{
	position: relative;
}

#left p span.version
{
	display: block;
	margin-top: 5px;
	clear: both;
	text-align: right;
	float: right;
}

.product span.version
{
	display: block;
	text-align: right;
}

label.required
{
	font-weight: bold;
}

fieldset.awards div
{
	text-align: center;
}

fieldset.news div
{
	text-align: center;
}

.number
{
	text-align: right !important;
}

.nowrap
{
	white-space: nowrap;
}

.center
{
	text-align: center;
}

.string
{
	text-align: left !important;
}

code span.comment
{
	color: #008000;
}

p.note
{
	font-style: italic;
	margin: 15px 5px;
	font-size: 110%;
}

p.asterisk
{
	font-style: italic;
	font-size: 10px;
}

fieldset.search
{
	padding: 5px;
}

fieldset.search #search
{
	width: 300px;
}

fieldset.search p
{
	margin: 3px;
}

.mandatory
{
	font-weight: bold;
}

.navigation input
{
	cursor: pointer;
	padding: 5px;
}

.confirmation
{
	font-weight: bold;
	background: #f00;
	color: #fff;
}

.confirm
{
	text-align:center;
	font-size: 120%;
	font-weight: bold;
}

.indent
{
	margin-left: 40px;
}

.separator
{
	margin-left: 20px;
}

table.orderSummary, table.products
{
	border: solid 1px #69c;
}

table.orderSummary th, table.orderSummary td, table.products th, table.products td
{
	border: dotted 1px #69c;
	padding: 5px;
}

.comment
{
	margin: 5px;
	color: #888;
	font-size: 90%;
}

.bankForm > p
{
	text-align: center;
}

.company-address
{
	border: solid 1px #69c;
	padding: 10px;
	margin-top: 10px;
}

.home
{
	position: absolute;
	left: 10px;
	width: 360px;
	height: 80px;
	top: 40px;
}

.freeware-links
{
	list-style-type: disc;
	margin: 10px;
}

.freeware-links a
{
	color: #036;
}

.freeware-links li.more
{
	list-style-type: none;
}

.freeware-links li.more a
{
	font-size: 90%;
	color: #808080;
}

#footer .copyright
{
	color: #ccc;
	margin: 45px 0 0 30px;
	float: left;
	font-size: 85%;
}

#footer .links
{
	float: right;
	margin: 15px 10px 0 0;
}

#footer .links span
{
	width: 110px;
	display: inline-block;
}

#footer .links a
{
	width: 110px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}

div.products
{
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

div.products h3
{
	margin-bottom: 10px;
}

div.products p
{
	font-size: 14px;
	margin-left: 20px;
}

div.product h2
{
	color: #000;
}

.product ul.links
{
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	border-top: none;
	list-style: none;
	background-color: #CCE6F1;
}

.product ul.links li
{
	background: transparent url('/images/bulle.png') no-repeat 0 center;
	text-indent: 20px;
	line-height: 25px;
	font-size: 130%;
	font-weight: bold;
	border-bottom: solid 1px #69c;
}

.product ul.links li a
{
	color: #036;
	text-decoration: none;
}

.product ul.links li.active
{
	background-color: #57aff2;
}

.product ul.links li:hover
{
	background-color: #57aff2;
}

.home-main
{
	float: left;
	width: 460px;
	margin-left: 10px;
}

.home-main fieldset p
{
	line-height: 25px;
}

.product .logo
{
	text-align: center;
	margin-bottom: 5px;
}

.product-box
{
	float: left;
	margin: 0 10px 10px 10px;
}

.right-contents
{
	float: right;
	width: 710px;
}

.downloads, .overview
{
	width: 720px;
	float: left;
}

.overview h2, .downloads h2
{
	margin-bottom: 15px;
}

.overview fieldset, .downloads fieldset
{
	margin-right: 20px;
}

.releaseDate
{
	color: #1b9f3d;
	font-size: 80%;
	font-style: italic;
}

.download-documentation
{
	font-size: 20px;
}

.business-case-rpart
{
	float: right;
	width: 220px;
	margin: 10px 0 0 20px;
}

.business-case-rpart p:first-child
{
	text-align: center;
}

a.button
{
	display: block;
	float: left;
	margin: 0.7em 0.5em 0.7em 0;
	padding: 5px 10px 5px 25px; /* Links */
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #f5f5f5;
	font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	background-position: 6px;
	background-repeat: no-repeat;
}

table a.button
{
	float: none;
	padding-right: 0;
	padding-left: 25px;
	border: none;
	display: inline;
	background-color: Transparent;
}

.clear
{
	clear: both;
}

input[type=checkbox]
{
	margin-left: 0px;
	margin-top: 0px;
}

div.fields
{
	display: table;
}

div.fields_row
{
	display: table-row;
}

div.fields_cell
{
	display: table-cell;
	padding: 0px 10px 15px 10px;
}

.center
{
	text-align: center;
}

.oModal
{
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal:target > div
{
	margin: 5% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal > div
{
	max-width: 1100px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.oModal-02
{
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-02:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-02:target > div
{
	margin: 5% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-02 > div
{
	max-width: 1100px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-03
{
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-03:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-03:target > div
{
	margin: 5% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-03 > div
{
	max-width: 1100px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-04
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-04:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-04:target > div
{
	margin: 8% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-04 > div
{
	max-width: 900px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-05
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-05:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-05:target > div
{
	margin: 8% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-05 > div
{
	max-width: 900px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-06
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-06:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-06:target > div
{
	margin: 8% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-06 > div
{
	max-width: 900px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-07
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-07:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-07:target > div
{
	margin: 8% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-07 > div
{
	max-width: 900px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-08
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-08:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-08:target > div
{
	margin: 8% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-08 > div
{
	max-width: 900px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-09
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-09:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-09:target > div
{
	margin: 10% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-09 > div
{
	max-width: 700px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-10
{
	margin-top: -120px;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.oModal-10:target
{
	opacity:1;
	pointer-events: auto;
}

.oModal-10:target > div
{
	margin: 10% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.oModal-10 > div
{
	max-width: 1200px;
	background-repeat: no-repeat;
	max-height: 600px;
	position: relative;
	margin: 1% auto;
	padding: 8px 8px 8px 8px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.screenshot
{
	text-align: center;
}

.screenshot a
{
	margin: 15px;
}

code.sample
{
	display: block;
	max-width: 680px;
	max-height: 55em;
	overflow: auto;
}

div#header
{
	background: transparent url('/images/header.png') no-repeat scroll top center;
	height: 177px;
	position: relative;
}

