/*******************
Author: Patrick Ryan
URL: http://www.agavegroup.com

Feel free to use this however you like.  Credit is always appreciated.
*******************/

body
{
	background: #FFFFFF;
	color: #333;
	font-size: 11px;
	font-family: Verdana;
	font-size:14px;
}
a{
	color: #666666;
	text-decoration: none;
}
p{
	float:left;
	display:block;
	margin-bottom:3px;
	padding:0;
}
input, textarea, select{
	border:0;
	margin:3px;
	padding:0px 3px;
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;

}

div#tellafriendForm{
float:left;
width:450px;
padding:0;
}

input.textInputShort{
	width:150px;
}

input.textInput{
	width:238px;
}

p.submit{
	float:right;
	margin-right:5px;
}

form{
float:left;
margin:0 auto;	
}

label{
	float:left;
	margin-bottom:2px;
	width:150px;
	font-weight:bold;
	
}

.clearAll{
	clear:both;
}

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt{
	float:left;
	background:url(../images/shadowUpperLeft.gif) top left no-repeat;
}

.frmShdwBottomRt{
	float:left;
	background:url(../images/shadowLowerRight.gif) bottom right no-repeat;
}

.frmShdwBottomLt{
	float:left;
	background:transparent url(../images/shadowBottomLeft.gif) bottom left no-repeat;
}

.frmShdwTopRt{
	float:left;
	background:transparent url(../images/shadowTopRight.gif) top right no-repeat;
}

/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit{
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}

	.frmShdwSubmit:hover{
		color:#000000;
	}
	
	
div.tellafriendContent{
	margin:5px 0;
	padding:0;
	width:450px;
	float:left;
	display:block;
}	
div.tellafriendInput{
	margin:5px 0;
	padding:0;
	float:right;
	display:block;
}
div.tellafriendContent .tellafriendContentL {
	margin:0 10px 0 0;
	float:left;
	display:inline-block;
	width:170px;
}
div.tellafriendContent .tellafriendContentR{
	margin:0 0 0 10px;
	float:left;
	width:260px;
}
