body{
	font:bold 12px  Verdana, sans-serif, Arial, Helvetica;	
}

.btn{
	width:180px;
	height :50px !important;
/*	border-style:none;
	background:url(/templates/default/css/img/sait/send2.png) no-repeat;*/
}

.btn-back {
	width:180px;
	height :50px !important;
	border-style:none;
	background:url(/templates/default/css/img/sait/button_back.png) no-repeat;
	margin-left:130px;
	cursor:pointer;
}

.content{
	width:500px;
	padding: 10px 25px;
	padding-bottom:0px;	
	border: 1px solid #eee;
	background: #F6F7F6;	
	position:absolute;
	left:50%;
	margin-left:-223px;
	top:50%;
}

.box-shadow {
  -moz-box-shadow: 5px 5px 5px #ddd; /* Firefox */
  -webkit-box-shadow: 5px 5px 5px #ddd; /* Safari, Chrome */
  box-shadow: 5px 5px 5px #ddd; /* CSS3 */
}

*html .box-shadow {
  behavior: url(ie-css3.htc);
}


*+html .box-shadow {
  behavior: url(ie-css3.htc);
}


.rounded-corners {
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
}

*html .rounded-corners {
  behavior: url(/border-radius.htc);
}

*+html .rounded-corners {
  behavior: url(/border-radius.htc);
}

hr{
	border-style: none;	
	border-top: 1px solid #CCC;
	margin:15px 0 ;
	
}



.clr{
	clear:both;
}

.legend{	
	clear:both;
	margin:30px 0;	
	padding:0px;
	color:#666;
	font-size:12px;
	text-align:left;
}

/*Container*/
.container{
	margin-bottom:10px;
}
.container label{
	width:200px;
	float:left;
	font-size:11px;
	text-align:justify;	
	
}

*+html.container label{
	width:180px;
	float:left;	
	font-size:11px;
	text-align:justify;	
	
}

.container label:first-line{
	font-size:12px;	
	font-weight: normal;
	line-height: 30px;
}

.container .controls{
	margin-left:220px;
}

.container .controls input[type='text']{
	width:270px;	
	border: 1px solid #CCCCCC; 
	border-radius: 5px; 
	font-size: 1em; 
	height:20px;  	
	padding:5px;
}

*+html.container .controls input[type='text']{
	width:170px;
	float:left;	
	font-size:11px;
	text-align:justify;	
	
}

/*Container 2*/
.container2{
	margin-bottom:10px;
}

.container2 label{
	width:60px;
	float:left;
	font-size:10pt;
	text-align:justify;	
	font-weight: normal;
	line-height: 30px;	
	margin-right:20px;
}

.container2  div label{
	width:auto;
	margin-right:5px;
	margin-left:5px;
	
}

.container2 .controls{
	float:left;		
}

.container2 .controls input[type='text']:first-child{
	width:100px;	
	border: 1px solid #CCCCCC; 
	border-radius: 5px; 
	font-size: 1em; 
	height:20px;  	
	padding:5px;
}

.h1{
	font-size:18px;
	color:#666;
	text-align: center;
	font-weight: bold;
	line-height:50px;
	
}
.error{
	color:#D82741;
	font-size:11px;
	text-align:justify;
}

.bold{
	font-weight:bold;
	font-size:12pt;
}

.logo{
	width:100px;
	height:50px;
	background:url(/templates/default/css/img/sait/login_icons.png) no-repeat;
	padding:0px;
	float:right;
}
