#lptMain .lptMastHead {
	float: left;
	color: #fff;
	margin: 10px 0px 0px 10px;
}

#lptMain .lptMastHead a{
	color: #fff;
}

#lptMain .col1 {
	float: left;
	max-width: 31%;
	color: #fff;
	margin: 10px 0px 0px 10px;
	clear:both;
}

#lptMain .col2.userOptions {
	text-align: right;
	padding: 15px 0px 0px 0px;
}

#lptMain .userDetails {
	text-align: left;
	color: #fff;
	display:inline-block;
	padding: 5px 0px 5px 20px;
	vertical-align: middle;
	background: url('../../images/commonstyle3/lptBack/userWhite.png') no-repeat center left;
}

#lptMain .userActions a{
	margin-left: 5px;
}

#lptMain .col2 {
	padding-left: 34%;
	padding-top: 7px;
	padding-right: 10px;
}

#lptMain .whitePanel {
	color: #383839;
	background: #bfd5d8;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: none;
	padding: 10px;
	font-weight: 400;
}

#lptMain .whitePanel .whitePanel {
	color: #656565;
}

#lptMain .whitePanel.div_center {
	width: initial;
}

#lptMain #loginHolder.whitePanel {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#lptMain .col2 .menuTab {
	display:inline-block;
	padding: 0px;
	margin: 0px;
	width: 50%;
}


#lptMain .col2 .menuTab.first {
	margin: 0px;
	padding: 0px;
}

#lptMain .col2 .menuTab  a{
	border: none;
	display:block;
	margin: 0px 0px 0px 1px;
	padding: 8px 10px 5px 10px;
	color: #525252;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	background-image: url('../../images/commonstyle3/white51.png');
	min-height: 55px;
}

#lptMain .col2 .menuTab.first a {
	margin: 0px;
	border-radius: 5px 0px 0px 0px; 
	-moz-border-radius: 5px 0px 0px 0px; 
	-webkit-border-radius: 5px 0px 0px 0px; 
}

#lptMain .col2 .menuTab.last a {
	border-radius: 0px 5px 0px 0px; 
	-moz-border-radius: 0px 5px 0px 0px; 
	-webkit-border-radius: 0px 5px 0px 0px; 
}

#lptMain .col2 .menuTab  a.active{
	padding: 8px 10px 6px 10px;
	background: #bfd5d8;
}

#lptMain .col2 .menuTab  a:hover{
	color: #ffffff;
	text-shadow: 0px 0px 6px #525252;
	text-decoration: none;
}

#lptMain .col2 .menuTab  a.active:hover{
	color: #525252;
	text-shadow: none;
	text-decoration: none;
}

#lptMain .col2 #propIdLoginForm {
	margin: 0px;
}

#lptMain .field input[type=text], 
#lptMain .field input[type=password], 
#lptMain .field  select {
	width: 55%;
}

#lptMain .field input.iban4 {
	width: 50px;
	display: inline-block;
}

#lptMain .field input.iban2 {
	width: 35px;
	display: inline-block;
}

#lptMain .field input.ppsnInput {
	width: 55%;	
}

#lptMain .field select.ppsnInput {
	width: 100px;	
}

#lptMain .col2 input#propertyOwner {
	width: initial;
}

	
#lptMain .lptMastHead h1 	{
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0px;
}

#lptMain .lptMastHead h4 	{
	margin-bottom: 15px;
	text-align:center;
}

#lptMain .lptMastHead h1 a:hover {
	text-decoration: none;
}

#lptMain .col1 h2 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 15px;
}

#lptMain .whitePanel h2.lpt_page_sub_title {
	color:#005968;
}

#lptMain .col1 h3 span{
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 1px;
}

#lptMain .col1 h3{
	margin: 60px 0px 3px 0px;
}

#lptMain .col1 ul {
	padding:0px;
	margin: 0px;
	list-style:none;
}

#lptMain .col1 ul li {
	margin: 0px;
	display: block;
}

#lptMain .col1 a {
	color: #fff;
}

#lptMain #menu {
	padding: 0px;
	background: #005866;
	color: white;
	border: 1px solid #00758A;
	z-index: 1;
}

#lptMain #valuation_menu {
	padding: 0px;
	background: #005866;
	color: white;
	border: 1px solid #00758A;
}

#lptMain #outstandingActionsPanel {
	padding: 10px;

    background-color: rgb(191, 68, 40);

    background-image: linear-gradient(rgb(191, 68, 40) 0%, rgb(221,98,71) 82%);
    background-image: -o-linear-gradient(bottom, rgb(191, 68, 40) 0%, rgb(221,98,71) 82%);
    background-image: -moz-linear-gradient(bottom, rgb(191, 68, 40) 0%, rgb(221,98,71) 82%);
    background-image: -webkit-linear-gradient(bottom, rgb(191, 68, 40) 0%, rgb(221,98,71) 82%);
    background-image: -ms-linear-gradient(bottom, rgb(191, 68, 40) 0%, rgb(221,98,71) 82%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(191, 68, 40)), color-stop(0.82, rgb(221,98,71)) );

    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

#lptMain #outstanding_actions_menu {
	padding: 0px;
	background: #c8412d;
	color: white;
	border: 1px solid #c8412d;
}

#lptMain #redText {
    color: #c8412d
}

#lptMain #yearHolder, #lptMain #valuationHolder {
	padding: 10px;
	
	background-color: rgb(0,88,102);
	
	background-image: linear-gradient(rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -o-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -moz-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -ms-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,88,102)), color-stop(0.82, rgb(0,117,138)) );
	
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
}


#lptMain #yearPanel, #lptMain #valuationPanel {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#lptMain #yearPanel div#yearDescription, #lptMain #yearPanel #yearSelection, 
#lptMain #valuationPanel div#valuationDescription, #lptMain #valuationPanel #valuationSelection{
	display: inline-block;
	margin:0;
	padding:0;
	font-size:200%;
}

#lptMain #valuationPanel #valuationDescription #valuationPeriodDates{
	display: inline-block;
	font-size:65%;
}

#lptMain #yearPanel #yearSelection, 
#lptMain #valuationPanel #valuationSelection{
	text-align: right;
	color: black;
	float: right;
}
#lptMain #yearPanel #periodSelection{
	text-align: right;
	color: black;
}

#lptMain #yearPanel #yearHelp {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
}

#lptMain #yearPanel #periodSelectionDropdown,
#lptMain #valuationPanel #valuationPeriodSelectionDropdown {
	width:220px;
}

#countryDropDown {
	width:210px;
}

#lptMain #yearPanel #periodPanel,
#lptMain #valuationPanel #valuationPeriodPanel{
	float: right;
}
#lptMain #yearPanel #myPropertiesBtn{
	width: 150px;
    height: 14px;
}
#lptMain #yearPanel #statusyearSelection{
	float: right;
}
#lptMain #yearPanel #yearSelection div.chzn-container,
#lptMain #valuationPanel #valuationSelection div.chzn-container{
	text-align: left;
	float: right;
}

#lptMain #yearOverview {
	margin-top: 10px;
	padding: 0px;
}

#lptMain #yearOverview span.warn{
	float:right;
	width: 19px;
	height: 19px;
	margin: 6px 10px 0px 0px;
	background: url('../../images/commonstyle3/lptBack/warningIconGrey.png') no-repeat center right;
}

#lptMain #yearOverview span.info{
	float:right;
	width: 19px;
	height: 19px;
	margin: 6px 10px 0px 0px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat center right;
}
#lptMain #propertySelected {
	margin-top: 20px;
	padding: 0px;
}

#lptMain #yearDescription,
#lptMain #valuationDescription {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	float:left;
}

#lptMain #propertySelection, #lptMain #propertyDetails {
	background-color: #F6F9F9;
	color: #6C6C6C;
	border: none;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	padding: 10px;
	font-weight: 400;
}

#lptMain #propertyDetails  p{
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
}

#lptMain #propertyDetails #propName {
	display:inline-block;
}

#lptMain #propertySelection ul {
	padding:0px;
	margin: 10px 0px 0px 0px;
	list-style:none;
}

#lptMain #propertySelection ul li {
	margin: 10px 0px 0px 0px;
	display: block;
}

#lptMain #propertyDetails #propOptions {
	display:inline-block;
	text-align: right;
	float: right;
}

#lptMain .lptOverviewPod {
	width: 32%;
	height: 124px;
	margin: 0px;
	padding: 0px;
}

#lptMain .lptOverviewPod .box{
	min-height: 124px;
	margin: 0px;
	margin-left: 62px;
	padding: 0px;
	background: #F6F9F9;
	font-weight: 400;
	display: block;
	box-sizing: border-box;
	border: 1px solid #00758A;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-image: initial;
}

#lptMain .lptOverviewPod .body{
	height: 116px;
	margin: 0px;
	padding: 0px 5px;
	padding-left: 70px;
	box-sizing: border-box;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#lptMain .lptOverviewPod .podCircle{
	position: absolute;
	width: 124px;
	height: 124px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #005866;
	border-radius: 62px;
	-moz-border-radius: 62px;
	-webkit-border-radius: 62px;
	border: 4px solid #64a8b2;
	margin: 0px;
	padding: 18px 0px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-image: linear-gradient(rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -o-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -moz-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -ms-linear-gradient(bottom, rgb(0,88,102) 0%, rgb(0,117,138) 82%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,88,102)), color-stop(0.82, rgb(0,117,138)) );
	-webkit-box-shadow: 0px 0px 6px 0px #DBDBDB;
	box-shadow: 0px 0px 6px 0px #DBDBDB;
}

#lptMain .lptOverviewPod .podCircle.amount.off{
	position: absolute;
	width: 124px;
	height: 124px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #005866;
	border-radius: 62px;
	-moz-border-radius: 62px;
	-webkit-border-radius: 62px;
	border: 4px solid #64a8b2;
	margin: 0px;
	padding: 18px 0px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	background: #a8b2bb; /* Old browsers */
	background-image: -moz-linear-gradient(top, #a8b2bb 0%, #5a6b73 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b2bb), color-stop(100%,#5a6b73)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #a8b2bb 0%,#5a6b73 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #a8b2bb 0%,#5a6b73 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #a8b2bb 0%,#5a6b73 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #a8b2bb 0%,#5a6b73 100%); /* W3C */
	border-color: #99a3aa;
	-webkit-box-shadow: 0px 0px 6px 0px #DBDBDB;
	box-shadow: 0px 0px 6px 0px #DBDBDB;
}

#lptMain .lptOverviewPod .podCircle .step{
	font-size: 20px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#lptMain .lptOverviewPod .podCircle .num, #lptMain .lptOverviewPod .podCircle .eur{
	font-size: 78px;
	color: #fff;
	margin: 0px 0px 0px -2px;
	padding: 0px;
	line-height: 62px;
	display: block;
	font-weight: bold;
}

#lptMain .lptOverviewPod .podCircle .eur{
	font-size: 88px;
	margin: 8px 0px 0px -5px;
}

.div_vcenter{
}


#lptMain .table{
	display:table;
	width: 100%;
}

#lptMain .row{
	display:table-row;
}

#lptMain .cell{
	display:table-cell;
	
}

#lptMain .arrow {
	width: 2%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background: url('../../images/commonstyle3/lptBack/arrow.png') no-repeat center right;
	
}

#lptMain .lptOverviewPod .body p#lptAmount {
	font-size: 16px;
	font-weight: 700;
	color: #005968;
	margin: 0px;
	padding: 0px;
}

#lptMain .lptOverviewPod .body p#lptAmount span{
	font-size: 25px;
	padding-left: 0px;
	vertical-align: middle;
	color: #6C6C6C;
	white-space: nowrap;
	margin-top: -4px;
	display: inline-block;
}

#lptMain .lptOverviewPod .body p#amountDescrip {
	margin: 0px;
	padding: 0px;
}

#lptMain .lptOverviewPod a.button, #lptMain .lptOverviewPod button, #lptMain .lptOverviewPod a.button:hover{
	font-size: 15px;
	text-shadow: none;

}

#lptMain li.warn a.estimateLink{
	color: #fff;
	text-decoration: underline;
}

a.button span.icon.multi, button span.icon.multi { 
	margin: auto -6px auto auto;
}

#lptMain div#statusMessages {
	color: #fff;
}

#lptMain #statusMessages ul {
	padding:0px;
	margin: 5px 0px 0px 0px;
	list-style:none;
}

#lptMain #statusMessages ul li {
	margin: 0px 0px 6px 0px;
	padding: 1px 0px 1px 25px;
	display: block;
	list-style-type: none;
}

#lptMain #statusMessages ul li.inform {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat top left;

}

#lptMain #statusMessages ul li.warnYellow {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/warningYellow.png') no-repeat top left;

}

#lptMain #statusMessages ul li.warn {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/warningIcon.png') no-repeat top left;
}

#lptMain #statusMessages ul li.pdf {
	padding: 1px 0px 1px 25px;
	background: url('../../images/icons/pdf_icon.png') no-repeat top left;
}

#lptMain #statusMessages ul li.pdf a:link, #lptMain #statusMessages ul li.pdf a:visited{
	color: #fff;
}

#lptMain #statusMessages ul li.tick {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/tickIcon.png') no-repeat top left;
}

#lptMain #statusMessages ul li.info {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat top left;
}

#lptMain #statusMessages ul li a {
	color: white;
	text-decoration:underline;
}
#lptMain #statusMessagesHeader div#myPropertiesMessages {
	color: black;
}

#lptMain #myPropertiesMessages ul {
	padding:0px;
	margin: 5px 0px 0px 0px;
	list-style:none;
}

#lptMain #myPropertiesMessages ul li {
	margin: 0px 0px 6px 0px;
	padding: 1px 0px 1px 25px;
	display: block;
	list-style-type: none;
}

#lptMain #myPropertiesMessages ul li.inform {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat top left;

}

#lptMain #myPropertiesMessages ul li.warn {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/warningIcon.png') no-repeat top left;
}

#lptMain #myPropertiesMessages ul li.pdf {
	padding: 1px 0px 1px 25px;
	background: url('../../images/icons/pdf_icon.png') no-repeat top left;
}

#lptMain #myPropertiesMessages ul li.pdf a:link, #lptMain #statusMessages ul li.pdf a:visited{
	color: #fff;
}

#lptMain #myPropertiesMessages ul li.tick {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/tickIcon.png') no-repeat top left;
}

#lptMain #myPropertiesMessages ul li.info {
	padding: 1px 0px 1px 25px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat top left;
}

#lptMain #myPropertiesMessages ul li a {
	color: black;
	text-decoration:underline;
}

#lptMain span.warn {
	padding: 1px 0px 4px 23px;
	background: url('../../images/commonstyle3/lptBack/statusCross.png') no-repeat top left;
}

#lptMain span.info {
	padding: 3px 0px 4px 23px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat center left;
	margin-left: 2px
}

#lptMain span.tick {
	padding: 1px 0px 4px 23px;
	background: url('../../images/commonstyle3/lptBack/statusTick.png') no-repeat top left;
}
#lptMain span.info {
	padding: 1px 0px 4px 23px;
	background: url('../../images/commonstyle3/lptBack/info-icon.png') no-repeat center left;
}
#lptMain div.input label.authenticateLogo {
	width: 170px;
	margin-left: 5px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

#lptMain .returnPage .whitePanel{
	position: relative;
}

#lptMain .returnPage .whitePanel .reqFieldDesc{
	position: absolute;
	right: 20px;
}

#lptMain div.input input#ros, #lptMain div.input input#paye {
	vertical-align: middle;
}

#lptMain .dataTables_info { 
    padding-top: 4px; 
}

#lptMain .dataTables_length label { 
    float: left; 
    min-width: 400px;	
}

#lptMain .dataTables_filter { 
    float: left; 
    text-align: left;  
    width: 600px;
    max-width: 100%;
}

#lptMain .dataTables_filter input { width: 400px; max-width: 100%; }
#lptMain .dataTables_filter label { width: 100%; padding-left:0; margin-left:0; }
#lptMain table.dataTable thead th { padding:2px 8px }

#lptMain table.dataTable tr.even{ 
    background-color: white; 
}

#lptMain table.dataTable tr.odd{ 
    background-color: white; 
}

#lptMain table.dataTable tr.row_selected { 
    background-color: #FFFFD6; 
}

#lptMain .tables_a .row_selected { 
    background-color: #FFFFD6; 
}

#lptMain #lpt_table_1_length label{ 
    overflow: visible; 
    line-height: 35px; 
    margin:0px; 
    padding:0px;
}

#lptMain #table_length_1{ 
    width:60px; 
    margin-left:5px; 
    margin-right:5px; 
}

.pwAlert .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
    display:none;
}
.pwAlert {
    padding:0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#pwAlertDialog{
    min-height:0px !important;
    width: 20%; 
    text-align: center; 
    background-color: #939393; 
    cursor: wait;
    padding:0px important!;
}

.no-close .ui-dialog-titlebar-close {
    display: none !important;
}

.fieldRow {
	display:table;
}

.fieldRow span, .fieldRow div {
	 display:table-cell; 
	 vertical-align:middle; 
	 width:40%;
}

/* iPhone 4 320x480, 640x960 */
@media handheld, screen and (max-width: 1200px) {
	
	#lptMain .lptOverviewPod .podCircle.amount, #lptMain .lptOverviewPod .podCircle.amount.off {
		display: none;
	}
	
	#lptMain .lptOverviewPod.amount .box {
		margin-left: 0px;
		border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
	}
	
	#lptMain .lptOverviewPod.amount .body {
		padding-left: 5px;
	}
}

/* iPad */
@media handheld, screen and (max-width: 990px) {

	#lptMain .row {
		width: 100%;
		display: block;
	}
	
	#lptMain .lptOverviewPod .podCircle.amount, #lptMain .lptOverviewPod .podCircle.amount.off {
		display: inline-block;
	}
	
	#lptMain .lptOverviewPod.amount {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		height: 100px;
	}
	
	#lptMain .lptOverviewPod.amount .box {
		min-height: 100px;
		margin-left: 50px;
	}
	
	#lptMain .lptOverviewPod.amount .body {
		height: 92px;
		padding-left: 55px;
	}
	
	#lptMain .arrow.amount {
		display:none;
	}
	
	#lptMain .lptOverviewPod.amount .podCircle, #lptMain .lptOverviewPod.amount .podCircle.off{
		width: 100px;
		height: 100px;
		border-radius: 50px; 
		-moz-border-radius: 50px; 
		-webkit-border-radius: 50px; 
		padding: 18px 0px;
	}
	
	#lptMain .lptOverviewPod .podCircle .eur, #lptMain .lptOverviewPod.amount.off .podCircle{
		font-size: 50px;
		line-height: 42px;
		margin: 8px 0px 0px -5px;
	}
	
	
	#lptMain #propertyDetails #propOptions {
		position:relative;
		right:auto;
		top:auto;
		margin-top:auto;
		margin-top:10px;
	}
}

/* iPhone 4 320x480, 640x960 */
@media handheld, screen and (max-width: 770px) {

	#lptMain .row {
		width: 100%;
		display: block;
	}
	
	#lptMain .lptOverviewPod {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		height: 100px;
	}
	
	#lptMain .lptOverviewPod .box {
		min-height: 100px;
		margin-left: 50px;
	}
	
	#lptMain .lptOverviewPod .body {
		height: 92px;
		padding-left: 55px;
	}
	
	#lptMain .arrow {
		display:none;
	}
	
	#lptMain .lptOverviewPod .podCircle{
		width: 100px;
		height: 100px;
		border-radius: 50px; 
		-moz-border-radius: 50px; 
		-webkit-border-radius: 50px; 
		padding: 18px 0px;
	}
	
	#lptMain .lptOverviewPod .podCircle .step{
		font-size: 15px;
	}
	
	#lptMain .lptOverviewPod .podCircle .eur, #lptMain .lptOverviewPod .podCircle .num{
		font-size: 50px;
		line-height: 42px;
	}
	
	#lptMain .lptOverviewPod .podCircle .eur{
		margin: 8px 0px 0px -5px;
	}
	
	#lptMain #propertyDetails #propName {
		display:block;
		width: 100%;
		text-align: left;
	}
	
	#lptMain #propertyDetails #propOptions {
		width: 100%;
		text-align: left;
		float: none;
	}
	
	#lptMain .userDetails{
		display:block;
		width: 100%;
		text-align: center;
		background: none;
		padding: 0px;
		margin: 0px;
	}
	
	#lptMain .lptMastHead {
		float: none;
		display:block;
		width: 100%;
		text-align: center;
		max-width: none;
		padding: 0px;
		margin: 0px;
	}
	
	#lptMain .col1 {
		float: none;
		display:block;
		width: 100%;
		text-align: center;
		max-width: none;
		padding: 0px;
		margin: 0px;
	}
	#lptMain .col1 h3 {
		margin-top: 10px;
	}
	
	#lptMain .col1.title{
		max-width: initial;
	}
	
	#lptMain .col2, #lptMain .col2.userOptions{
		padding: 0px;
		margin: 10px 0px;
	}
	#lptMain .returnPage .whitePanel .reqFieldDesc {
		position: relative;
	}
	
	#lptMain .row, #lptMain .cell, #lptMain .table{
		display: block;
	}
	
	#lptMain #yearPanel div#yearDescription{
		font-size: 18px;
	}
	
	#lptMain #valuationPanel div#valuationDescription{
		font-size: 18px;
	}
}

/* iPhone <4 320x480 */
@media handheld, screen and (max-width: 400px) {

	#lptMain .lptOverviewPod, #lptMain .lptOverviewPod.amount {
		height: auto;
		height: initial;
	}
	
	#lptMain .lptOverviewPod .podCircle, #lptMain .lptOverviewPod .podCircle.amount, #lptMain .lptOverviewPod .podCircle.amount.off{
		width: 100%;
		height: auto;
		height: initial;
		border-radius: 10px 10px 0px 0px; 
		-moz-border-radius: 10px 10px 0px 0px; 
		-webkit-border-radius: 10px 10px 0px 0px; 
		padding: 0px 0px;
		display: block;
		position: relative;
		border-bottom: 0px;
	}
	
	#lptMain .lptOverviewPod .podCircle .eur{
		font-size: 20px;
		display: inline-block;
	}
	
	#lptMain .lptOverviewPod .podCircle .step, #lptMain .lptOverviewPod .podCircle .num{
		font-size: 15px;
		line-height: auto;
		line-height: initial;
		display: inline-block;
	}
	
	#lptMain .lptOverviewPod .box, #lptMain .lptOverviewPod.amount .box {
		margin-left: 0px;
		min-height: auto;
		min-height: initial;
		padding: 5px;
		border-radius: 0px 0px 10px 10px; 
		-moz-border-radius: 0px 0px 10px 10px; 
		-webkit-border-radius: 0px 0px 10px 10px;  
		margin-bottom: 10px;
		text-align: center;
	}
	
	#lptMain .lptOverviewPod .body, #lptMain .lptOverviewPod.amount .body {
		padding-left: 5px;
		height: auto;
		height: initial;
	}
	
	#lptMain .col1.title h1{
		font-size: 30px;
	}
}

@media handheld, screen and (max-width: 500px) {
	
	#lptMain #yearPanel div#yearDescription, #lptMain #yearPanel #yearSelection{
		width: 100%;
	}
	
	#lptMain #yearPanel #yearHelp {
		width: auto;
		text-align: left;
	}
	
	#lptMain #yearPanel #yearSelection div.chzn-container{
		float: left;
	}
	
	#lptMain #valuationPanel div#valuationDescription, #lptMain #valuationPanel #valuationSelection{
		width: 100%;
	}
	
	#lptMain #valuationPanel #valuationSelection div.chzn-container{
		float: left;
	}
	
}

@media handheld, screen and (max-width: 640px) {
	#lptMain .field  select {
		min-width: 200px;
	}
}
