body	{
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	font-family: notokr-regular;
	padding: 0!important;
}

header {
/*	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background-color: #000;*/
}


#wrap {
	/*margin: 0;*/
	padding: 0;
}

.sub-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 22px;
	font-family: notokr-bold;
}


/* FORM _______________ */
.formdiv label {
    font-size: 13px;
    color: #333;
    font-family: notokr-medium;
    font-weight: normal;
    /*padding: 10px 0 0 0;*/
}

.formdiv .row {
    margin: 10px 0;
    color: #555;
    font-size: 13px;
}

.formdiv input, .formdiv select, .formdiv textarea{
    border: 1px solid #ccc;
    padding: 2px;
    /*height: 1.5em;*/
    font-size: 12px;
}

.formdiv th {
	text-align: center;
	font-weight: bold;
	padding: 10px 5px;
}
.formdiv td {
	padding: 10px 5px;	
}

.note-editable img {
    max-width: 100%!important;
}

#top-login {
    position: absolute;
    top: 0;
}


#members-formdiv label {
    font-size: 12px;
    color: #333;
    font-family: notokr-medium;
    font-weight: normal;
    padding: 10px 0 0 0;
}

#members-formdiv .row {
    margin: 20px 0;
    color: #555;
}

#members-formdiv input, #members-formdiv select {
    border: 1px solid #ccc;
    padding: 5px;
}




footer {
	border-top: 1px solid #dedede;
	margin: 40px 10px 0;
	padding: 20px;
	color: #000;
	text-align: center;
}
footer a, footer a:hover {
	color: #000!important;
}

/* FORM end _________________________ */



@media screen and (max-width: 767px) {
    #members-formdiv input[type=text], #members-formdiv input[type=password] {
        margin: 5px 0;
        width: 280px;
    }
    #members-formdiv .col-sm-10 {
        padding: 0;
    }
    #postcodify_search_button {
        margin: 5px 0;
    }
}
    
@media screen and (min-width: 768px) {
    #members-formdiv input[type=text], #members-formdiv input[type=password] {
        margin: 0 5px 0 0;
        width: 400px;
    }
}

@media screen and (min-width: 992px) {

}
