/*The popup post code*/
.modalPopup
{
    width: 650px;
    height: 90px;
    margin-left:0px;
    margin-top:30px;
    display: block;
    border-bottom: solid 1px #cfcfcf;
    float:left;
    padding-bottom: 10px;    
}
.row select.ddboxPostCode
{
	margin-top: 10px;
	margin-left: 40px;
	width:575px;
}
.modalPopupN
{
    display:none;
}
.panelPopUp
{
    width: 400px;
    height: 80px;
    background-color: white;
    color: white;
    display: block;
    border: solid 1px #C2C2C2;
}


.panelText
{
    width: 650px;
    height: 20px;
    background-color: #f0f0f0;
    border:1px solid #cfcfcf;
    
}
.corectAddressPostCode
{
    color: #061C68;
    font-size: 1em;
    font-weight: bold;
  padding-left:10px;
	padding-right:2px;
}

.buttonsAreaPostCode
{
    width: 597px;
    float:left;
    height:20px;
    background-color: white;
    padding-top: 10px;
    margin-left: 15px;
}
.okModalPanelButton
{
    color:#061c68;
    font-weight:bold;
    border:0;
    float:right !important;
    width:120px;
    background-color:#bee4f7;
 }
.cancelModalPanelButton
{
    
    color:#061c68;
    font-weight:bold;
    border:0;
    float:right;
    width:74px;
    background-color:#bee4f7;
    }

.streenNameField
{
    background-color: white;
    border: 0px;
}
.inputlayoutPostCode
{
    width: 100px;
}

.houseNumberField
{
    width: 100px;
}

.row .pCode
{
    
    }
.pCode , pCode:hover
{
    margin:0;
    padding:0;
    font-size: 0.9em;
    background-color:transparent;
    font-weight:bold;
    color:black;
    border:0;
  
}
.multipleselect .inner label.first
{
    /*margin-left: 0px;*/
    padding-right:1px;
}
.confirmYourAddress
{
    width: 150px !important;
    margin-left:20px;
    background-color:#bee4f7;
    color:#061c68;
}

.resultsModalPanel .message
{
	float:left;
	margin-left: 40px;
}
.resultsModalPanel
{
    width:440px;
}
.resultsModalPanel .message .errorMessage
{
	width: 560px;
	float:left;
	margin-top:5px;
	text-align:justify;
}