@charset "UTF-8";
/*--------------------
Style Sheet
fc_emailsignup.css

website:  Freshly Cut
author:   2227.com
version:  01.16.09 | revised: 01.22.09

COPYRIGHT © 2009, FRESHLY CUT
----------------------*/

/*---commmon----------
* {
margin: 0;
padding: 0;
} */

#signup {
	padding-right: 60px;
}

#signup .collft {
	width: 250px;
	float: left;
}

#signup .colrht {
	width: 255px;
	float: right;
	border: 1px solid #ABABAB;
	margin: 30px 0px;
}

form {
	padding: 15px 0 0 15px;
}

label {
font-size: 10px;
letter-spacing: 1px;
}
/*--input {
background: #F2F7D4;
}
.input:focus {
background: #E0EBFF;
}--*/
.inptfld   {
	width: 225px;
	border-top: 1px solid #D9E2A9;
	border-right: 2px solid #D9E2A9;
	border-bottom: 2px solid #D9E2A9;
	border-left: 1px solid #D9E2A9;
}
.send {
	font-size: 10px;
	color: #555555;
}

#signup .required {
color: #FF6600;
}
#signup  .sent {
	font-size: 14px;
	line-height: 1.5em;
	color: #0066FF;
	padding: 5px 0 0 15px;
}

#content a {
	color: #333333;
	text-decoration: none;
}

#content a:hover {
color: #FF6633;
text-decoration: underline;
}

.respond {
font-size: 10px;
text-align: right;
}

.thankyou {
background: url(../_photo/thankyou_arrangement.jpg) no-repeat scroll 265px 5px;
}
