.tellafriendComponent .tellAFriendPage{
	padding: 30px 5.9375%; /* 19/320 */
	text-align: center;
}

.tellafriendComponent .tellAFriendPage .tellAFriendPageMainTitle,
.tellafriendComponent .tellAFriendPage .tellAFriendPageTitle{
	font-family: MuseoSans;
	font-weight: 500;
	font-size: 16px;
	color: #d9252b;
	text-transform: uppercase;
}
.tellafriendComponent .tellAFriendPage .tellAFriendPageTitle{
	font-size: 14px;
}

.tellafriendComponent .tellAFriendPage .mainDescription,
.tellafriendComponent .tellAFriendPage .description{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	margin: 14px 0 45px;
}

.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm{
	text-align: left;
}

.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm .tellAFriendLabel{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	margin-top: 35px;
}
.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm .control-group:FIRST-CHILD .tellAFriendLabel{
	margin-top: 0;
}

.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm textarea,
.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm .tellAFriendInput{
	border-width: 1px;
	border-style: solid;
	width: 100%;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	height: 143px;
	margin: 0;
	padding: 15px 4%;
	resize:none;
}
.tellafriendComponent .tellAFriendPage .tellAFriendBodyForm .tellAFriendInput{
	height: 43px; line-height: 43px;
	padding-top: 0;
	padding-bottom: 0;
}

.tellafriendComponent .tellAFriendPage .tellAFriendPageFormSubmit{
	width: 180px; 
	height: 65px;
	padding-top: 29px;
	margin: 0 auto;
}

.tellafriendComponent .tellAFriendPage .submitButton,
.tellafriendComponent .tellAFriendPage .cancelButton{
	background-color: #ca0614;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	border: 0;
	border-radius: 3px;
	text-transform: uppercase;
	display: inline-block;
}
.tellafriendComponent .tellAFriendPage .cancelButton{
	margin-top: 14px;
	background-color: #333;
}

.tellafriendComponent .tellAFriendPage .tellAFriendButtons,
.tellafriendComponent .tellAFriendPage .tellAFriendLinks{
	height: 86px;
	width: 200px;
	margin: 0 auto;
}
.tellafriendComponent .tellAFriendPage .tellAFriendLinks{
	width: 180px;
}

.tellafriendComponent .tellAFriendPage .tellAFriendLinks .registerLink{
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 22px;
	display: block;
}

.control-group.error .help-inline{
	color: #d9252b;
	font-family: MuseoSans;
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
}

.control-group .controls input,
.control-group .controls textarea{
	border-color: #ccc;
}
.control-group.error .controls input,
.control-group.error .controls textarea{
	border-color: #d9252b;
}


@media (min-width:768px){
	
	.tellafriendComponent .tellAFriendPage{
		padding: 50px 3.90625%; /* 30/768 */
	}
	
	.tellafriendComponent .tellAFriendPage .tellAFriendButtons{
		width: 410px;
		height: 36px;
	}
	.tellafriendComponent .tellAFriendPage .tellAFriendButtons .submitButton{
		width: 48.7804878%; /* 200/410 */
		float: right;
	}
	.tellafriendComponent .tellAFriendPage .tellAFriendButtons .cancelButton{
		width: 48.7804878%; /* 200/410 */
		float: left;
		margin-top: 0;
	}
	
	.tellafriendComponent .tellAFriendPage .tellAFriendPageMainTitle{
		font-size: 24px;
	}
	.tellafriendComponent .tellAFriendPage .tellAFriendPageTitle{
		font-size: 20px;
	}
	
	.tellafriendComponent .tellAFriendPage .mainDescription,
	.tellafriendComponent .tellAFriendPage .description{
		font-size: 16px;
	}
}


@media (min-width:1280px){
	
	.tellafriendComponent .tellAFriendPage{
		padding-right: 16.796875%; /* 215/1280 */
		padding-left: 16.796875%; /* 215/1280 */
	}
	
	.tellafriendComponent .tellAFriendPage .tellAFriendPageMainTitle{
		font-size: 28px;
	}
	
	.tellafriendComponent .tellAFriendPage .mainDescription{
		font-size: 20px;
	}
}
























