/*********************************************
 * Start CSS reset
 *********************************************/

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************
 * End CSS reset
 *********************************************/

.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%;
}

ul{
	list-style: disc;
	margin-left: 20px;
}
ol{
	list-style: decimal;
	margin-left: 20px;
}

html, body{
	width: 100%;
}

body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
}
#backgroundTop{
	width: 100%;
	min-width: 960px;
	position: absolute;
	left: 0px;
	z-index: -10;
}
#home #backgroundTop{
	background: url(../img/bg_home.jpg) no-repeat center top;
	height: 621px;
}
.contentPage #backgroundTop{
	background: #fff url(../img/bg_content.jpg) no-repeat center top;
	height: 384px;
}
.contentPage.screenshots #backgroundTop{
	background: #fff url(../img/bg_content_screenshots.png) no-repeat center top;
	height: 311px;
}
.siteWidener{ /* needed for IE6 */
	width: 932px;
	height: 0px;
}
.siteContainer{
	width: 932px;
	width: 940px;
	padding: 0 0 0 14px;
	padding: 0 0 0 22px;
	margin: 0 auto;
	text-align: left;
}

#header{
	position: relative;
	height: 100px;
}
#logo{
	position: absolute;
	top: 30px;
	left: 0px;
}
#logo a{
	display: block;
	width: 228px;
	height: 36px;
	background: url(../img/logo_studytrack.png) no-repeat left top;
}

#menu{
	position: absolute;
	top: 31px;
	right: 0px;
}
#menu ul{
	list-style: none;
}

#menu ul li{
	float: left;
	height: 69px;
}
#menu ul{
	background: url(../img/menu_divider.png) no-repeat right top;
}
#menu ul li a{
	float: left;
	display: block;
	padding: 3px 10px 0;
	height: 27px;
	color: #67a5d1;
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	background: url(../img/menu_divider.png) no-repeat left top;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#menu ul li.active {
	background: url(../img/menu_arrow.png) no-repeat center bottom;
}
#home #menu ul li.active {
	background: none;
}
#menu ul li.active a{
	color: #99ce6e;
}

#backgroundFooter{
	background: url(../img/footer.png) no-repeat center top;
	height: 40px;
	width: 100%;
	min-width: 960px;
	position: absolute;
	margin-top: 44px;
	left: 0px;
	z-index: -10;
}
#footer{
	margin-top: 44px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 14px;
	height: 26px;
}
#footer .background{
	background: url(../img/footer.png) no-repeat left top !important;
	width: 1030px !important;
	height: 40px !important;
	position: absolute !important;
	top: 0px !important;
}

#footer #disclaimer{
	color: #fff;
	font-size: 11px;
	line-height: 120%;
}
#footer #disclaimer a{
	color: #fff;
	text-decoration: none;
}
#footer #disclaimer a:hover{
	text-decoration: underline;
}

ul.ticks{
	list-style: outside;
	list-style-image: url(../img/tick.png);
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
ul.ticks li{
	padding: 0 0 12px 3px;
}



/* Homepage specifics */
#home #content{
	padding: 54px 8px 0 12px;
}
#home #content h1{
	color: #fff;
	font-size: 22px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

#orgSearchBar{
	width: 561px;
	padding: 9px 10px 0 19px;
	margin-top: 19px;
	height: 103px;
	z-index: 1;
	position: relative;
}
#home #orgSearchBar .background{
	background: url(../img/greenbar.png) no-repeat left top;
	width: 590px;
	height: 80px;
	z-index: 1;
	position: absolute;
	margin: 0;
	left: 0px;
	top: 0px;
}
#orgSearchBar label{
	color: #fff;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	z-index: 10;
	position: absolute;
	top: 28px;
	left: 19px;
}
#orgSearchBar #orgNameHolder{
	background: transparent url(../img/bg_input_home.png) no-repeat left top;
	border: none;
	height: 40px;
	width: 169px;
	z-index: 10;
	position: absolute;
	top: 19px;
	left: 205px;
}

#orgSearchBar input#orgName{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 153px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	color: #333;
	font-weight: bold;
	z-index: 10;
	position: absolute;
	top: 8px;
	left: 8px;
}
input#orgName::-moz-focus-inner {
	padding: 2px 8px 3px;
	border:none;
	display: inline-block;
}
#orgSearchBar input#submitOrg{
	background: transparent url(../img/bg_bluebutton.png) no-repeat left top;
	border: none;
	height: 64px;
	width: 184px;
	padding: 0px 29px 4px 0;
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	z-index: 10;
	position: absolute;
	top: 8px;
	left: 400px;
}
#orgSearchBar input#submitOrg:hover{
	text-decoration: underline;
}
#orgSearchBar .bekijkDeDemo{
	color: #fff;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding-right: 15px;
	position: absolute;
	top: 85px;
	right: 0px;
}
#orgSearchBar .bekijkDeDemo a{
	color: #fff;
	padding-left: 15px;
	background: url(../img/more.png) no-repeat left 3px;
}
#orgSearchBar .bekijkDeDemo a:hover{
	color: #fff;
/*
	color: #4d8bcc;
	background: url(../img/more_hover.png) no-repeat left 6px;
*/
}

#home #cols{
	margin-top: 16px;
}
#home #cols .col{
	padding-top: 49px;
	float: left;
	position: relative;
	display: inline;
}
#home #cols .col h2 a,
#home #cols .col h2{
	color: #85b460;
	font-size: 24px;
	line-height: 125%;
	margin-bottom: 8px;
	text-decoration: none;
}
#home #cols .col h2 a:hover{
	text-decoration: underline;
}
#home #cols .col p{
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}
#home #col1 .content{
	width: 288px;
}
#home #col1 .padding{
	padding-left: 15px;
	padding-right: 77px;
}
#home #col2{
	margin-left: 30px;
	display: inline;
}
#home #col2 .content{
	width: 466px;
}
#home #col2 .padding{
	padding-left: 17px;
}
.discounter{
	display: block;
	width: 116px;
	height: 116px;
	background: url(../img/discount_label_3.png) no-repeat top left;
}
.discounter{
	display: block;
	width: 115px;
	height: 116px;
	background: url(../img/star_orange3.png) no-repeat top left;
}
#home #col1 .discounter{
	position: absolute;
	top: -25px;
	right: -5px;
/*
	top: -165px;
	right: -390px;
*/
}

#home #col2 .image{
	float: right;
	margin: 0 0 5px;
}

.contentPage #content a{
	color: #4c8bcc;
	text-decoration: underline;
}
.contentPage #content a:hover{
	color: #87cdf9;
}
#content a{
	color: #4c8bcc;
	text-decoration: underline;
}
#content a:hover{
	color: #87cdf9;
}

.contentPage #content a.less,
.contentPage #content a.more,
#home #cols .col a.more{
	color: #4d8bcc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 13px;
	background: url(../img/more_blue.png) no-repeat left 3px;
}
.contentPage #content a.less:hover,
.contentPage #content a.more:hover,
#home #cols .col a.more:hover{
	color: #99ce6e;
	color: #87cdf9;
}
/* End homepage specifics */


.contentPage #content{
	min-height: 300px;
	position: relative;
	padding: 65px 0 0 17px;
	width: 660px;
	float: left;
}
#plans.contentPage #content{
	width: 680px;
}

.contentPage #content #submenu{
	position: absolute;
	top: 10px;
	left: 17px;
}
.contentPage #content #submenu ul{
	list-style: none;
	margin-left: 0;
}
.contentPage #content #submenu ul li{
	float: left;
	border-left: 1px solid #9fc581;
	height: 19px;
}
.contentPage #content #submenu ul{
	border-right: 1px solid #9fc581;
}
.contentPage #content #submenu ul li a{
	float: left;
	padding: 1px 8px 0;
	color: #fff;
	text-decoration: none;
}
.contentPage #content #submenu ul li a:hover{
	text-decoration: underline;
}
.contentPage #content #submenu ul li.active a{
	font-weight: bold;
}

.contentPage #sidebar{
	width: 215px;
	width: 224px;
	float: right;
	padding-top: 300px;
}
.contentPage.screenshots #sidebar{
	padding-top: 230px;
	width: 216px;
}
#content h1{
	font-size: 24px;
	line-height: 125%;
	color: #85b460;
	margin-bottom: 15px;
}
#content h2{
	font-size: 14px;
	line-height: 125%;
	color: #67a5d1;
	margin-bottom: 3px;
}
#content h3{
	font-size: 14px;
	line-height: 125%;
	color: #67a5d1;
	margin-bottom: 3px;
}
#content{
	font-size: 12px;
	line-height: 150%;
}
#content p{
	margin-bottom: 14px;
}
#content small{
	font-size: 11px;
	line-height: 125%;
}

#popup{
	text-align: left;
}

#popup a.blueButton,
#sidebar a.blueButton,
#content a.blueButton{
	background: url(../img/bg_bluebutton2.png) no-repeat left top;
	width: 117px;
	height: 31px;
	padding: 13px 30px 0 17px !important;
	font-size: 12px !important;
	line-height: 120% !important;
	font-weight: bold !important;
	color: #fff !important;
	display: block;
	text-align: left;
	text-decoration: none !important;
}
#popup a.blueButton:hover,
#content a.blueButton:hover{
	text-decoration: underline !important;
	color: #fff !important;
}
#popup a.blueButton{
	padding-top: 5px !important;
	height: 38px;
}
#content a.blueButton.less{
	background: url(../img/bg_bluebutton_less.png) no-repeat left top !important;
	padding: 13px 17px 0 30px !important;
	text-align: right !important;
}
#content .prevNext .go{
	background: url(../img/more_blue.png) no-repeat right 4px;
	line-height: 13px;
	color: #4C8BCC !important;
	padding-right: 15px;
	font-size: 13px;
}
#content .prevNext .left .go{
	background: url(../img/less_blue.png) no-repeat left 4px;
	padding-right: 0px;
	padding-left: 15px;
}
#content .prevNext a:hover{
	color: #87cdf9 !important;
}

#popup a.blueButton.right,
#content a.blueButton.right{
	margin-left: 508px;
}

#sidebar a.bigBlueButton{
	background: url(../img/bg_bluebutton4.png) no-repeat left top;
	width: 165px;
	height: 64px;
	padding: 30px 30px 0 19px !important;
	font-size: 16px !important;
	line-height: 110% !important;
	font-weight: bold !important;
	color: #fff !important;
	display: block;
	text-align: left;
	text-decoration: none !important;
}
#sidebar a#btnAnkeiler.bigBlueButton{
	height: 84px;
	padding: 20px 30px 0 19px !important;
}
#sidebar a.bigBlueButton span.small{
	font-size: 12px !important;
	display: block;
	line-height: 120%;
	margin-bottom: 5px;
}
#sidebar a.bigBlueButton:hover{
	text-decoration: underline !important;
}
#sidebar a.bigBlueButton:hover span.small{
	text-decoration: none !important;
	background: url(../img/bg_ankeiler_t.gif) repeat-x left top;
}

#sidebar #ankeilers .ankeiler{
	position: relative;
}
#sidebar #ankeilers .ankeiler .center{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#sidebar #ankeilers .ankeiler .center .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 100%;
	background: url(../img/bg_ankeiler_l.gif) repeat-y left top;
}
#sidebar #ankeilers .ankeiler .center .right{
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 100%;
	background: url(../img/bg_ankeiler_r.gif) repeat-y right top;
}
#sidebar #ankeilers .ankeiler .top{
	height: 17px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg_ankeiler_t.gif) repeat-x left top;
}
#sidebar #ankeilers .ankeiler .top .left{
	width: 18px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg_ankeiler.gif) no-repeat left top;
}
#sidebar #ankeilers .ankeiler .top .right{
	width: 18px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/bg_ankeiler.gif) no-repeat right top;
}
#sidebar #ankeilers .ankeiler .bottom{
	height: 52px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg_ankeiler_b.png) repeat-x left bottom;
}
#sidebar #ankeilers .ankeiler .bottom .left{
	width: 18px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bg_ankeiler.gif) no-repeat left bottom;
}
#sidebar #ankeilers .ankeiler .bottom .right{
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/bg_ankeiler.gif) no-repeat right bottom;
}
#sidebar #ankeilers .ankeiler .content{
	position: relative;
	padding: 20px 20px 20px 20px;
}
#sidebar #ankeilers .ankeiler{
	color: #333;
	font-size: 11px;
	line-height: 150%;
}
#sidebar #ankeilers .ankeiler h2{
	font-size: 17px;
	color: #85B25F;
	line-height: 125%;
	margin-bottom: 6px;
}
#sidebar #ankeilers .ankeiler p{
	margin-bottom: 8px;
}
#sidebar #ankeilers .ankeiler a{
	color: #4C8BCC;
	font-weight: bold;
	line-height: 11px;
	padding-left: 12px;
	background: url(../img/more_blue.png) no-repeat left center;
}
#sidebar #ankeilers .ankeiler a:hover{
	color: #87cdf9;
}

#content a.prev,
#content a.next{
	color: #4c8bcc;
	color: #87cdf9;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#content a.prev:hover,
#content a.next:hover{
	text-decoration: underline;
}
#content a.prev{
	padding-left: 20px;
	background: url(../img/double_less.png) no-repeat left 4px;
}
#content a.next{
	padding-right: 20px;
	background: url(../img/double_more.png) no-repeat right 4px;
}

#content #prevNext{
	padding-top: 50px;
}
#content #prevNext a.prev{
	float: left;
}
#content #prevNext a.next{
	float: right;
}

#content ul.linkList{
	list-style: none;
	margin-left: 0;
} 
#content ul.linkList li{
	background: url(../img/more_blue.png) no-repeat left 4px;
	padding-left: 12px;
	margin-bottom: 10px;
} 
#content ul.linkList li a{
	font-weight: bold;
	font-size: 13px;
} 



#planChoice{
	margin: 30px 0 20px;
	position: relative;
}
#planChoice ul{
	list-style: none;
	margin-left: 0;
	position: relative;
}
#planChoice ul li{
	float: left;
	width: 112px;
	margin: 0px 0px;
	border: none;
}
#planChoice ul li#labelsShadow{
	background: url(../img/shadow_plan2.png) no-repeat bottom left;
	width: 113px;
	height: 353px;
	margin-left: -4px;
	margin-top: 65px;
	z-index: 0;
	top: 0px;
	left: 1px;
}
#planChoice ul li.plan .shadow{
	background: url(../img/shadow_plan2.png) no-repeat bottom left;
	background: url(../img/shadow_plan3.gif) no-repeat bottom left;
	padding: 0 0 6px 3px;
	z-index: 0 !important;
	position: relative;
}
#planChoice ul li.plan{
	padding: 1px;
	position: relative;
	z-index: 10;
	margin-left: -1px;
}
#planChoice ul li.plan .paddingBorder{
	border: none;
	margin: 0px;
	padding: 2px;
	padding-top: 0px;
	border-top: 2px solid #fff;
	width: 106px;
	cursor: pointer;
}
#planChoice ul li.plan.hover .paddingBorder{
	border: 2px solid #666;
	margin: 0px 0px;
	padding: 0;
	cursor: pointer;
}
#planChoice ul li.plan.active .paddingBorder{
	border: 2px solid #000;
	margin: 0px 0px;
	padding: 0;
}
#planChoice ul li span.title,
#planChoice ul li span.property,
#planChoice ul li span.price{
	display: block;
	height: 30px;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 1px;
	font-size: 10px;
	line-height: 120%;
	overflow: hidden;
}
#planChoice ul li span.property{
	background: #fff url(../img/bg_choice.png) repeat-x left bottom;
}
#planChoice ul li span.title,
#planChoice ul li span.price{
	font-size: 14px;
	font-weight: bold;
}
#planChoice ul li span.title .h2{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding: 9px 0;
	border-bottom: 1px solid #194B79;
	margin-bottom: 6px;
	text-align: center;
}
#planChoice ul li#plan1 span.title{
	font-size: 12px;
}
#planChoice ul li#plan1 span.title .h2{
	font-size: 12px;
}
#planChoice ul li span.title{
	height: 165px !important;
}
#planChoice ul li span.title ul{
	font-size: 8px;
	line-height: 120%;
	color: #134672;
	margin-left: 2px;
}
#planChoice ul li span.title ul li{
	background: url(../img/tick_plan1.gif) no-repeat left top;
	padding: 2px 0 8px 12px;
	float: none;
}
#planChoice ul li#plan2 span.title ul li{
	background-image: url(../img/tick_plan2.gif);
}
#planChoice ul li#plan3 span.title ul li{
	background-image: url(../img/tick_plan3.gif);
}
#planChoice ul li#plan4 span.title ul li{
	background-image: url(../img/tick_plan4.gif);
}
#planChoice ul li#plan5 span.title ul li{
	background-image: url(../img/tick_plan5.gif);
}
#planChoice ul li span.title a.btn{
	background: url(../img/btn_plan1.gif) no-repeat left top;
	display: block;
	width: 90px;
	font-size: 12px;
	line-height: 120%;
	padding-top: 6px;
	padding-left: 5px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 130px;
	left: 10px;
}
#planChoice ul li span.title a.btn:hover{
	background-position: left -28px;
}
#planChoice ul li#plan1 span.title a.btn{
	font-size: 10px;
}
#planChoice ul li#plan2 span.title a.btn{
	background-image: url(../img/btn_plan2.gif);
}
#planChoice ul li#plan3 span.title a.btn{
	background-image: url(../img/btn_plan3.gif);
}
#planChoice ul li#plan4 span.title a.btn{
	background-image: url(../img/btn_plan4.gif);
}
#planChoice ul li#plan5 span.title a.btn{
	background-image: url(../img/btn_plan5.gif);
}

#planChoice ul li.plan  .background{
	background-color: #B5D990;
	padding: 0 2px 2px;
	width: 102px;
}
#planChoice ul li#plan2 .background{
	background-color: #98b57a;
}
#planChoice ul li#plan3 .background{
	background-color: #73895d;
}
#planChoice ul li#plan4 .background{
	background-color: #4f8bcc;
}
#planChoice ul li#plan5 .background{
	background-color: #a4c4e6;
}
#planChoice ul li#labels {
	width: 107px;
	padding-top: 2px;
}
#planChoice ul li#labels .shadow{
	padding: 0 0 6px 3px;
	background: url(../img/shadow_plan2.png) no-repeat bottom left;
}
#planChoice ul li#labels .background{
	background-color: #ccc;
	padding: 1px 1px;
	width: 102px;
}

#planChoice ul li span.title,
#planChoice ul li span.property,
#planChoice ul li span.price{
	display: table;
	height: 42px;
	padding: 0;
	position: relative;
	text-align: left;
}
#planChoice ul li span.cell{
	display: table-cell;
	vertical-align: middle;
	#position: absolute;
	#top: 50%;
}
#planChoice ul li .title span.cell{
	vertical-align: top;
	#top: 0;
}
#planChoice ul li span.cell span.text{
	display: block;
	width: 98px;
	padding: 0 2px;
	#position: relative;
	#top: -50%;
	text-align: center;
	font-size: 9px;
}
#planChoice ul li .title span.cell span.text{
	text-align: left;
}
#planChoice ul li span.tick span.cell{
	background: url(../img/tick_green.png) no-repeat center center;
}
#planChoice .smallprint{
	margin-top: 10px;
	margin-left: 115px;
	font-size: 11px;
	position: relative;
}


#orderPlan #orderForm .field{
	margin-bottom: 23px;
}
#orderPlan #orderForm .field .errorMessage{
	color: #f00;
	margin-bottom: 3px;
}
#orderPlan #orderForm label{
	float: left;
	display: inline;
	width: 150px;
	font-weight: normal;
	color: #000;
}
#orderPlan #orderForm .textInput{
	color: #333;
	border: 1px solid #67a5d1;
	float: left;
	width: 450px;
	padding: 3px 5px 0;
	height: 20px;
	margin-top: -3px;
}
#orderPlan #orderForm .error .textInput{
	border: 1px solid red;
}
#orderPlan #orderForm .radioButton{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	display: inline;
	padding: 0;
}

#orderPlan #orderForm #orderForm_field_firstname{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan #orderForm #orderForm_field_lastname{
	float: left;
	margin-right: 0px;
}
#orderPlan #orderForm #orderForm_firstname{
	width: 100px;
}
#orderPlan #orderForm #orderForm_field_lastname label{
	width: 80px;
}
#orderPlan #orderForm #orderForm_lastname{
	width: 233px;
}




#orderPlan #orderForm #orderForm_field_street{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan #orderForm #orderForm_field_number{
	float: left;
	margin-right: 0px;
}
#orderPlan #orderForm #orderForm_street{
	width: 290px;
}
#orderPlan #orderForm #orderForm_field_number label{
	width: 90px;
}
#orderPlan #orderForm #orderForm_number{
	width: 33px;
}
#orderPlan #orderForm #orderForm_field_zipcode{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan #orderForm #orderForm_field_city{
	float: left;
	margin-right: 0px;
}
#orderPlan #orderForm #orderForm_zipcode{
	width: 100px;
}
#orderPlan #orderForm #orderForm_city{
	width: 233px;
}
#orderPlan #orderForm #orderForm_field_city label{
	width: 80px;
}



#orderForm_field_organisation{
	clear: both;
}

#orderPlan #orderForm #orderForm_field_domain label{
	width: 260px;
	margin-right: 15px;
	position: relative;
}
#orderPlan #orderForm #orderForm_field_domain label span{
	position: absolute;
	font-weight: bold;
	right: 0px;
}
#orderPlan #orderForm #orderForm_field_domain #orderForm_domain{
	width: 325px;
}

#orderPlan #orderForm #orderForm_field_plan .radioButton{
	float: left;
	margin-left: 150px;
	margin-right: 10px;
}
#orderPlan #orderForm .radio label{
	position: relative;
	font-weight: normal;
	width: auto;
	padding-right: 20px;
}
#orderPlan #orderForm .radio label a{
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 15px;
	height: 12px;
	background: url(../img/bg_info.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 8px;
	text-decoration: none;
	padding-top: 3px;
}
#orderPlan #orderForm .radio label a:hover{
	text-decoration: underline;
}
#orderPlan #orderForm .radioField .errorMessage{
	margin-left: 150px;
}

#orderPlan #orderForm #orderForm_field_plan #option1{
	margin-left: 0;
}
#orderPlan #orderForm #orderForm_field_plan .radio{
	margin-bottom: 5px;
}
#orderPlan #orderForm #orderForm_field_plan .radio label{
	width: 150px;
}
#orderPlan #orderForm #orderForm_field_plan .radio label.info{
	width: auto;
}

#question #questionForm #questionForm_submit,
#orderPlan #orderForm #orderForm_submit{
	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	background: url(../img/bg_bluebutton2.png) no-repeat left top;
	width: 164px;
	height: 44px;
	padding: 0px 30px 5px 17px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-decoration: none;
	float: right;
	margin-top: -50px;
	margin-right: 48px;
	display: inline;
}
#question #questionForm #questionForm_submit:hover,
#orderPlan #orderForm #orderForm_submit:hover{
	text-decoration: underline;
}
#question #questionForm #questionForm_submit{
	float: none;
	margin-top: 0;
	margin-left: 100px;
}

#orderForm #orderForm_field_newsletter label{
	float: none;
}

/*********************************************************
 * New orderform
 ********************************************************/
#orderPlan2 #orderForm .formError{
	background-color: #c2d7ed;
	font-size: 12px;
	color: #333;
	border: 2px solid #4f8bcc;
	width: 610px;
	margin-bottom: 25px;
}
#orderPlan2 #orderForm .formError .padding{
	padding: 13px 5px;
}
#orderPlan2 #orderForm h2{
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#orderPlan2 #orderForm .field{
	margin-bottom: 23px;
}
#orderPlan2 #orderForm .field .errorMessage{
	color: #67A5D1;
	margin-bottom: 3px;
	font-weight: bold;
}
#orderPlan2 #orderForm label{
	float: left;
	display: inline;
	width: 150px;
	font-weight: normal;
	color: #000;
}
#orderPlan2 #orderForm .textInput{
	color: #333;
	border: 1px solid #67a5d1;
	float: left;
	width: 450px;
	padding: 3px 5px 0;
	height: 20px;
	margin-top: -3px;
}
#orderPlan2 #orderForm .error .textInput{
	border: 2px solid #67A5D1;
}
#orderPlan2 #orderForm .radioButton{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	display: inline;
	padding: 0;
}

#orderPlan2 #orderForm #orderForm_field_firstname{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan2 #orderForm #orderForm_field_lastname{
	float: left;
	margin-right: 0px;
}
#orderPlan2 #orderForm #orderForm_firstname{
	width: 100px;
}
#orderPlan2 #orderForm #orderForm_field_lastname label{
	width: 80px;
}
#orderPlan2 #orderForm #orderForm_lastname{
	width: 233px;
}




#orderPlan2 #orderForm #orderForm_field_street{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan2 #orderForm #orderForm_field_number{
	float: left;
	margin-right: 0px;
}
#orderPlan2 #orderForm #orderForm_street{
	width: 290px;
}
#orderPlan2 #orderForm #orderForm_field_number label{
	width: 90px;
}
#orderPlan2 #orderForm #orderForm_number{
	width: 33px;
}
#orderPlan2 #orderForm #orderForm_field_zipcode{
	float: left;
	margin-right: 25px;
	display: inline;
}
#orderPlan2 #orderForm #orderForm_field_city{
	float: left;
	margin-right: 0px;
}
#orderPlan2 #orderForm #orderForm_zipcode{
	width: 100px;
}
#orderPlan2 #orderForm #orderForm_city{
	width: 263px;
}
#orderPlan2 #orderForm #orderForm_field_city label{
	width: 50px;
}



#orderForm_field_organisation{
	clear: both;
}

#orderPlan2 #orderForm #orderForm_field_domain label{
	width: 260px;
	margin-right: 15px;
	position: relative;
}
#orderPlan2 #orderForm #orderForm_field_domain label span{
	position: absolute;
	font-weight: bold;
	right: 0px;
}
#orderPlan2 #orderForm #orderForm_field_domain #orderForm_domain{
	width: 325px;
}

#orderPlan2 #orderForm #orderForm_field_plan div.radio{
	float: left;
	width: 117px;
	padding: 5px 2px 2px;
	margin-right: 2px;
	cursor: pointer;
}
#orderPlan2 #orderForm #orderForm_field_plan div.radio1{
	background-color: #99CE6E;
}
#orderPlan2 #orderForm #orderForm_field_plan div.radio2{
	background-color: #98B57A;
}
#orderPlan2 #orderForm #orderForm_field_plan div.radio3{
	background-color: #73895D;
}
#orderPlan2 #orderForm #orderForm_field_plan div.radio4{
	background-color: #4F8BCC;
}
#orderPlan2 #orderForm #orderForm_field_plan div.radio5{
	background-color: #A4C4E6;
}
#orderPlan2 #orderForm #orderForm_field_plan .radioButton{
	float: left;
	margin-top: 0;
	margin-left: 2px;
}
#orderPlan2 #orderForm .radio label{
	position: relative;
	font-weight: normal;
	width: auto;
	padding-right: 20px;
}
#orderPlan2 #orderForm .radio .info{
	clear: both;
	background: #FFFFFF url(../img/bg_choice.png) repeat-x left bottom;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 117px;
}
#orderPlan2 #orderForm h2 a,
#orderPlan2 #orderForm .radio label a{
	right: 0px;
	top: 0px;
/*	display: block; */
/*	width: 15px; */
	height: 12px;
	background: url(../img/bg_info.png) no-repeat center top;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	padding-top: 3px;
	padding: 0px 8px 0;
}
#orderPlan2 #orderForm .radio label a:hover{
	text-decoration: underline;
}
#orderPlan2 #orderForm .radioField .errorMessage{
	margin-left: 0px;
}

#orderPlan2 #orderForm #orderForm_field_plan #option1{
/*	margin-left: 0; */
}
#orderPlan2 #orderForm #orderForm_field_plan .radio{
	margin-bottom: 5px;
}
#orderPlan2 #orderForm #orderForm_field_plan .radio label.radioButtonLabel{
/*	width: 150px; */
	padding: 0 0 3px;
}
#orderPlan2 #orderForm #orderForm_field_plan .radio label.info{
	width: auto;
	padding: 0;
}

#orderPlan2 #orderForm #orderForm_field_discountcode{
	margin-bottom: 0;
	line-height: 200%;
}
#orderPlan2 #orderForm #discount-info{
	width: 462px;
	margin-left: 150px;
	line-height: 120%;
}

#orderPlan2 #orderForm #orderForm_field_newsletter{
	margin-bottom: 0;
	line-height: 200%;
}
#orderPlan2 #orderForm #newsletter-info{
	width: 585px;
	margin-left: 27px;
	line-height: 120%;
}

#orderPlan2 #orderForm #orderForm_submit{
	border: 0;
	padding: 0;
	margin: 0 0 0 0;
	background: url(../img/bg_bluebutton2.png) no-repeat left top;
	width: 164px;
	height: 44px;
	padding: 0px 30px 5px 17px;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-decoration: none;
	float: right;
	margin-top: -15px;
	margin-right: 48px;
	display: inline;
}
#orderPlan2 #orderForm #orderForm_submit:hover{
	text-decoration: underline;
}
#orderForm #orderForm_field_newsletter label{
	float: none;
}
#orderForm .required-info{
	font-size: 9px;
	color: #333;
	font-style: italic;
	margin-top: -10px;
}
/*********************************************************
 * End new orderform
 ********************************************************/




#FAQ #faqHolder .nr{
	float: left;
}

#FAQ #faqHolder .faqGroupName{
	background-color: #85B460;
	position: relative;
}
#FAQ #faqHolder .faqGroupName.up,
#FAQ #faqHolder .faqGroupName.hover{
	background-color: #99ce6e;
}
#FAQ #faqHolder .faqGroupName.down,
#FAQ #faqHolder .faqGroupName.up{
	padding-right: 5px;
}
#FAQ #faqHolder .faqGroupName.down .arrow{
	background: url(../img/more.png) no-repeat right center;
	width: 9px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
}
#FAQ #faqHolder .faqGroupName.up .arrow{
	background: url(../img/up2.png) no-repeat right center;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 5px;
	top: 11px;
}

#FAQ #faqHolder .faqGroup h2{
	sbackground-color: #85B460;
	color: #fff;
	padding: 6px;
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
}
#FAQ #faqHolder .question {
	color: #67A5D1;
	font-weight: bold;
}
#FAQ #faqHolder .question p{
	margin: 0;
	padding: 0;
}

#question #header,
#question #backgroundTop,
#question #backgroundFooter,
#question #footer{
	display: none;
}
#question .siteContainer{
	width: auto;
	padding: 20px 0px 0 20px;
	overflow-x: hidden;
}
#question h1{
	margin-bottom: 30px;
}

#question #questionForm .field{
	margin-bottom: 13px;
}
#question #questionForm .field .errorMessage{
	color: #f00;
	margin-bottom: 3px;
}
#question #questionForm label{
	float: left;
	width: 100px;
	font-weight: normal;
	color: #000;
}
#question #questionForm .textInput{
	color: #333;
	border: 1px solid #67a5d1;
	float: left;
	width: 417px;
	padding: 3px 5px 0;
	height: 20px;
	margin-top: -3px;
}
#question #questionForm .error .textInput{
	border: 1px solid red;
}
#question #questionForm textArea{
	color: #333;
	border: 1px solid #67a5d1;
	float: left;
	width: 417px;
	padding: 3px 5px 0;
	height: 150px;
	margin-top: -3px;
}
#question #questionForm .error textArea{
	border: 1px solid red;
}
#question #questionForm #questionForm_field_firstname{
	float: left;
	margin-right: 25px;
	display: inline;
}
#question #questionForm #questionForm_field_firstname .textInput{
	width: 100px;
}
#question #questionForm #questionForm_field_lastname{
	float: left;
}
#question #questionForm #questionForm_field_lastname label{
	width: 80px;
}
#question #questionForm #questionForm_field_lastname input{
	width: 200px;
}
#question #questionForm #questionForm_field_email{
	clear: both;
}
#question #questionForm #questionForm_field_submit{
	margin-bottom: 0px;
}

.prevNext{
	margin-top: 30px;
}
.prevNext .left{
	width: 300px;
	float: left;
}
.prevNext .right{
	width: 300px;
	float: right;
	text-align: right;
}

.prevNext .right a.blueButton{
	float: right;
}
.prevNext .left a.blueButton{
	float: left;
}

#screenshots{
	margin-left: 50px;
}
.screenshot{
	background: url(../img/bg_screenshot.png) no-repeat top left;
	margin-bottom: 20px;
	padding: 5px 12px 0;
	text-align: center;
	width: 126px;
	height: 115px;
	font-size: 12px;
}
.screenshot span.title{
	color: #4c8bcc;
	padding-bottom: 3px;
	display: block;
}
.screenshot a{
	text-decoration: none;
}
.screenshot img{
	margin-bottom: 4px;
}
.screenshot a span.text{
	text-decoration: underline;
	color: #4c8bcc;
	font-weight: normal;
}

