.DisabledInput
{
	color: #9e9e9e;
}

.Free
{
	background-image: url(images/free.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 35px;
}

.Phone
{
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	width: 425px;
	height: 747px;
}

.Laugh
{
	background-image: url(images/laugh.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	height: 400px;
}

.Title
{
	height:55px;
	width:378px;
	background-image: url(images/titleGradient.png);
	background-repeat: repeat-x;
	border: 2px solid #3b3432;
}

.TitleText
{
	font-family: Arial;
	font-size: 22px;
	padding-top:12px;
	padding-left:12px;
	color: #ffffff;
}

.BlueTitle
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #52b0e6;
}

#startTyping
{
	font-family: Tahoma;
	font-size: 18px;
	color: #8a8a8a;
}

.Text
{
	font-family: Arial;
	font-size: 12px;
	color: #413131;
}

.SmallText
{
	font-family: Arial;
	font-size: 10px;
	color: #767676;
}

.Link
{
	font-family: Arial;
	font-size: 12px;
	color: #3a5896;
	cursor: pointer;
	text-decoration: underline;
}

.GetItButton 
{
	background-image: url(images/getItButton.png);
	background-position: 0px 0px;
	width: 290px;
	height: 69px;
	cursor: pointer;
}

.MMMobile 
{
	background-image: url(images/mmmobile.png);
	width: 144px;
	height: 258px;
}

.GetItButtonOver 
{
	background-image: url(images/getItButton.png);
	background-position: 0px -69px;
	width: 290px;
	height: 69px;
	cursor: pointer;
}

.GetItButtonIT 
{
	background-image: url(images/emailButtonIt.png);
	background-position: 0px 0px;
	width: 290px;
	height: 69px;
	cursor: pointer;
}

.GetItButtonITOver 
{
	background-image: url(images/emailButtonIt.png);
	background-position: 0px -69px;
	width: 290px;
	height: 69px;
	cursor: pointer;
}


.TabClassicIdle,
.TabClassicOver,
.TabClassicSelected,
.TabUrbanIdle,
.TabUrbanOver,
.TabUrbanSelected,
.TabGorgeousIdle,
.TabGorgeousOver,
.TabGorgeousSelected
{
	background-image: url(images/themesButtons.png);
	height: 66px;
	width: 378px;
}

.TabClassicIdle
{
	background-position: 0px 0px
}

.TabClassicOver
{
	background-position: 0px -66px
}

.TabClassicSelected
{
	background-position: 0px -132px
}

.TabUrbanIdle
{
	background-position: 0px -198px
}

.TabUrbanOver
{
	background-position: 0px -264px
}

.TabUrbanSelected
{
	background-position: 0px -330px
}

.TabGorgeousIdle
{
	background-position: 0px -396px
}

.TabGorgeousOver
{
	background-position: 0px -462px
}

.TabGorgeousSelected
{
	background-position: 0px -528px
}

.TabClassicText,
.TabUrbanText,
.TabGorgeousText
{
	font-family: Tahoma;
	font-size: 24px;
	color: #ababab;
	padding-left:60px;
	padding-top:20px;
}

.TabClassicSelected .TabClassicText
{
	color: #73be3a;
}

.TabUrbanSelected .TabUrbanText
{
	color: #4e557c;
}

.TabGorgeousSelected .TabGorgeousText
{
	color: #ff399b;
}

.Arrow
{
	background-image: url(images/arrow.png);
	background-repeat:no-repeat;
	height: 13px;
	width: 20px;
}

.Play
{
	background-image: url(images/play.png);
	background-repeat:no-repeat;
	width: 19px;
	height: 18px;
}

.BlueArrows
{
	background-image: url(images/blueArrows.png);
	background-repeat:no-repeat;
	width: 130px;
	height: 37px;
}

.ModalOverlay
{
	background-color:#000000;
	height:100%;
	left:0;
	margin:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter:alpha(opacity=30);
	opacity:.3;
	position: fixed;
	text-align:center;
	top:0;
	width:100%;
	z-index:9999 !important;
}

.Modal
{
}

.ModalInner
{
	position: fixed;
	left: 50%;
	top: 50%;
	width:360px;
	height:260px;
	margin-left: -180px;
	margin-top: -140px;
	background-color:#cccccc;
	padding: 4px;
	z-index:10001 !important;
}

.CaptchaTitle
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}