/*Form*/
fieldset {
	text-align: left;
	border: none;
	display: block;
	padding: 0 17px 0 27px;
	margin: 0;
}

fieldset label  {
	margin-top: 5px;
}

input, select, textarea {
	border: 1px solid #6a9ac6; 
	font-size: 14px;
	line-height: 20px;
	padding: 2px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

input, select {
	height: 20px;
}

select {
	padding: 0 0 0 0 !important;
	line-height: 22px;
	height: 22px;
}

input:focus, select:focus, textarea:focus {
	border-color: #0e4d86;
}



/*Buttons*/

div.buttons {
	position: relative;
	padding: 8px 0;
	background: #4980b2 url(../img/buttons-bg.png) repeat-x bottom;
	text-align: center;
	width: 100%;
	overflow: hidden;
    margin-top: 3px;
	margin-bottom: 30px;
}

div.buttons button {
	padding: 9px 15px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

div.buttons fieldset#captcha-set {
	position: relative;
}

div.buttons fieldset#captcha-set button {
	position: absolute;
	top: 7px;
	right: 50px;
}

div.buttons div.corner {
	background-image: url(../img/corner-buttons.png);
}

div.buttons fieldset a#captcha-a{
	display: block;
	width: 114px;
	height: 60px;
	margin-right: 20px;
	float: left;
}

div.buttons fieldset a#captcha-a img {
	border: none;
}

div.buttons fieldset label  span.subnote{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}

div.buttons fieldset label  span.subnote a {
	color: #e6f3ff;
}



/*Contact*/

div#contact {
	padding: 20px 0 27px 0;
	background: #f1f7fc url(../img/contact-bg.png) repeat-x top;
	color: #4f4f4f;
	position: relative;
}

div#contact label {
	padding-right: 11px;
	margin-right: 12px;
	margin-left: 5px;
	float: left;
}

label.required {
	background: url(../img/required.png) no-repeat right center;
}

div#contact p.required {
	margin: 0 27px;
	padding: 0 5px 16px 5px;
	color: #507d9b;
}

div#account-parameters select,
div#account-parameters input,
table#users-tbl select{
	font-size: 15px;
}

fieldset#email-set {
	position: relative;
}

fieldset label span {
	display: block;
	height: 22px;
	line-height: 22px; 
	float: left;
}

.downloadable fieldset#personal-set label#firstName span,
.downloadable fieldset#personal-set label#lastName span,
.downloadable fieldset#company-set label span,
.downloadable fieldset#country-set label span  {
	width: 78px;
}

.reportbug fieldset#company-set,
.downloadable fieldset#company-set,
.downloadable fieldset#country-set,
.hosted fieldset#country-set {
	padding-top: 15px;
}

.hosted fieldset#personal-set {
	padding-bottom: 0;
	padding-top: 15px;
}

.hosted fieldset#personal-set label#firstName span,
.hosted fieldset#personal-set label#lastName span,
.hosted fieldset#country-set label span,
.hosted fieldset#email-set label span  {
	width: 96px;
}
 
.downloadable fieldset#personal-set label#emailAddress span,
.downloadable fieldset#personal-set label#phone span {
	width: 52px;
}

.hosted  label#phone span,
.hosted  label#company span {
	width: 69px;
}

.reportbug fieldset#personal-set label#firstName span,
.reportbug fieldset#personal-set label#lastName span,
.reportbug fieldset#company-set label span  {
	width: 80px;
}

.reportbug fieldset#personal-set label#emailAddress span,
.reportbug fieldset#personal-set label#phone span {
	width: 53px;
}

.reportbug fieldset#company-set {
	padding-bottom: 20px;
	border-bottom: 1px dashed #90adc7;
}

.reportbug fieldset#question-set {
	padding-top: 20px;
}

.reportbug textarea#description-area {
	width: 550px;
}

.reportbug span.subnote {
	display: block;
	font-size: 11px;
	line-height: 14px;
	color: #8d8d8d;
}

.reportbug  #input-file span {
	padding-top:3px;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	font-size: 14px;
	width: 70px;
}

.reportbug  #input-file input{
    height:23px;
	font-size: 13px;
	overflow: hidden;
	line-height: 15px;
	margin: 2px 0;
	background: #ffffff;
}

div#pleaseRetypeNote {
	display: block;
	position: absolute;
	top: 108px;
	left: 280px;
	width: 140px;
	padding: 8px 8px !important;
	background-color: #4980b2;
	color: #ffffff;
}

div#pleaseRetypeNote  p {
	margin: 0;
	display: block;
	width: 110px;
}

div#pleaseRetypeNote div.corner {
	background-image:  url(../img/corner-deep-blue.png);
}

div#pleaseRetypeNote div.arrow {
	position: absolute;
	left: 30px;
	top: -4px;
	width: 9px;
	height: 5px;
	background: url(../img/retype-arrow2.png) no-repeat left center;
}

div#pleaseRetypeNote div.close {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 20px;
	height: 20px;
}

div#pleaseRetypeNote div.close a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/retype-close.png) no-repeat center top;
}

div#pleaseRetypeNote div.close a:hover {
	cursor: pointer;
	background-position: center bottom;
}


/*Account Parameters*/

div#account-parameters {
	padding: 20px 0 16px 0;
	background: #f3f8fd url(../img/address-blue-bg.png) repeat-x top;
	overflow: hidden;
	margin-bottom: 0;
	color: #383f47;
}

div#account-parameters h2 {
	margin: 0 0 5px 0;
}

div#account-parameters #context {
	border: 2px solid #80afe3;
}

fieldset span {
	float: none;
	width: auto;
	font-size: 14px;
	line-height: 18px;
}

div.account-parameters select {
	height: 24px;
	font-size: 17px;
	padding: 0;
	margin-top: 2px;
}

div#account-parameters select option {
	font-weight: normal;
	padding: 2px 0;
}


label#user-number {
	width: 290px;
	float: left;
}

label#user-number select {
	width: 290px;
}

label#paiment-period {
	width: 169px;
	margin-left: 26px;
	float: left;
	clear: right;
}

label#paiment-period select {
	width: 169px;;  
}

div#trialAcc {
	float: none;
	clear: both;
	margin-top: 10px;
}



/*Address*/

div.address {
	padding: 16px 0 16px;
	margin: 0 0 10px 0;
	clear: both;
	background: #e9f4ff url(../img/address-bg.png) repeat-x top;
	color: #133b63;
}

body#purchase-online div#transfer_div {
	background: #e1f1ff url(../img/trial-context-bg.png) repeat-x top;
	padding: 2px 0 9px 0;
	margin: 0 27px;
}

body#purchase-online div.address, body#extend-online div.address {
	background: none;
	padding-bottom: 8px;
}

div#transfer_div  label#trialAcc0-label {
	color: #426482;
	font-size: 14px;
}

#trialAcc0_div {
	padding: 0;
}

#trialAcc0_div span.http {
	font-size: 16px;
}

div.address label {
	float: left;
	padding-right: 10px;
}

div.address label span.http {
	display: block;
	position: relative;
	width: 463px;
	border: 1px solid #5d8cb6;
	background-color: #ffffff;
	color: #1f6ab6;
	padding: 0 10px 0 10px !important;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 7px 0 4px 0;
	height: 27px;
	line-height: 27px;
}

body#extend-online div.address span.http {
	border: 1px solid #bbbbbb;
}

div#transfer_div label {
	position: relative;
}

body#purchase-online span.http input {
	width: 235px;
}

body#purchase_2nd span.http input {
	width: 235px;
}

div#transfer_div label span.http {
	width: 410px;
	border: 1px solid #6290b9;
	color: #70a0ca;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}

body#extend-online span.http {
	border: 1px solid #cccccc;
}

div.address  span.subnote {
	display: block;
	float: none;
	clear: both;
	font-size: 11px;
	line-height: 14px;
	color: #507D9B;
	margin-right: 27px;
}

div.address input#context {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	border: none;
	margin: 0 0 0 4px;
	padding: 0 0 0 0;
	height: 23px;
	width: 245px;
}

div#transfer_div input {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	border: none;
}

form#signup_form div.address {
	margin-bottom: 0;
	padding: 0;
}

form#signup_form h2, form#signup_form .errors {
	margin-left: 27px;
}

div#transfer_div label span.http #trialContext {
	position: absolute;
	top: 3px;
}



/*Account Parameters*/
div.account-parameters {
	padding: 16px 0 16px;
	margin: 0 0 10px 0;
}


/*Agreements*/

div#agreement {
	padding: 0 27px;
	overflow: hidden;
	margin-bottom: 30px;
}

div#agreement h2 {
	margin-top: 22px;
	margin-bottom: 10px;
}

div#agreement input {
	padding: 0;
	margin: 3px 14px 0 0;
	height: auto;
	float: left;
	border: none;
}

div#agreement label span {
	margin-bottom: 3px;
}


/*Trial Account*/

input#trialAcc0 {
	padding: 0;
	margin: 3px 14px 0 0;
	height: auto;
	float: left;
	border: none;
}

label#trialAcc-label span {
	margin-bottom: 3px;
	display: block;
}



/*Packages*/

table#packages {
	width: 100%;
	font-size: 11px;
	border-bottom: 6px solid #b3cee6;
}

table#packages input {
	border: none;
}

table#packages div.collapsible {
    width: 140%;
}

table#packages col#packagename {
	width: 62%;
}

table#packages col#database {
	width: 25%;
}

table#packages th {
	background-color: #b3cee6;
	font-size: 12px;
	text-align: left;
	padding: 5px 9px;
	color: #003a6d;
}

table#packages td{
	vertical-align: top;
	border-top: 1px dotted #000000;
	padding		: 10px 9px;
}


table#packages td p {
	color: #585858;
	font-size: 12px;
	line-height: 17px;
}

table#packages td input	{
	margin-top: 3px;
}

table#packages td h4 {
	color: #18518c;
	font-weight	: normal;
	font-size: 14px;
	line-height	: 17px;
	margin-bottom: 8px;
	margin-top: 2px;
}

table#packages td h4 label {
	float: none;
}

table#packages tr#management h4, 
table#packages tr#accounting h4, 
table#packages tr#management-accounting h4 {
	color: #595959;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


/*Purchase*/

form.js_disabled .show_if_js_enabled {
    display: none;
}

form.js_enabled .show_if_js_disabled {
    display: none;
}

td.price {
	white-space: nowrap;
	width: 110px;
	text-align: right;
	padding-right: 43px;
	padding-top: 17px;
	font-size: 18px;
	color: #a7b2bd;
}

td#discount {
	padding-top: 0;	
}

td#discount,
td#upgradeBlock_discountAmount
{
	background-color: #edf8e8;
}

.price_enabled {
	color: #0155a1 !important;
}

.price_free {
	color: #698603 !important; 
	border-top: 4px solid #ffffff;
}

td#total {
	font-size: 20px;
	padding-top: 28px;
}

table#total-table td#total  {
	padding-top: 28px;
	vertical-align: top;
	width: 160px;
}

table#total-table {
	width: 100%;
}

.price_total {
	color: #c44500 !important;
	border-top: 4px solid #ffffff;
	padding-top: 28px !important;
	vertical-align: top;
}

.total_title {
	padding-top: 28px;
	border-top: 4px solid #ffffff;
	padding-bottom: 17px;
	text-align: right;
}

.price_discount_enabled {
	color: #577133 !important;
}

.price_discount_disabled {
	color: #b4bcaa !important;
}

.total_title h3{
	text-align: right;
	font-size: 19px;
	color: #0155a1;
	font-weight: normal;
	margin-top: 0;
}

.total_title h3 span {
	font-size: 14px;
}

table#total-box {
	width: 100%;
}

table#total-box td#total {
	width: 173px;
	text-align: left;
}

table#total-box td.total_title {
	padding-right: 28px;
}

#total-box td {
	background: #f1f7fc url(../img/contact-bg.png) repeat-x top;
}

td#usersPrice {
	padding-top: 10px;
}

td#users {
	padding-top: 10px;
	padding-bottom: 10px;
}

a.expanded span.show {
    display: none;
}

a.collapsed span.hide {
    display: none;
}

form#purchase_form input {
	padding: 0;
	border: none;
}

form#purchase_form .collapsible {
	margin-bottom: 9px;
}

form#purchase_form .collapsible a {
	font-size: 12px;
}

form#purchase_form table {
	width: 100%;
}

form#purchase_form h2 {
	margin-left: 28px;
	margin-top: 25px;
}

form#purchase_form select#usersSelect {
	width: 100%;
	font-size: 17px;
	height: 24px;
	line-height: 22px;
	padding: 0 !important;
}

td#management div.label, 
td#accounting div.label
{
	position: relative;
	padding-left: 58px;
}

td#users div.label {
	padding-left: 28px;
}

td#management  div.label {
	background:  url(../img/m-icon.png) no-repeat 13px 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}

td#accounting  div.label {
	background:  url(../img/a-icon.png) no-repeat 13px 8px;
}

td#accounting {
	padding-bottom: 10px;
}



td#management input, td#accounting input {
	position: absolute;
	left: 28px;
	top: 26px;
}

form#purchase_form table {
	border-collapse: collapse;
}

form#purchase_form td#total,
form#purchase_form td#accPrice,
form#purchase_form td#mgmPrice {
	vertical-align: top;
}

table#users-tbl td{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 25px;
}

.checkbox {
	width: 43px;
	text-align: right;
	padding-top: 28px;
	vertical-align: top;
}


/*Account Changes*/ 

div#account-changes {
	margin-bottom: 18px;
}

div#account-changes label{
	display: block;
}

div#account-changes label#comments-label {
	margin-top:15px;
}

div#account-changes label span {
	display: block;
	width: 240px;
	clear: both;
}

div#account-changes fieldset p {
	margin-top: 6px;
	margin-bottom: 0px;
}

div#account-changes textarea {
	width: 480px;
	height: 190px;
	line-height: 120%;
	font-size: 13px;
	padding: 3px 3px 3px 3px;
}

div#account-changes select {
	height: 20px;
	font-size: 13px;
	width: 230px;
	padding: 0;
}



/*Upgrade*/

div#installation_info {
	background: #e9f4ff url(../img/address-bg.png) repeat-x top;
	padding: 20px 27px 27px 36px;
}

div#installation_info table {
	text-align: left;
	width: 100%;
}

div#installation_info table td {
	padding: 4px 0;
}

div#installation_info table td.name {
	text-align: right;
	font-weight: bold;
	padding-right: 12px;
	width: 30%;
	vertical-align: top;
}

td#version-after-title,
td#upgradeBlock_EditionUpgradePrice
{
	border-bottom: 1px solid #e0e0e0;
	padding-top: 0;
	padding-bottom: 20px;
}

td#user-number-after {
	padding-bottom: 10px;
}

td#user-number-title,
td#upgradeBlock_UsersUpgradePrice {
	padding: 10px 43px 10px 0;
}

td#upgradeBlock_UsersUpgradePrice {
	padding-top: 27px;
}

.upgrade_form  {
	text-align: left !important;
}

.upgrade_form table {
	width: 100%;
}

div#version-select {
	padding: 20px 27px 27px 27px;
	background: #f1f7fc url(../img/contact-bg.png) repeat-x top;
	overflow: hidden;
}

div#version-select select {
	font-size:17px;
	line-height: 22px;
	height: 24px;
}


div#version-select label {
	padding-right: 11px;
	margin-right: 12px;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}

div#version-select div.error {
	clear: both;
}

div#version-select label.required {
	background: url(../img/required.png) no-repeat right center;
}

div#version-select div.note {
	float: none;
	clear: both;
	background: url(../img/info-icon.png) no-repeat 9px 16px;
	margin-bottom: 0;
}

div#licenseKeyId {
	margin-top:15px;
}

#keyArea {
	margin-top: 3px;
	width: 480px;
	font-size: 12px;
	line-height: 120%;
}

.warning {
	font-weight: bold;
	color: #205091;
	font-size: 13px;
	line-height: 18px;
	padding-left: 29px;
	background: url(../img/warning-bg.png) no-repeat 9px 18px;
	padding-top: 16px;
	border-top: 1px solid #c0cad4;
}

#usersCount-label span,
#applyChanges-label span {
	text-align: right;
	padding-right: 10px;
}

#comments-label textarea {
	width: 338px;
}

form#signup_form h4 {
	padding-left: 27px;
}

span.total_note {
	font-size:14px;
	color:#0155A1;
	
}

div.errors p {
	font-weight: bold;
	color: #ff0000 !important;
	padding-left: 18px;
	background: url(../img/new/error.png) no-repeat left 3px;
}

div.extension_features {
	width: 140%;
}

label#firstName input,
label#lastName input,
label#phone input
{
	width: 121px;
}

body#support label#firstName input,
body#support label#lastName input,
body#support label#phone input,
body#support label#emailAddress input,
body#support label#company input
{
width: 180px !important;

}

body#shareYourNeeds label#firstName input,
body#shareYourNeeds label#lastName input,
body#shareYourNeeds label#phone input,
body#shareYourNeeds label#emailAddress input,
body#shareYourNeeds label#company input
{
width: 180px !important;

}

/*
body#shareYourNeeds div#contact label.long{
width: 548px !important;

}

body#shareYourNeeds textarea#description-area{
width: 540px !important;
padding-right:0;

}
*/


body#shareYourNeeds fieldset#personal-set {
padding-right:0px !important;

}

body#support fieldset#personal-set {
padding-right:0px !important;

}



p.shareH1{
	
	font-size: 15px;
    font-weight: normal;
    line-height: 20px;

}

p.shareH2{
	
	color: #507BAF;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}

body#free label#phone input,
body#free label#emailAddress input {
	width: 129px;
}

body#purchase_2nd label#emailAddress input ,
body#purchase_2nd label#phone input{
	width: 140px;
}


body#trials fieldset#personal-set label#company input
{
	width: 115px;
}

body#trials fieldset#personal-set label#emailAddress input,
body#trials fieldset#personal-set label#phone input{
	width: 121px
}
