﻿body
{
	background-color:White;
	background-image:url(imgs/bgmain.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding:0;
	margin:0;  
}

.GeneralContentHolder
{

	width:100%;
	padding:0;
	margin:0;
	text-align:center;
	height:100%;

}

.ContentHolder
{
		
}


.MTLogo
{
	position:relative;
	left:0;
	margin:140px 0 20px;
	/*height:44px;
	width:52px;*/
  width:120px;
}

.SurveyImg
{
	position:relative;
	left:-120px;
	top:90px;
	margin:140px 0 35px;
 
}

.LoginWrapper
{
	position:relative;
	top:80px;	
}

.imgLogin
{
	position:relative;
	left:-80px;
	margin:0 0 20px 0;
}

.tbLogin
{
	margin:0px  0px 20px 0px;
	border:0px;
	background-image:url(imgs/bgTBfull.png);
	background-repeat:no-repeat;
	background-position:left top; 
	height:31px;
	width:213px;
	font-size:18px;
	padding:4px 0 0 4px;

}

.imgBtnLogin
{
	position:relative;
	left:-95px;
	top:20px;	
}

	 