.overflow {
	overflow: hidden;
}
table.left {
	width: 740px;
	float: left;
}
table.right {
	width: 220px;
	float: right;
	border-left: 1px solid #ccc;
}
table.quotation { 
	border-collapse: collapse;
}
table.quotation tr td {
	text-align: left;
	padding: 5px;
}
table.quotation tr td.label {
	padding-left: 10px;
	width: 1%;
	white-space: nowrap;
	text-align: right;
} 
table.quotation tr td input {  
	width: 99%;
	border: none; 
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px 0px 5px;
	text-align: left;
} 

table#application {
	border-top: 1px solid #cbcbcb;
	margin-top: 20px;
}
table#application tr td.empty {
	padding-left: 50px; 
}
table#application tr td {
	padding: 0 10px;
}
table#application tr td.title {
	font-weight: bold;
	padding-top: 10px;
}
table#application tr td.label {
	text-align: left !important;
	text-transform: capitalize;
}
table#application tr td.lowercase_label {
	text-transform: lowercase !important;
}
table#application tr td input {  
	text-align: center;
}

table.pipe_info {
	margin-top: 20px;
}
table.pipe_info tr td { 
	padding: 0 10px;
}
table.pipe_info tr td.empty { 
	padding: 0 100px;
}
table.pipe_info tr td input {   
	text-align: left;
} 

input:focus {
    outline-width: 0;
}
input.file {
	float: left !important;
	border: none !important;
	border-bottom: 1px solid #cbcbcb !important;
	width: 200px;
}

p.page_informations {
	float: left;
	overflow: hidden;
	padding: 30px 10px 10px 10px;
	color: red;
	font-style: italic;
}

span.success {
	color: #0786b0;
}	
input.error {
	border-bottom: 1px dotted red !important;
	background-color: #fbafbc;
}	
input.submit_button {
	margin: 10px;
	float: right;
	padding: 0px !important;
	width: 103px;
	height: 34px;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../images/menu_bg.gif");
	-webkit-box-shadow: #C3C3C3 2px 2px 3px;
    -moz-box-shadow: #C3C3C3 2px 2px 3px;
    box-shadow: #C3C3C3 2px 2px 3px;
    behavior: url(PIE.php);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
    border: 0px;
}