#d5-submit-message{
	position:absolute;
	top:50px;
	left:400px;
	height:80px; width:250px;
}

#d5db-search-results{
	position:relative;
	top:-250px;
	left:400px;
	
}

.successMessage{
    display: block;
    margin:10px; 
    padding: 10px;
    border: 2px solid #9d9;
    background: #f2fbee;
    color: #0c0;
          -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.form-table li, .namelist li{
	list-style-type: none;
	
}

.form-table li{
	margin:10px 0
}

.entry-content .form-table label,.entry-content .tml-label{
	padding: 10px;
    background: #f3f3f3;
    margin-top: 20px;
    margin-bottom: 0;
}

.form-table li img{
	max-width: 35%;
	float: right;
	margin-bottom: 20px
}





