﻿#ymtcBody
{
	width: 638px; 
	font-family: Arial; 
	font-size: 10pt;
	color: #454545; 
	background-color: #e3e3e3; 
}

#ymtcBody img
{
	display: block;
}

#ymtcBanner
{
}
#ymtcBanner:hover
{
	background-color: #d3d3d3;
}

#ymtcBlurb
{
	float:left;
	margin: 13px 15px 0px 20px; 
	width: 560px;
}

.ymtcField.spaced
{
	margin-right: 3px;
}

.ymtcField.month
{
	width: 28px;
}

.ymtcField.day
{
	width: 28px;
}

.ymtcField.year
{
	width: 45px;
}

.birthdatePrompt
{
	font-weight: bold;
	margin-right: 15px;
}

.ymtcHead
{
	font-size: 24px;
	font-weight: bold;
}

#ymtcForm
{
	border-top: 2px solid #a0a0a0;
}

#ymtcFormUpper
{
	padding: 10px 30px 20px 30px;
	background-color: #f3f3f3;
}
#ymtcFormUpper input
{
	border: 1px solid #c0c0c0;
	height: 22px;
	padding-left: 5px;
	padding-top: 2px;
}
#ymtcFormUpper textarea
{
	overflow: auto;
	border: 1px solid #c0c0c0;
	font-family: Sans-serif;
	font-size: 10pt;
	min-height: 30px;
	width: 560px;
	padding-top: 2px;
}

.ymtcLabel
{
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.ymtcLabel.valid
{
	color: #454545;
}
.ymtcLabel.invalid
{
	color: #e00000;
}
#ymtcName
{
	width: 190px;
}
#ymtcEmail
{
	width: 350px;
}

#ymtcLower
{
	border-top: 2px solid #a0a0a0; 
	padding: 20px 30px 0px 30px; 
	background-color: #e3e3e3;
	height: 90px;
}

.ymtcFormLowerHead
{
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
}

.ymtcTocHead
{
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	margin-top: 10px;
}
.ymtcTocBody
{
	font-size: 8pt;
}

.ymtcAckCheck
{
	float:left;
	padding-top: 20px;
	padding-right: 6px;
}
.ymtcAckHead
{
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	color: #808080;
	padding-bottom: 5px;
}
.ymtcAckBody
{
	font-size: 8pt;
	font-style: italic;
	width: 330px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#ymtcSubmit, #ymtcDoAgain
{
	width: 171px; 
	height: 39px;
}

#ymtcSubmitBirthdate
{
	width: 100px; 
	height: 39px;
}

#ymtcSubmit, #ymtcSubmitBirthdate, #ymtcDoAgain
{
	cursor: normal;
	background-image: url(http://www.wizards.com/Magic/images/ymtc/SubmissionForm_Button_Dormant.jpg);
}
#ymtcSubmit.enabled, #ymtcSubmit.mobile.enabled, #ymtcSubmitBirthdate.enabled, #ymtcDoAgain
{
	cursor: pointer;
	background-image: url(http://www.wizards.com/Magic/images/ymtc/SubmissionForm_Button_Static.jpg);
}
#ymtcSubmit.enabled:hover, #ymtcSubmitBirthdate.enabled:hover, #ymtcDoAgain:hover
{
	cursor: pointer;
	background-image: url(http://www.wizards.com/Magic/images/ymtc/SubmissionForm_Button_Active.jpg);
}
#ymtcSubmit.mobile.enabled:active
{
	cursor: pointer;
	background-image: url(http://www.wizards.com/Magic/images/ymtc/SubmissionForm_Button_Active.jpg);
}

.ymtcSubmitText
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-top:0px;
	text-align: center;
}
#ymtcDoAgain div.ymtcSubmitText
{
	font-size: 12px;
}

.ymtcSubmitCaption
{
	font-size: 8pt;
	font-style: italic;
	margin-top: 5px;
	text-align: center;
}	
.ymtcCancel
{
	font-weight: bold;
	text-decoration: none;
	color: #606060;
}
.ymtcCancel:hover
{
	color: #a00000;
	cursor: pointer;
}

#ymtcThanks
{
	width: 638px; 
	font-family: Arial; 
	font-size: 10pt;
	color: #454545; 
	background-color: #e3e3e3; 
}
.ymtcThanksBody
{
	margin: 13px 65px 15px 20px; 
}
.ymtcThanksHead
{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
}

.inputHint
{
	font-style: italic;
	color: #a0a0a0;
}
	
.remaining
{
	float: right;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
}
.remaining.notfull
{
		color: #00a000; 
}
.remaining.full
{
		color: #c00000; 
}
