body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}

#companyAndContainer {
	width:530px;
	height:510px;
	right:0px;
	display: block;
	margin-left: auto;
 	margin-right: auto;
	direction:ltr;
}

.panel {
	padding: 30px 0px 20px 55px;
	background-color: white;
	z-index: 100;
	width:475px;
}

.boxInputLabel {
	padding-bottom: 2px;
}

.boxSubmitSeparator {
	padding-bottom: 30px;
}

.boxInfoShort {
	color: #a9a9a9;
	text-align: center;
	padding-top: 2px;
}

.boxInfoLong {
	color: #a9a9a9;
	text-align: left;
	padding-top: 2px;
}

.boxOr {
	color: grey;
	text-align: center;
	padding-top: 2px;
	padding: 15px 0px 15px 0px;
	white-space: nowrap;
}

#heading {
	font-size: 23px;
	font-weight:bold;
	margin-top: 7px;
	padding-bottom: 20px;
}

.stretch {
    width:100%;
    height:100%;
}

.polarionLink {
    color: #235b82;
}

.input {
	width: 100%;
	box-sizing: border-box;
}

#submitDiv {
	text-align: center;
}

.bigButton {
	width: 100%;
	height: 42px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;	
}

.bigButton:enabled {
	border: 1px solid #89adce;
	color: #00346d;
	background: #d1e4f2 url('/polarion/ria/images/backgrounds/bg_form_btn.gif') repeat-x scroll 0 0;
	cursor: pointer;
}

.bigButton:disabled {
	border: 1px solid #bbbbbb;
	color: rgb(111, 111, 111);
	background-color: rgb(221, 221, 221);
}

#message {
	overflow: hidden;
	width: 500px;
	padding: 15px;
	color: #ffffff;
}

#message a {
	color: #ffffff;
}

#message div {
	margin-left: 10px;
}

.messageError {
	background: red;
}

.messageInfo {
	background: #24C526;
}

#messageText {
	min-height: 14px;	
}

.infoIcon {
    vertical-align: middle;
    width:40px;
}

.bottomNote {
	color: #235b82;
	font-size: 11px;
	margin-bottom:5px;
}

.hr {
	clear:both;
    width:100%;
    background-color: grey;
    height:1px;
    margin-top:5px;
    margin-bottom:5px;
}

.step {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.hwKey {
	font-weight: bold;
	padding-bottom: 5px;
}

.instructions, .hwKeyDiv {
	font-size: 12px;
	color: black;
	line-height: 1.3;
	padding-bottom: 13px;
}

.licenseKey {
	border-bottom: 1px dotted;
	cursor: default;
	font-weight: bold;
}

.activationHelpLink {
	font-weight: bold;
	text-align: center; 
	margin-top: 20px;
}

.activationHelpLink a {
	color: black;
}


#activationForm{
	width:85%;
	margin-bottom:40px;
	
}

