#overview {
	top:0;
    position: fixed;
    z-index: 10;
    width: 100%;
    background:#fff;
    margin:0;
    padding: 8px 0 0 0;
    height: 78px;
}
#overview form {
	display:inline;
}

#counter {
	float:left;
    font-family: Verdana,Arial,sans-serif;
}
#previewlink {
	float:right;
    max-width:400px;
    width:40%;
    height:24px;
    font-size:1em;
    padding-right:16px;
}

.acc_left {
	float:left;
}
.acc_right {
	float:right;
}

#searchbox {
    max-width:400px;
    width:80%;
    padding-left:20px;
    height:34px;
    font-size:1em;
}
#resizer {
	max-width:200px;
    width:40%;
    height:34px;
    font-size:1em;
}

#container {
	/*Reduce top by 40 if going out of Altervista*/
	margin-top:40px;
	width: 30%;
	margin-left: 3em;
    float: left;
}

.image {
	max-width:55%;
    margin-right: 4px;
	display:inline;
    float:left;
    max-height:80px;
}
.image a img {
    height:80px;
}
/*.image_input {
	width:95%;
	display:block;
	float: left;
    max-width: 630px;
}*/

.yearmark {
	display:inline;
    float:left;
    padding-left:1em;
}

.remover {
	float:right;
}

.input_box {
	width:100%;
	display: table;
	padding: 4px;
}
.input_box p {
	display: table-row;
}
.input_box p label {
	width:20%;
	display: table-cell;
}
.input_box p input {
	display: table-cell;
}
.infield {
	width:99%;
}

#JSON_preview {
	overflow:auto;
    font-family:monospace;
}

#page_preview {
	position:fixed;
    top:100px;
    right:0;
	width:60%;
    height:80%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

#site {
	width:98%;
    height:100%;
}