/*  body */
body{ background: #ffffff; font-size: 12px; FONT-FAMILY: Arial, Tahoma, Verdana; COLOR: #333333; font-weight: normal; margin-top: 2px; }
img{ border: 0; }

/* wrapper around all the html elements - used to center the form on the page */
#pabi_body{
	text-align: center;
}

/* sets the width of the form */
#pabi_wrapper{ text-align: left; margin: auto; width: 40em;
}

/* used for short <input> elements, eg. watermark transparency value */
.pabi_short_text{
	width: 4em;
}

/* used for longer <input> elements that stretch to fit the space available */
.pabi_long_text{
	width: 68%;
	text-align: center;
}

.pabi_long_text1{
	width: 68%;
	text-align: left;
}

/* convert, download and convert more buttons */
.pabi_big_button{
	padding: 0.0em;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1.4em;
	font-weight: bold;
}

/* div around the form fields in each section */
.pabi_fields{
	float: left;
	width: 46%;
	text-align: center;
	padding-top: 0.6em;
}

/* div containing instructions in each section */
.pabi_info{
	float: right;
	width: 50%;
	font-size: 70%;
	font-family: Arial, Tahoma, Verdana;
	background-color: white;
	border: 1px solid #acacac;
	color: #555555;
	padding: 0.4em;
}

/* intro text at top of page */
#pabi_intro{
	margin: 0.3em;
	padding: 0.3em;
	text-align: justify;
	background-color: white;
	font-family: Arial, Tahoma, Verdana;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #E3E3D7;
}
#pabi_intro1{
	margin: 0.3em;
	padding: 0.3em;
	text-align: justify;
	background-color: white;
	font-family: Arial, Tahoma, Verdana;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #E3E3D7;
}

/* styles for <legend> tag used to give each section a heading */
#pabi_wrapper legend{
	font-weight: bold;
	font-size: 96%;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
}

/* styles for <fieldset> surrounding each section */
#pabi_wrapper fieldset{
	border: 1px solid #E3E3D7;
	background-color: #f8f8f8;
	margin: 0.4em;
	padding: 0.4em;
}

/* labels for form field elements */
#pabi_wrapper label{
	font-weight: bold;
		font-size: 80%;
}

/* right-aligning text in transparency and width inputs */
.pabi_r{
	text-align: right;
}

/* error message box */
#pabi_wrapper fieldset.pabi_error{
	color: red;
	background-color: #fffefe;
	border: 1px solid #ffacac;
	font-weight: normal;
}

/* heading for error message box */
#pabi_wrapper fieldset.pabi_error legend{
	color: red;
}

/*
	animated loading gif which appears at bottom of form when
	convert button is pressed (if javascript enabled)
*/
#pabi_progressbar{
	width: 100%;
	display: none;
	background: url(images/loading.gif) no-repeat center;
	padding-top: 30px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
}

/* powered by link style */
.pabi_powered{
	margin: 1em;
	color: #acacac;
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 80%;
}

.pabi_powered a{
	color: #990000;
}

/*  font */
.big_red1{ font-size: 15px; color: #ff3300; font-family: Arial, Tahoma, Verdana;  font-weight: bold; }

/*  tablice */
.table2{ BORDER-RIGHT: #E3E3D7 1px solid; BORDER-TOP: #E3E3D7 1px solid; BORDER-LEFT: #E3E3D7 1px solid; BORDER-BOTTOM: #E3E3D7 1px solid; height: 10px; background-color: #FFFFFF; }
