@import "rp_main.css";
/**
 * @author Konrad Kuberski
 *
 * @since 2011-11-02
 * @version 1.0.20111102.2
 */




.serviceBar {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #00607B;
	clear: both;
	font-size: 1.2em;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 600px;
	border-bottom: 1px dotted #000000;
}
.formTab {
	cursor:auto; 
	position:relative; 
	top:auto; 
	left:auto; 
	right:auto; 
	width:auto; 
	height:auto;
}
.formTab {
	color: #000000;
	float: left;
	line-height: 1.2;
	background:#fff none;
	float: left;
	font-size: 1.2em;
	height: 18px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
	text-transform: uppercase;
}
.activeFormTab {
	cursor:auto; 
	margin-top:auto;
}
.activeFormTab {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px dotted #000000;
	border-bottom:none;
	color:#000;
	height: 24px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #999999 #999999 -moz-use-text-color;
	border-style: dotted dotted none;
	border-width: 1px 1px medium;
	color: #333333;
	cursor: default;
}
.formTab div {
	text-transform:uppercase;
}
/* Czyszczenie */
#tab_userForm {right:auto;}
#tab_companyForm {right:auto;}
#tab_companyForm div {margin:0;}
#tab_userForm div {margin:0;}
	
				
.formregisterBox {
	width:600px; 
	margin:0 auto;
	font-size:10px;
}
.foreFrontTabs_Panel {
	border-bottom: 1px dotted #999999;
	height: 31px;
	background:transparent url(http://static.presspublica.pl/web/rp/img/layout/registerTabs_bg.gif) repeat-x scroll left bottom;
}
.foreFrontTabs_Panel h3 {
	color: #B4B4B4;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 18px;
	padding:6px 32px 7px;
	text-align: left;
	text-transform: uppercase;
}
.foreFrontTabs_Panel h3.foreFrontTab_Active {
	background:#FFFFFF url(http://static.presspublica.pl/web/rp/img/layout/registerTabs_bg.gif) repeat-x scroll 0 0;
	border-color: #999999 #999999 -moz-use-text-color;
	border-style: dotted dotted none;
	border-width: 1px 1px medium;
	color: #333333;
	cursor: default;
	font-weight: bold;
}
.foreFrontTabs_Panel h3 a:link, .foreFrontTabs_Panel h3 a:visited, .foreFrontTabs_Panel h3 a:active, .foreFrontTabs_Panel h3 a:hover {
	color: #B4B4B4;
	text-decoration: none;
	padding:0;
	border:none;
}
#formregisterBox_body{
	margin: 20px 3px;
}
.productFormLabel {
	float:none;
	display:block;
	width:auto;
	margin: 0 0 4px;
    text-align: left;
	font-size: 1.3em;
}
.productFormElement {
	display: block;
	text-align: left;
	width: 239px;
	margin:0 0 2px 0;
}
.productFormElementBox {
	clear: left;
	display: block;
	margin: 0 0 18px;
	overflow: hidden;
	width:auto;
}
.formText {
	border:1px solid #9c9d9f;
	background: none transparent;
	height: 21px;
	padding-left: 3px;
	vertical-align: middle;
	width:230px;
}
.productFormExt {
	color:#ff3437;
	font-weight:bold;
	font-size:1.4em;
}
input.formTextPhonePref {
	float:left; width:30px;
}
input.formTextPhone {
	float:left;
	width:185px;
}
.formText option {
	height: 21px;
	width: 210px;
}
fieldset {
	border:none;
	margin:10px 0;
}
.productFormAgree p {
	float:none;
	width:auto;
	color:#676a6f;
}
.productFormButtons {
	padding:0;
}
.submitBtnLong {
	width:235px;
}
.productFormAgreeCheck {
	color:#FF3437;
}
.CheckIn {
	width: 1px;
	height: 23px;
	margin: 0 4px 0 0;
	background: transparent url(http://static.presspublica.pl/web/rp/img/layout/checkBox.png) no-repeat 5px 4px;
	float: left;
	padding: 0 0 0 25px;
}
.CheckOut {
	width:1px;
	height:23px;
	margin:0 4px 0 0;
	background:transparent url(http://static.presspublica.pl/web/rp/img/layout/checkBox.png) no-repeat 5px -20px;
	float: left;
	padding: 0 0 0 25px;
}
.productFormAgreeText {
	margin: 0 0 0 45px;
}
.column {
	float:left;
	width:270px;
	margin:0;
}
.last {
	margin:0 0 0 54px;
}
.error_msg {
	display:none;
	float:none;
	color:#ee3614;
	clear:left;
	font-size:1em;
	width:auto;
	height:auto;
}
.fieldInvalid, select.fieldInvalid {
    border: 1px solid #da0300;
    background:#ffede7;
}
.errorLabel {
	color:#da0300;
}
.smallText {
    font-size: 10px;
}
.error_msg_error {
	display:none;
	background: #ffede7;
	color:#d8462f;
	text-align:center;
	padding:10px 0;
	margin:0 0 20px 0;
	font-size:1.3em;
	line-height: 1.2em;
}
.formAgreeBoxFieldset .errorBox {
	background:#ffede7;
}