/* Common settings */

*{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 8pt;
}

a{
	text-decoration: none;
	color: #0088CC;
}

a:hover{
	text-decoration: underline;
}

.bottom_link{
	padding-top: 7px;
	padding-bottom: 7px;
}

.bottom_link a{
	font-weight: bold;
	font-size: 7pt;
}

img{
	border: 0px;
	display: block;
}

td{
	vertical-align: top;
}

body, html{
	width: 100%;
	height: 100%;
}

body{
	background: url('../images/main_bg.jpg') repeat-x;
}

.fixed{
	width: 980px;
	margin: auto;
}

/* Screenshots */

.screenshots{
	padding: 10px;
}

.screenshot{
	padding: 5px;
	clear: both;
}

.screenshot img{
	float: left;
	margin-top: 0px !important;
}

/* Buttons */

.buttons{
	text-align: center;
	padding-top: 10px;
}

.buttons .button{
	background: url('../images/button.gif') no-repeat;
	border: 0px;
	width: 120px;
	height: 20px;
	cursor: pointer;
	color: #FFFFFF;
}

/* Indicator */

.indicators{
	position: absolute;
	right: 26px;
	top: 50px;
	width: 240px;
	border: 1px solid #C5C5C5;
}

.indicators .step{
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
}

.indicators .present{
	background: #C5C5C5;
	font-weight: bold;
}

.indicators .past{
	background: url('../images/ok.gif') no-repeat right center;
	margin-right: 10px;
}

/* Common block */

.common_block .header{
	background: url('../images/block_header_bg.gif') repeat-x;
	height: 26px;
	position: relative;
	margin-left: 4px;
	margin-right: 4px;
}

.common_block .header .left_corner,
.common_block .header .right_corner{
	position: absolute;
	top: 0px;
	overflow: hidden;
	width: 4px;
	height: 26px;
}

.common_block .header .left_corner{
	left: -4px;
	background: url('../images/block_top_left_corner.gif') no-repeat;
}

.common_block .header .right_corner{
	right: -4px;
	background: url('../images/block_top_right_corner.gif') no-repeat;
}

.common_block .header .text{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
	color: #000000;
	font-size: 8pt;
	padding-left: 7px;
}

.common_block .content{
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
}

.common_block .big_bottom{
	padding-bottom: 8px;
}

.common_block .content div{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.common_block{
	padding-bottom: 14px;
	background: url('../images/block_bg.gif') no-repeat;
	background-position: left bottom;
}

.common_block .arrow{
	background: url('../images/block_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

.common_block .list_item{
	border-top: 1px solid #FFFFFF;
}

.common_block a{
	font-weight: bold;
	font-size: 7pt;
}

.common_block .list_item a{
	font-weight: normal;
	font-size: 8pt;
}

/* Common page */

.common_page *{
	font-size: 8pt;
}

.common_page h1{
	font-size: 9pt;
	background: url('../images/dots.gif') repeat-x left bottom;
	line-height: 21px;
	margin-bottom: 5px;
}

.common_page ul{
	padding: 5px;
}

.common_page li{
	list-style: none;
	padding-left: 10px;
	background: url('../images/bullet.gif') no-repeat 2px 6px;
	padding-bottom: 5px;
}

ol li {
	list-style: decimal !important;
	background: none !important;
	padding-left: 0px !important;	
}

ol {
	padding-left: 20px;	
}

.common_page p{
	padding-top: 5px;
	padding-bottom: 15px;
}

.common_page img{
	margin: 10px;
}

/* Common form */

.common_form{
	padding: 10px;
}

.common_form *, .step{
	font-size: 8pt;
}

.common_form div, .common_form label, .step{
	line-height: 20px;	
}

.common_form .group{
	position: relative;
	height: 30px;
}

.common_form .required,
.common_form .label,
.common_form .field,
.common_form .image{
	position: absolute;
	top: 0px;
}

.common_form .required{
	left: 0px;
	width: 10px;
	color: #FF0000;
}

.common_form .label{
	left: 10px;
}

.common_form .image{
	top: 4px;
}

.common_form input.text{
	border: 1px solid #C5C5C5;
	height: 18px;
}

.common_form .secure{
	height: 35px;
}

.common_form .secure .label{
	line-height: 25px;
}

.common_form .secure .field{
	background: #F5F590;
	height: 27px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.common_form .secure input.text{
	vertical-align: middle;
}

.common_form .secure .default{
	color: #666666;
	font-style: italic;
}

.common_form img{
	margin: 0px;
}

.message{
	padding-bottom: 20px;
	color: #008800;
	text-transform: lowercase;
}

.errors{
	padding-bottom: 20px;
}

.errors div{
	color: #FF0000;
	text-transform: lowercase;
}

.error{
	padding-left: 20px;
	padding-right: 20px;
}

.common_form .questions{
	padding-bottom: 20px;
}

.common_form .question{
	line-height: 40px;
	font-weight: bold;
}

.common_form .answer{
	line-height: 20px;
	height: 20px;
}

.common_form input.radio{
	vertical-align: middle;
	margin-top: -4px;
}

/* Inner-wide common form */

.inner_wide .common_form{
	width: 700px;
	margin-left: 50px;
}

.inner_wide .common_form .label{
	width: 250px;
}

.inner_wide .common_form .field{
	left: 255px;
	width: 200px;
}

.inner_wide .common_form .image{
	left: 360px;
}

.inner_wide .common_form input.text{
	width: 223px;
}

.inner_wide .common_form .secure .field{
	width: auto;
	min-width: 215px;
}

* html .inner_wide .common_form .secure .field{
	width: 215px;
}

.inner_wide .common_form .secure input.text{
	width: 106px;
}

.inner_wide .common_form .buttons{
	width: 500px;
}

/* Inner-normal common form */

.inner_normal .common_form{
	width: 340px;
	margin: auto;
}

.inner_normal .common_form .label{
	width: 250px;
}

.inner_normal .common_form .field{
	left: 225px;
	width: 150px;
}

.inner_normal .common_form input.text{
	width: 148px;
}

/* License agreement text */

#license_agreement_text{
	display: none;
	background: #FFFFFF;
	width: 850px;
	height: 510px;
	padding: 10px;
	padding-top: 27px;
}

#license_agreement_text .close{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 28px;
	height: 28px;
	display: block;
	background: url('../images/close.png');
	cursor: pointer;
	z-index: 5;
}

#license_agreement_text .scroller{
	position: relative;
	overflow: auto;
	width: 840px;
	height: 500px;
	border: 1px solid #666666;
	padding: 5px;
}

#license_agreement_text p, ul{
	margin: 0px;
	padding-bottom: 10px;
	font-family: tahoma;
	font-size: 9pt;
}

#license_agreement_text li{
	margin: 0px;
	font-family: tahoma;
	font-size: 9pt;
	list-style:none;
}

#license_agreement_text h1{
	padding: 10px;
	font-size: 12pt;
	text-align: center;
}

#license_agreement_text h2{	
	padding: 2px;
	font-size: 11pt;
	text-align: center;
}

/* Main block */

#main{
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}

/* Header settings */

.main_header{
	background: url('../images/main_header_bg.jpg') repeat-x;
	height: 80px;
	position: relative;
}

.main_header .logo{
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	left: 24px;
	top: 34px;
	width: 220px;
	height: 46px;
}

.main_header .logo a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 142px;
	height: 23px;
}

.main_header .language_list{
	position: absolute;
	right: 184px;
	top: 37px;
}

.main_header .language_list a{
	padding-left: 3px;
	padding-right: 3px;
}

.main_header .language_list,
.main_header .language_list *,
.main_header .icons,
.main_header .icons *{
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #0088CC;
}

.main_header .icons{
	position: absolute;
	right: 15px;
	top: 37px;
}

.main_header .icons img{
	display: inline;
}

.main_header .icons a{
	padding-left: 8px;
	padding-right: 8px;
}

/* Menu settings */

.main_menu{
	background: url('../images/main_menu_bg.jpg') repeat-x;
	height: 46px;
	position: relative;
}

.main_menu .item{
	float: left;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	line-height: 43px;
	height: 43px;
}

.main_menu .separator{
	float: left;
	background: url('../images/main_menu_separator_bg.jpg') no-repeat;
	width: 1px;
	height: 46px;
	overflow: hidden;
}

.main_menu .item a{
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
}

.main_menu .item a:hover{
	text-decoration: underline;
}

/* Main ad */

.main_ad{
	width: 976px;
	border: 2px solid #FFFFFF;
	position: relative;
	height: 129px;
}

.main_ad .os_logos{
	display: none;
}

.main_ad a{
	display: none;
}

/* Main content */

.main_content{
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

/* Main footer */

.main_footer .small, .main_footer .small *{
	overflow: hidden;
	height: 1px;
}

.main_footer .first{
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	height: 2px;
}

.main_footer .first div{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 2px;
}

.main_footer .second{
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	background: #FFFFFF;
}

.main_footer .third{
	margin-left: 2px;
	margin-right: 2px;
	border-left: 2px solid #969696;
	border-right: 2px solid #969696;
	background: #FFFFFF;
}

.main_footer .fourth{
	margin-left: 4px;
	margin-right: 4px;
	background: #969696;
}

.main_footer .contact{
	height: 30px;
}

.main_footer .contact *{
	font-size: 7pt;
	line-height: 20px;
	letter-spacing: 1px;
}

.main_footer .contact .left{
	float: left;
	color: #99999A;
}

.main_footer .contact .right{
	float: right;
	padding-right: 25px;
	font-weight: bold;
	color: #99999A;
}

/* Inner page settings */

td.inner_left_column{
	width: 238px;
	background: url('../images/inner_left_column_bg.gif') repeat-x;
}

div.inner_left_column{
	padding-left: 5px;
	padding-right: 7px;
	padding-top: 6px;
}

td.inner_right_column{
	width: 736px;
	padding-left: 2px;
	background: url('../images/inner_right_column_bg.gif') no-repeat;
	background-color: #FFFFFF;
}

div.inner_right_column{
	background-color: #FFFFFF;
	min-height: 290px;
	padding: 25px;
	position: relative;
}

* html div.inner_right_column{
	height: 290px;
}

/* Schema colors */

/* Main */

.main .main_menu .current,
.main_menu .main .hover{
	border-bottom: 3px solid #0088CC !important;
}

.main .main_menu .current a,
.main_menu .main .hover a{
	color: #0088CC !important;
}

.main .main_ad .os_logos{
	display: block;
	position: absolute;
	padding-top: 10px;
	width: 56px;
	height: 18px;
	left: 12px;
	bottom: 10px;
	background: url('../images/os_logos.png') no-repeat;
}

.main td.main_left_column{
	width: 732px;
}

.main div.main_left_column{
	padding-left: 20px;
}

.main .main_left_column .text_ad{
	padding-right: 20px;
	padding-top: 36px;
	padding-bottom: 20px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}

.main .main_left_column .text_ad big{
	font-size: 12pt;
	line-height: 25px;
}

.main td.left_column{
	width: 289px;
}

.main .left_column .block{
	background: url('../images/left_column_block_bg.gif') no-repeat;
	position: relative;
	min-height: 30px;
}

* html .main .left_column .block{
	height: 30px;
}

.main .left_column .block .logo_small{
	background: url('../images/logo_small_new.png') no-repeat;
	width: 120px;
	height: 11px;
	left: 0px;
	top: 12px;
	position: absolute;
}

.main .left_column .block *{
	font-size: 7pt;
}

.main .left_column .block .content{
	padding-top: 34px;
	padding-left: 0px;
	padding-right: 17px;
}

.main .left_column .block .wide{
	padding-left: 0px !important;
	padding-bottom: 10px;
}

.main .left_column .block .wide *{
	font-size: 8pt !important;
}

.main .right_column{
	width: 422px;
}

.main div.right_column{
	position: relative;
}

.main .right_column .left_corner,
.main .right_column .right_corner{
	position: absolute;
	top: 0px;
}

.main .right_column .left_corner{
	left: 0px;
	background: url('../images/right_column_left_corner.gif') no-repeat;
	width: 23px;
	height: 232px;
}

.main .right_column .right_corner{
	right: 0px;
	background: url('../images/right_column_right_corner.gif') no-repeat;
	width: 7px;
	height: 232px;
}

.main .right_column .content{
	background: #FFFFFF;
	border-top: 1px solid #A6A6A5;
	min-height: 232px;
	margin-left: 23px;
	margin-right: 7px;
}

* html .main .right_column .content{
	height: 232px;
}

.main .tabs{
	height: 24px;
	padding-left: 27px;
}

* html .main .tabs{
	overflow: hidden;
}

.main .tabs .tab{
	background: url('../images/tab_bg.gif') repeat-x;
	position: relative;
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #A5A5A6;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.main .tabs .tab .left{
	left: -4px;
	top: 0px;
	width: 4px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	background: url('../images/tab_left_corner.gif') no-repeat;
}

.main .tabs .tab .right{
	right: -4px;
	top: 0px;
	width: 4px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	background: url('../images/tab_right_corner.gif') no-repeat;
}

.main .tabs .separator{
	float: left;
	width: 10px;
	height: 23px;
}

.main .tabs a{
	color: #000000;
}

.main .tabs .yellow{
	background: url('../images/yellow_tab_bg.gif') repeat-x;
}

.main .tabs .yellow .left{
	background: url('../images/yellow_tab_left_corner.gif') no-repeat;
}

.main .tabs .yellow .right{
	background: url('../images/yellow_tab_right_corner.gif') no-repeat;
}

.main .tabs .current{
	background: url('../images/yellow_tab_bg.gif') repeat-x;
}

.main .tabs .current .left{
	background: url('../images/yellow_tab_left_corner.gif') no-repeat;
}

.main .tabs .current .right{
	background: url('../images/yellow_tab_right_corner.gif') no-repeat;
}

.main .tabs .current_old{
	background: #FFFFFF !important;
}

.main .tabs .current_old .left{
	background: url('../images/current_tab_left_corner.gif') no-repeat;
}

.main .tabs .current_old .right{
	background: url('../images/current_tab_right_corner.gif') no-repeat;
}

.main .tabs .current_old,
.main .tabs .current_old .left,
.main .tabs .current_old .right{
	height: 24px;
}

.main .right_column .wide-block{
	font-size: 7pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
	position: relative;
	min-height: 70px;
}

.main .right_column .block{
	font-size: 7pt;
	padding-right: 125px;
	padding-left: 5px;
	padding-top: 20px;
	position: relative;
	min-height: 70px;
}

* html .main .right_column .block{
	height: 70px;
}

.main .right_column .block div.icon{
	background: url('../images/center_icon_bg.gif');
	width: 87px;
	height: 81px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
}

.main .right_column .block img.icon{
	position: absolute;
	right: 21px;
	top: 21px;
	z-index: 1;
}

.main .right_column .block strong{
	font-size: 8pt;
}

.main td.main_right_column{
	width: 244px;
}

.main div.main_right_column{
	padding-left: 13px;
	padding-right: 5px;
	padding-top: 5px;
}

.main .large_button{
	padding-bottom: 5px;
	width: 226px;
	height: 63px;
}

.main .main_right_column .cite{
	background: url('../images/cite_bg.gif') no-repeat;
	height: 154px;
	position: relative;
}

.main .main_right_column .cite img{
	position: absolute;
	left: 14px;
	top: 19px;
}

.main .main_right_column .cite .text{
	padding-top: 19px;
	padding-left: 74px;
	padding-right: 16px;
	font-size: 7pt;
}

.main .webshop_image,
.main .learn_image,
.main .accountants_image,
.main .mac_image,
.main .facebook_image,
.main .wordpress_image {
	width: 150px;
	height: 22px;
	background-repeat: no-repeat;
	position: absolute;
	left: 113px;
	top: 7px;
}

.main .mac_image{
	background-image: url('../images/mac.gif');
}

.main .apple_image{
	left: 18px;
	top: 35px;
	position: absolute;
	width: 36px;
	height: 62px;
	background: url('../images/apple.gif') no-repeat;
}

/* products */

.products .main_menu .current,
.main_menu .products .hover{
	border-bottom: 3px solid #D2A42E !important;
}

.products .main_menu .current a,
.main_menu .products .hover a{
	color: #D2A42E !important;
}

.products .main_ad{
	border-bottom: 0px;
}

.products .colored_block .header{
	background: url('../images/products_colored_block_bg.gif') repeat-x;
}

.products .colored_block .header .left_corner{
	background: url('../images/products_colored_block_left_corner.gif') no-repeat;
}

.products .colored_block .header .right_corner{
	background: url('../images/products_colored_block_right_corner.gif') no-repeat;
}

.products .colored_block .arrow{
	background: url('../images/products_arrow.gif') no-repeat;
	background-position: 7px 10px;
}


/* Questions */

.questions .main_menu .current,
.main_menu .questions .hover{
	border-bottom: 3px solid #7B8A56 !important;
}

.questions .main_menu .current a,
.main_menu .questions .hover a{
	color: #7B8A56 !important;
}

.questions .main_ad{
	border-bottom: 0px;
}

.questions .colored_block .header{
	background: url('../images/questions_colored_block_bg.gif') repeat-x;
}

.questions .colored_block .header .left_corner{
	background: url('../images/questions_colored_block_left_corner.gif') no-repeat;
}

.questions .colored_block .header .right_corner{
	background: url('../images/questions_colored_block_right_corner.gif') no-repeat;
}

.questions .colored_block .arrow{
	background: url('../images/questions_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* Webshop */

.webshop .main_menu .current,
.main_menu .webshop .hover{
	border-bottom: 3px solid #867BA8 !important;
}

.webshop .main_menu .current a,
.main_menu .webshop .hover a{
	color: #867BA8 !important;
}

.webshop .main_ad{
	border-bottom: 0px;
}

.webshop .colored_block .header{
	background: url('../images/links_colored_block_bg.gif') repeat-x;
}

.webshop .colored_block .header .left_corner{
	background: url('../images/links_colored_block_left_corner.gif') no-repeat;
}

.webshop .colored_block .header .right_corner{
	background: url('../images/links_colored_block_right_corner.gif') no-repeat;
}

.webshop .colored_block .arrow{
	background: url('../images/links_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* apply_for_job */

.apply_for_job .main_menu .current,
.main_menu .apply_for_job .hover{
	border-bottom: 3px solid #73AC8C !important;
}

.apply_for_job .main_menu .current a,
.main_menu .apply_for_job .hover a{
	color: #73AC8C !important;
}

.apply_for_job .main_ad{
	border-bottom: 0px;
}

.apply_for_job .colored_block .header{
	background: url('../images/security_colored_block_bg.gif') repeat-x;
}

.apply_for_job .colored_block .header .left_corner{
	background: url('../images/security_colored_block_left_corner.gif') no-repeat;
}

.apply_for_job .colored_block .header .right_corner{
	background: url('../images/security_colored_block_right_corner.gif') no-repeat;
}

.apply_for_job .colored_block .arrow{
	background: url('../images/security_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* Accountants */

.accountants .main_menu .current,
.main_menu .accountants .hover{
	border-bottom: 3px solid #7283C3 !important;
}

.accountants .main_menu .current a,
.main_menu .accountants .hover a{
	color: #7283C3 !important;
}

.accountants .main_ad{
	border-bottom: 0px;
}

.accountants .colored_block .header{
	background: url('../images/accountants_colored_block_bg.gif') repeat-x;
}

.accountants .colored_block .header .left_corner{
	background: url('../images/accountants_colored_block_left_corner.gif') no-repeat;
}

.accountants .colored_block .header .right_corner{
	background: url('../images/accountants_colored_block_right_corner.gif') no-repeat;
}

.accountants .colored_block .arrow{
	background: url('../images/accountants_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* Company */

.company .main_menu .current,
.main_menu .company .hover{
	border-bottom: 3px solid #B66FDE !important;
}

.company .main_menu .current a,
.main_menu .company .hover a{
	color: #B66FDE !important;
}

.company .main_ad{
	border-bottom: 0px;
}

.company .colored_block .header{
	background: url('../images/company_colored_block_bg.gif') repeat-x;
}

.company .colored_block .header .left_corner{
	background: url('../images/company_colored_block_left_corner.gif') no-repeat;
}

.company .colored_block .header .right_corner{
	background: url('../images/company_colored_block_right_corner.gif') no-repeat;
}

.company .colored_block .arrow{
	background: url('../images/company_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* News */

.news .main_menu .current,
.main_menu .news .hover{
	border-bottom: 3px solid #757472 !important;
}

.news .main_menu .current a,
.main_menu .news .hover a{
	color: #757472 !important;
}

.news .main_ad{
	border-bottom: 0px;
}

.news .colored_block .header{
	background: url('../images/news_colored_block_bg.gif') repeat-x;
}

.news .colored_block .header .left_corner{
	background: url('../images/news_colored_block_left_corner.gif') no-repeat;
}

.news .colored_block .header .right_corner{
	background: url('../images/news_colored_block_right_corner.gif') no-repeat;
}

.news .colored_block .arrow{
	background: url('../images/news_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* Join */

.join .main_menu .current,
.main_menu .join .hover{
	border-bottom: 3px solid #C38787 !important;
}

.join .main_menu .current a,
.main_menu .join .hover a{
	color: #C38787 !important;
}

.join .main_ad{
	border-bottom: 0px;
}

.join .colored_block .header{
	background: url('../images/buy_colored_block_bg.gif') repeat-x;
}

.join .colored_block .header .left_corner{
	background: url('../images/buy_colored_block_left_corner.gif') no-repeat;
}

.join .colored_block .header .right_corner{
	background: url('../images/buy_colored_block_right_corner.gif') no-repeat;
}

.join .colored_block .arrow{
	background: url('../images/buy_arrow.gif') no-repeat;
	background-position: 7px 10px;
}

/* Register course visitor */

.register_course_visitor_result{
	line-height: 50px;
	text-align: center;
}

/* Tutorials */

.tutorials .application_content{
	display: none;
	padding: 0px;
}

.tutorials .application_content *{
	font-size: 8pt;
}

.tutorials .application_content a{
	font-weight: normal;
	color: #000000;
}

.tutorials .application_content .group{
	padding-left: 0px;
}

.tutorials .not_available{
	padding-top: 50px;
	text-align: center;
}

#tutorialLayer .videolink{
	line-height: 20px;
	color: #0088CC;
}

.red {
	color: #FF0000;
	padding: 10px;
	text-align: center;	
}

fieldset {
	border: 1px solid #cccccc;
	width: 550px;
	padding: 5px;
	margin-bottom: 15px;
}

fieldset legend {
	margin: 2px;
	padding: 2px;
}

fieldset table td {
	vertical-align: middle;
	text-align: center;	
}

.inner_wide .common_form input.text.name {
	width: 120px;
}

.inner_wide .common_form input.text.cpr_number {
	width: 90px;
}

.inner_wide .common_form input.text.amount {
	width: 90px;
}

.counter {
	vertical-align: middle;
	font-weight: bold;
	width: 30px;
}

td.delete {
	vertical-align: middle;
	text-align: center;
	width: 30px;
}

table tbody tr:first-child td.delete {
	visibility: hidden;
}

.procure-cell {
	width: 90px;
}

.login h3 {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 15px;
	color: #880000;
}

.login table {
	width: 700px;
}

.login table td {
	padding: 5px;
	padding-right: 35px;
	width: 50%;
}

.login table td .description {
	padding-bottom: 5px;
	padding-top: 5px;
	height: 50px;
}

.login input.text{
	border: 1px solid #C5C5C5;
	height: 18px;
	width: 230px;
}

.login .required {
	font-weight: bold;
	font-size: 14px;
	color: red;
	display: block;
	float: left;
	padding-right: 5px;
}

/* buttons */
.clearbutton.blue { background-color: #537e9e; }
.clearbutton.green { background-color: #69a846; }

.clearbutton.login {
	position: absolute;
	top: 8px;
	right: 5px;
	text-transform: lowercase;
}

.clearbutton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0;
  overflow: hidden;
  padding: 1px;
  text-decoration: none;
  vertical-align: middle;
}

.clearbutton .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  font: bold 12px 'Helvetica', 'Arial', sans-serif;
  line-height: normal;
  margin: 0;
  padding: 6px 12px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.clearbutton:hover {
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.1));
  cursor: pointer;
  text-decoration: none;
}

.clearbutton .inner .arrow {
    background: url("../images/button_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
	height: 12px;
	position: absolute;
	right: 13px;
	top: 7px;
	width: 12px;
}

.clearbutton.has_arrow .inner {
    padding-right: 36px;
}

.clearbutton.big .inner {
	font: bold 16px 'Helvetica', 'Arial', sans-serif;
	padding: 9px 12px;
}

.clearbutton.big.has_arrow .inner {
	padding-right: 41px;
}

.clearbutton.big .inner .arrow {
	background: transparent url(../images/big_button_arrow.png) 0 0 no-repeat;
	height: 19px;
	right: 12px;
	top: 8px;
	width: 19px;
}

/* Login form */
.login_form {
	position: relative;
	width: 450px;
	padding: 15px 10px 5px 10px;
	margin: 70px auto 180px auto;
	background-color: whitesmoke;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e8e8e8;
}

.login_form fieldset {
	width: 440px;
	border: none;
}

.login_form legend {
	width: 100%;
	font-size: 12pt;
	font-weight: bold;
    line-height: 21px;
    margin-bottom: 5px;
	background: url("../images/dots.gif") repeat-x scroll left bottom transparent;
}

.login_form dt {
	font-size: 10pt;
}

.login_form dd {
	margin-bottom: 10px;
}

.login_form .input {
	font-size: 14pt;
	width: 200px;
	border: 1px solid silver;
}

.login_form .wide {
	width: 100%
}

.login_form .gray {
	color: #404040;
}

.login_form .big {
	font-size: 14pt;
}

.login_form .close_link {
	display: none;
}

#floatingForm {
	display: none;
	position: absolute;
	top: -32px;
	right: 8px;
	z-index: 99;
}

#floatingForm .login_form .close_link {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: gray
}

#floatingForm .login_form {
	border: 1px solid silver;
	-webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
}

#forgotPasswordLink {
	position: absolute;
	bottom: 5px;
	right: 5px;
}