/* ====================== */
/* = Global Form Styles = */
/* ====================== */

#mcSharedForm {
	margin: 0;
	padding: 0;
}
#mcSharedForm img {
	border: none;
}
#mcSharedForm {
	font-family: Arial;
	font-size: 11px;
}

#mcSharedForm a{
	font-family: Arial;
	font-size: 11px;
}

#mcSharedForm input {
	border: 1px solid #999999;
	padding: 3px;
}
#mcSharedForm legend {
	font-size: 11px;
	font-weight: bold;
}
#mcSharedForm fieldset {
	padding: 5px;
	border: 0;
}
#mcSharedForm .mcFormFieldWrapper {
	position: relative;
	float: left;
	margin: 0 5px 5px 0;
}
#mcSharedForm label {
	position: absolute; 
	top: 0; 
	left: 0;
	color: #666666;
	margin: 4px 5px 5px 6px;
}
#mcSharedForm #mcFormLeftCol {
	width: 400px;
	float: left;
}
#mcSharedForm #mcFormRightCol {
	width: 400px;
	float: left;
}

legend
{
	color:#000000;
	.margin-left:-9px;
}


/* ================== */
/* = Column Headers = */
/* ================== */

#mcSharedForm .mcFormColHeader {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	
}

/* =============== */
/* = Form Footer = */
/* =============== */

#mcSharedForm #mcFormFooter {
	clear: both;
}
/*Submit Button*/
#mcSharedForm #mcFormFooter #mcFormSubmit {
	float: right;
}
/*Error Prompt*/
#mcSharedForm #mcFormFooter #mcErrorPrompt {
	background-color: #f9e0de;
	color:#000000;
	padding: 5px;
	border: 1px solid red;
	color: red;
	width: 200px;
	margin-right: 20px;
	float: right;
	display: none;
	position:relative;
	bottom:18px;
}

/* ========== */
/* = Errors = */
/* ========== */

#mcSharedForm input.error {
	background-color: #f9e0de;
}

#mcSharedForm div.error {
	position: absolute;
	top: -30px;
	background-color: #ffffc5;
	padding: 5px;
	border: 2px solid #666666;
	width: 190px;
	z-index: 1;
}


#mcSharedForm span .error {
	background-color: #ffffc5;
}

/* ======== */
/* = Name = */
/* ======== */

#mcSharedForm #fsName {
	padding-bottom: 0;
	padding-top: 0;
}
#mcSharedForm #fsName legend {
	display: none;
}

/* =========== */
/* = Address = */
/* =========== */

#mcSharedForm #fsAddress {
	padding-bottom: 0;
	padding-top: 0;
}
#mcSharedForm #fsAddress legend {
	display: none;
}
#mcSharedForm .txtCity {
	clear: both;
}

#mcSharedForm #txtStreetAddress {
	.margin-top:6px;
	width:183px;
}

#mcSharedForm #txtApartment
{
	.margin-top:6px;
	width: 116px;
}

#mcSharedForm label.lowerLabel {
	.margin:10px 5px 5px 6px;
}

#mcSharedForm #txtZipCode {
	width: 60px;
}
#mcSharedForm .ddlState label {
	display: none;
}

#mcSharedForm #txtCity
{
	width:93px;
}

#mcSharedForm #ddlState
{
	margin-top:2px;
} 

/* ================ */
/* = Phone Number = */
/* ================ */

#mcSharedForm #fsPhone label {
	display: none;
}
#mcSharedForm #fsPhone input {
	text-align: center;
	width: 25px;
}
#mcSharedForm #fsPhone #txtPhoneSuffix {
	width: 40px;
}

/* ============= */
/* = Birthdate = */
/* ============= */

#mcSharedForm #fsBirthDate {
	float: left;
}
#mcSharedForm #fsBirthDate input {
	text-align: center;
	width: 25px;
}
#mcSharedForm #fsBirthDate #txtDOBYear {
	width: 40px;
}

/* ========== */
/* = Gender = */
/* ========== */

#mcSharedForm #fsGender {
	float: left;
}
#mcSharedForm #fsGender label {
	position: relative;
	color: #000000;
}

#mcSharedForm #fsGender input
{
	border:none;
}

/* ============================== */
/* = Commnunication Preferences = */
/* ============================== */

#mcSharedForm #fsCommPrefs {
	clear: both;
}
#mcSharedForm #fsCommPrefs .mcFormFieldWrapper {
	/*width: 300px;*/
}
#mcSharedForm #fsCommPrefs label {
	margin: 0px 0px 0px 21px;
	display:block;
	color:#000000;
}

#mcSharedForm #fsCommPrefs input[type="checkbox"] {
	width: 13px;
    height: 13px;
    border:none;
    padding: 0;
    margin:0px 3px 0px 0px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
    
}

#communicationLanguage
{
	padding-bottom:6px;
}


/* ================ */
/* = Mobile Phone = */
/* ================ */

#mcSharedForm #mcMobileWrapper label {
	width: 210px;
}
#mcSharedForm #mcMobileInput {
	display: none;
}
#mcSharedForm #mcMobileInput label {
	display: none;
}
#mcSharedForm #mcMobileInput input {
	text-align: center;
	width: 20px;
}
#mcSharedForm #mcMobileInput #txtMobileSuffix {
	width: 40px;
}

/* ======================= */
/* = Mobile Confirmation = */
/* ======================= */

#mcSharedForm #mcMobileConfirmation {
	display: none;
	position: absolute;
	margin-top: -30px;
	clear: both;
	background-color: #ffffc5;
	padding: 5px;
	border: 2px solid #666666;
	width: 350px;
	font-family:Arial;
	font-size:11px;
}

#mcSharedForm #mcMobileConfirmation #accept ,#mcSharedForm #mcMobileConfirmation #decline {
	cursor: pointer;
}

/* ========================= */
/* = Sweepstakes Agreement = */
/* ========================= */

#mcSharedForm #fsOfficialRules label {
	position: relative;
	color: #000000;
}

/* ============ */
/* = Packcode = */
/* ============ */

#mcSharedForm #packPopUp {
	display: none;
	position: absolute;
	margin-top: -50px;
	margin-left:100px;
	clear: both;
	background-color: #ffffc5;
	padding: 5px;
	border: 2px solid #666666;
	width: 180px;
	font-family:Arial;
	font-size:11px;
}

#mcSharedForm #codeClose
{
	width:28px;
	height:13px;
	text-decoration:underline;
	display:block;
	float:right;
	cursor:pointer;
}

/* =============== */
/* = Float Clear = */
/* =============== */

#mcSharedForm .mcClear {
	clear: both;
}

/* =============== */
/* = CAPTCHA = */
/* =============== */

#captchaImage
{
	margin-top:8px;
	margin-bottom:0px;
}

#captchaError
{
	margin-bottom:8px;
}

#captchaText
{
}

#mcframe
{
	width:0px;
	height:0px;
	border:none;
}

/* =============== */
/* = Official rules = */
/* =============== */

#mcSharedForm #fsOfficialRules label {
	margin: 0px 0px 0px 21px;
	display:block;
	color:#000000;
	
}

#mcSharedForm #fsOfficialRules input[type="checkbox"] {
	width: 13px;
    height: 13px;
    border:none;
    padding: 0;
    margin:0px 3px 0px 0px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    float:left;
    *overflow: hidden;
}

.checkbox
{
	float:left;
	width:20px;
}

/* =============== */
/* = MGD 64 Magazine = */
/* =============== */

#mcSharedForm #fsMagazine label {
	position: relative;
	display: block;
	margin: 3px 0px 0px 15px;
	float: left;
	text-indent:-15px;
	color:#000000;
}

#mcSharedForm #fsMagazine input{
	width: 13px;
    height: 13px;
    border:none;
    padding: 0;
    margin:0px 11px 0px 0px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#magazineLabel
{
	color:#000000;
}

.magazineLabel
{
	width:100px;
	margin-left:10px;
}

.clearfloat
{
	clear:both;
}

.checkLabel
{
	width:315px;
}

#mcMobileWrapper
{
	margin-top:9px;
}

#mcMobileInput
{
	position:relative;
	top:9px;
	.top:0px;
	left:201px;
}
