* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url('./bg.jpg');
    background-repeat: repeat;


}
body, textarea, blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

div#author-panel {

	width:260px;
	height:160px;
	position:absolute;
	margin-top:-160px;
	margin-left:-130px;
	top:50%;
	left:50%;
	background-color: #F7F7F7;
	border-width: 1px 1px 1px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}
#author-row-panel{
	margin: 0 auto;
	width: 220px;
	height: 60px;
	padding: 20px;
}


div#row-panel{
	width: 220px;
	height: 100%;
	float: left;
}
.row-input-header {
	display: block;
	margin: 0 0 5px 9px;
	/*color: #959595;
	color: #313131;*/
	color: #3D51B9;
	font-family: 'InloveLight';
	font-size: 15px;
}

.editor-input {
	display: block;
	margin: 0px 0px 18px 0px;
	background: #FFF;
}
.editor-input {
	border-radius: 2px;
	width: 210px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif, Lucida Sans;
	padding: 7px 0px 8px 7px;
	border: 1px solid #C3CBD4;
}


.clear{clear:both;}

.editor-input:focus {
	border: 1px solid #29B0D9;
	box-shadow: 0 0 15px rgba(103, 195, 223, 0.35);
}
.submit-btn:hover{
	background-color: #42a6a0;
	border-color: #42a6a0;
}
.submit-btn{
	background-color: #339CA0;
	color: white;
	cursor: pointer;
	font-size: 10px;
	padding: 8px 19px 7px;
	text-transform: uppercase;
	position: relative;
	display: table;
    margin: 0 auto;
	width: 110px;
	border: 1px solid #339CA0;
}
#submit-button-panel {
	width: 220px;
	height: 30px;
	margin: 0 auto;
	padding: 15px;
}

input[type="submit"]:hover {
	border: 1px solid #29B0D9;
	box-shadow: 0 0 15px rgba(103, 195, 223, 0.35);
}