#wpcontent {
	background-color: #FFFFFF;
	padding-top: 20px;
}

#logo {
	float: left;
}

#main_header {
	display: inline-block;
	width: 360px;
	float: left;
	margin-top: 5px;
	margin-left: -10px;
}

#main_header_right {
    min-width: 360px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #38B900;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

#productname {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#companyname {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#wpbe_menu {
	clear: both;
	width: 100%;
	margin-left: -10px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.wpbe_link_top {
line-height: 40px;
    text-decoration: none;
    padding: 6px;
    background-color: #FFEB3B;
    color: #000000;
    margin-left: 10px;
    border-radius: 3px;
    border: 2px solid #F7E100;

}

.wpbe_link {
    text-decoration: none;
    padding: 6px;
    background-color: #09AFFF;
    color: #FFFFFF;
    margin-left: 10px;
    border-radius: 3px;
	text-align: center;
	width: 120px;
	float: left;
	-webkit-transition: background-color 0s; /* Safari */
    transition: background-color 0s;
}

.wpbe_link:hover {
	color: #000000;
	background-color: #00b9eb;
	font-weight: bold;
}

#icon{
	width: 64px;
	height: 64px;
	-webkit-transition: width 1s, height 1s; /* Safari */
    transition: width 1s, height 1s;
}

#icon:hover {
	width: 80px;
	height: 80px;
}

.clearboth {
	clear: both;
	
}



form {
	margin-top: 10px;
}