html, body{
		margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}
#main {
	display: table;
	margin: 0 auto;  
	width: 400px;
  	font-family:'Montserrat';
	font-weight: 100;  
	height: 100%;
}
div{
	/*border: 1px solid black;*/
}

#outer {  
  width:100%;
  height: 100%;
  /*margin-top: 25px;*/
} 
#outerBanner {  
  width:100%;
  background-color: #fafafa;
} 

#banner {
	display: table;
	margin: 0 auto;  
	width: 1200px;
  	font-family:'Montserrat';
	font-weight: 100;  	
	background-color: #fafafa;
	height: 150px;
}

/*
#banner {
	width:100%;
	height: 150px;
}
*/

textarea{
	width: 100%;
	height: 200px;
	resize: none;
}
.top{
	vertical-align: top;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.locationRemark{
	text-align: center;
	font-size: 10px;
}

#content {
	width:100%;
	min-height: 200px;
	display: table;
	padding: 10 0 10 0;
	margin: 10 0 10 0;
	/*border: 1px solid black;*/
	position: relative;
	/*top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
}
#content h1 {
	font-size: 20px;
}
#content .divider{
	width: 5%;
	display: table-cell;
	border-left: 1px solid #ccc;
    transform: translate(+50%);
	top: 0;
    bottom: 0;
}
#content ul {
	margin-left: -20px;
}
 
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
 
#content table tr td.logo {
	border-bottom: 2px solid #c54b8c; 
	padding-bottom: 10px;
	text-align: center;
}
#content table tr td.logo img{
	max-width: 150px;
}

#content #options #menu {
	width: 100%;
	background-color: #fff;	
	margin-top: 0px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
	height: 45px;
}
#content #options #menu #left {
	width: 25%;
	background-color: #fff;
	float:left;
	margin-top: 0px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}
#content #options #menu #middle {
	width: 50%;
	background-color: #fff;
	float:left;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
	text-align: center;
}
#content #options #menu #right {
	width: 25%;
	background-color: #fff;
	float:right;
	margin-top: 0px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
	text-align: right;
}

#content #options #inner {
	width: 100%;
	background-color: #fff;
	float:left;
	margin-top: 0px;
	padding: 0 0 0 0;
	padding-top: 0px;
	vertical-align: top;
}
input[type="password"],
 input[type="text"] {
	 border-radius: 10px;
	 border: 1px solid #aaa;
	 height:35px;
	 line-height:35px;
	 width:100%;
	 font-size:14px;
 }
  
.menuitem {
	border-radius: 15px;
	height: 25px;
	width: 150px;
	float: left;
	background-color: #82ab14;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	margin-right: 15px;
	font-size: 14px;
}

a:link,
a:hover,
a:visited,
a:active {
	display: inline-block;
    color: #fff; 
	font-family: 'Montserrat'; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 5px;
	padding: 0 20 0 20;
	background-color: #84b067;
	line-height: 45px;
	width: 200px;
	text-align: center;
}
a.login:link,
a.login:hover,
a.login:visited,
a.login:active {
	display: inline-block;
    color: #fff; 
	font-family: 'Montserrat'; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 5px;
	padding: 0 20 0 20;
	background-color: #84b067;
	line-height: 45px;
	margin: 10 0 0 0 ;
	width: 40%;
	text-align: center;
}
a.btn:link,
a.btn:hover,
a.btn:visited,
a.btn:active {
	display: inline-block;
    color: #fff; 
	font-family: 'Montserrat'; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 5px;
	padding: 0 20 0 20;
	background-color: #84b067;
	line-height: 45px;
	margin: 10 0 0 0 ;
	width: 75%;
}
a.btnS:link,
a.btnS:hover,
a.btnS:visited,
a.btnS:active {
	display: inline-block;
    color: #fff; 
	font-family: 'Montserrat'; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 5px;
	padding: 0 20 0 20;
	background-color: #84b067;
	line-height: 45px;
	margin: 10 0 0 0 ;
	width: 75%;
	font-size: 12px;
}
a.menu:link,
a.menu:hover,
a.menu:visited,
a.menu:active {
	display: inline-block;
    color: #fff; 
	font-family: 'Montserrat'; 
	font-weight: bold; 
	text-decoration: none; 
	border-radius: 5px;
	padding: 0 20 0 20;
	background-color: #84b067;
	line-height: 45px;
	width: 50px;
	text-align: center;
}
.iframe {
	width: 100%;
	height: 250px;
}
