

.inputform .content
{
    font-size:22px;
}


.ui-dialog-titlebar {
	font-size:26px;
	display: block;
	padding: 15px 20px;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-weight: 300;
	color: rgb(35, 166, 239);
}
.inputform .normbutton
{
    font-size:22px;
}

div.buttonspanel
{
    height:40px;
}


.ui-widget-content { 
	background-color:transparent;
	background-image:none;
}


.ui-dialog-content div.inputform
{
	background-color:rgba(255,255,255,0.5);

}

div.inputform footer
{
	background-color:rgba(200,200,200,0.5);
}

.ui-widget-overlay
{
	display:none;
}
video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url('images/roomRouterBg.jpg') no-repeat;
	background-size: cover;
}



body.mobile #bgvid 
{ 
	display: none; 

}
body.mobile 
{ 
	background: url('images/roomRouterBg.jpg') #000 no-repeat center center fixed;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close
{
	display:none;
}