/**
 * Overall page size
 */

html {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	background: #ffffff; /* Old browsers */
	font-size: 12px;
	}

body {
	margin: 0;
	padding: 0;
	display: inline;
	height: 100%;
	width: 100%;
	position: inherit !important; /*needed to allow google translate plugin and inventory search pages to play together nicely*/
	}

#wrapper {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	}

/**
 * Footer size information
 */
#footer,
#footer_es{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
	display: inline-block;
	color: #999999;
	text-align: center;
	}

/**
 * main display information
 */
#content {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: block;
	min-height: 400px;
	}

.appForm{
       width: 60%;
       float: left;
}
.appVideo{
       width: 35%;
       padding-left: 3%;   
       float: left;
}