#orderForm
{
	min-height: 200px;
}

#orderForm form label 
{
	color:#5B5B5B;
}

#orderForm form th
{
	text-align: right;
	width: 240px;
}

#orderForm form td
{
	width: 310px;
}

#orderForm .double_list
{
	width: 259px;
}

#orderForm .double_list_label
{
	color:#5B5B5B;
	font-weight:bold;
}

#orderForm .double_list_select, #orderForm .double_list_select-selected
{
	width: 120px;
	height: 130px;
}

#orderForm .double_list_left
{
	float: left;
}

#orderForm .double_list_right
{
	float: right;
}

#orderForm #files_before
{
	padding-bottom: 10px;
}

#orderForm form input, #orderForm form textarea,  #orderForm form select
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
    border:1px solid #CEBCAB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#orderForm form #order_service
{
	width: 260px;
}

#orderForm form #order_language_from
{
	width: 120px;
}

#orderForm form #order_expected_date, #orderForm form #order_expected_format, #orderForm form #order_phone, #orderForm form #order_zipcode
{
	width: 118px;
}

#orderForm form #order_notes, #orderForm form #order_name, #orderForm form #order_company_name, #orderForm form #order_email
{
	width: 257px;
}

#orderForm form #order_dtp, #orderForm form #order_delivery_type_1, #orderForm form #order_no_file
{
	margin-left: 1px;
}

#orderForm form #order_contractor_type_1
{
	margin-right: 3px;
	margin-left: 10px;
}

#orderForm form #order_contractor_type_2
{
	margin-right: 3px;
	margin-left: 25px;
}

#orderForm form select
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

#orderForm form select option
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#orderForm form input[type=submit]
{
	background:transparent url(../images/wyslij.png) no-repeat 0 0;
	text-indent:-99999px;
	width:70px;
	height:27px;
	cursor:pointer;
}

#orderForm form input[type=submit]:hover
{
	background:transparent url(../images/wyslij.png) no-repeat 0 -27px;
}

#orderForm #uploaded_before_tr_label th
{
	padding-left: 9px;
	padding-bottom: 0px;
	text-align: left;
}

#orderForm #uploaded_before_tr_box td
{
	padding-top: 1px;
}

#orderForm a img
{
	margin-left: 5px;
	margin-right: 5px;
}

#orderForm a
{
	cursor: pointer;
}

#orderForm .ind_pleasewait
{
	margin-bottom: 0 !important;
}

#orderForm #order_pleasewait
{
	color: green;
	display: none;
}

#newform_div .p_thankyou
{
	color: green;
	margin-top: 220px;
	text-align: center;
}

#orderForm .p_fail
{
	color: red;
	display: none;
}

#orderForm .checkbox_list 
{ 
	float: left;
	margin: 0px;
}

#orderForm .checkbox_list li 
{ 
	margin: 0;
	list-style:square; 
	display:inline;
}

#orderForm .radio_list 
{ 
	float: left;
	margin: 0; 
}

#orderForm .radio_list li 
{ 
	display: inline; 
}

#orderForm .error_list 
{ 
	color: red;
}

#orderForm .span_to
{
	display:inline;
}

#orderForm #files_before 
{
	width: 504px;
	margin: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	border: 1px solid #CEBCAB;
	background: white;
	padding: 2px;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#orderForm input[disabled]
{ 
	border: 1px solid #ccc 
} /* FF 2 Fix */


#newForm
{
	background-color: #efefef;
}

#newForm_left table
{
	width: 520px;
	margin-top: 20px;
}

#newForm_left label 
{
	color:#5B5B5B;
}

#newForm_left th
{
	text-align: right;
	width: 210px;
	font-weight: normal;
}

#newForm_left td
{
	width: 280px;
}

#newForm_left #files_before
{
	padding-bottom: 10px;
}

#newForm_left input, #newForm_left textarea,  #newForm_left select
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
    border:1px solid #696969;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#newForm_left #order_expected_date
{
	width: 118px;
}

#newForm_left select
{
	width: 262px;
}

#newForm_left input
{
	width: 260px;
}

#newForm_left textarea
{
	width: 260px;
	height: 52px;
}

#newForm_left #order_expected_date
{
	width: 90px;
}

#newForm_left #order_phone
{
	width: 90px;
	margin-right: 14px;
}

#newForm_left #order_zipcode
{
	width: 51px;
	margin-left: 9px;
}

#newForm_left select
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

#newForm_left select option
{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

#newForm_left #ok
{
	background:transparent url(../images/wyslij.png) no-repeat 0 0;
	text-indent:-99999px;
	width:70px;
	height:27px;
	cursor:pointer;
	margin-left: 225px;
}

#newForm_left #ok:hover
{
	background:transparent url(../images/wyslij.png) no-repeat 0 -27px;
}

#newForm_left #cancel
{
	background:transparent url(../images/anuluj.png) no-repeat 0 0;
	text-indent:-99999px;
	width:70px;
	height:27px;
	cursor:pointer;
	margin-left: 9px;
}

#newForm_left #cancel:hover
{
	background:transparent url(../images/anuluj.png) no-repeat 0 -27px;
}

#newForm_left input[type=submit]:hover
{
	background:transparent url(../images/wyslij.png) no-repeat 0 -27px;
}

#newForm_left #uploaded_before_tr_label th
{
	padding-left: 9px;
	padding-bottom: 0px;
	text-align: left;
}

#newForm_left a
{
	cursor: pointer;
}

#newForm_left .ind_pleasewait
{
	margin-bottom: 0 !important;
}

#newForm_left #order_pleasewait
{
	color: green;
	display: none;
}

#newForm_left .p_thankyou
{
	color: green;
}

#newForm_left .error_list 
{ 
	color: red;
}

#newForm_left .span_to
{
	display:inline;
}

#newForm_left #files_before 
{
	width: 260px;
	margin: 0;
	background: white;
	padding: 0;
	border: 1px solid #696969;
	height: 18px;
	overflow: hidden;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#newForm input[disabled]
{ 
	border: 1px solid #ccc 
} /* FF 2 Fix */

#newForm_left
{
	float: left;
}

#newForm_left #head
{
	float: left;
	height: 33px;
	width: 100px;
	background-color: #fff;
	position: absolute;
}

#newForm_left #head h3
{
	font-size: 13px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

#newForm_right
{
	float: right;
	width: 310px;
	height: 360px;
	margin: 20px;
	margin-left: 0px;
	background-color: white;
}

#newForm_right h3
{
	color: #E2790D;
	margin: 10px;
	font-size: 13px;
}

#newForm_right li
{
	margin: 10px;
}

#newForm_right .radio_list 
{ 
	float: left;
	margin-left: 20px; 
}

#newForm_right .radio_list li 
{ 
	display: inline; 
}

#newForm_right #gift_image
{ 
	height: 78px;
	width: 70px;
	margin-left: 100px;
}

#newForm_right #gift_image img
{ 
	margin-top: 10px;
}

#newForm_right #gift_radio
{ 
	margin-left: 29px;
}

#newForm_left #fileUpload .uploadifyQueueItem
{
	background-color:#F5F5F5;
	border:2px solid #E5E5E5;
	font:11px Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin-top:5px;
	padding:10px;
	width:350px;
}

#newForm_left #fileUpload #fileQueue
{
	height: 60px;
	padding: 0px;
	overflow: hidden;
}

#newForm_left #fileUpload #fileQueue .uploadifyError 
{
	background-color:#FDE5DD !important;
	border:2px solid #FBCBBC !important;
}

#newForm_left #fileUpload .uploadifyProgress 
{
	background-color:#FFFFFF;
	border-color:#808080 #C5C5C5 #C5C5C5 #808080;
	border-style:solid;
	border-width:1px;
	margin-top:10px;
	width:100%;
}

#newForm_left #fileUpload .uploadifyProgressBar 
{
	background-color:#0099FF;
	height:3px;
	width:1px;
}

#newForm_left #fileUpload #fileQueue .uploadifyQueueItem 
{
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	font:11px Arial,"Helvetica Neue",Helvetica,sans-serif;
	width:228px;
}

#newForm_left #fileUpload #fileQueue .uploadifyQueueItem .cancel 
{
	float:right;
}

#newForm_left #fileUpload #fileInputUploader
{
	margin-left: 0px;
	background:transparent url(../images/wybierz.png) no-repeat 0 0;
}

#newForm_left #fileUpload #fileInputUploader:hover
{
	background:transparent url(../images/wybierz.png) no-repeat 0 -27px;
}

#newForm_left #buttonCancel
{
	background:transparent url(../images/anuluj.png) no-repeat 0 0;
	text-indent:-99999px;
	width:71px;
	height:27px;
	cursor:pointer;
	padding-top: 13px;
	margin-left: 84px;
	margin-top: -27px;
	position: absolute;
}

#newForm_left #buttonCancel:hover
{
	background:transparent url(../images/anuluj.png) no-repeat 0 -27px;
	width: 71px;
	height: 29px;
}

#newForm_left #fileUpload div.flash
{
	width: 260px;
	border: 1px solid #CEBCAB;
	padding: 0;
	margin: 0;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

#newForm_left #fileUpload div.fieldset 
{
	background: #EFEFEF;
	border: none;
    padding: 20px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#newForm_left #file_upload_tr th
{
	vertical-align: bottom;
}

#newForm_left #www_tr
{
	display: none;
}

#newform_div #close
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-decoration: underline;
	cursor: pointer;
}