﻿@charset "utf-8";

html, body
{
	font-family: Trebuchet MS, Arial;
	margin: 0px;
	padding: 0px;
	background-color:#efefef;
	text-align: center;
}
#loginBox
{
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 300px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 3px solid #D9D9D9;
	border-bottom: 3px solid #D9D9D9;	
	margin: 10% auto 0px auto;
}
.frm
{
	width: 230px;
	text-align: left;
	float: right;
	margin: 10px 10px 10px 10px;
}
h1
{
	font-family: ;
	font-size: 17px;
	margin: 0px;
}
form
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
label
{
	font-size: 13px;
	display: block;
	line-height: 26px;
    height: 24px;
}
label.inline
{
    display: inline;    
}
.input
{
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	padding: 4px;
	background-color: #FFF !Important;
	border: 1px solid #CCC;
}
.submit
{
	font-size: 13px;
	text-transform: capitalize;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
}


  #duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
  }