/* @override 
	http://localhost:3000/stylesheets/gifts.css
	http://localhost:3000/stylesheets/project.css
*/

#gift div.content p.left {
	width: 330px;
	font: 13px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	color: #747476;
	margin-left: 20px;
	line-height: 1.4em;
	float: left !important;
}

.gift div#information.left {
	float: left;
}

.gift div#sidebar div#status div.question strong {
	font-size: 14px;
	font-weight: bold;
	color: #636363;
}

.gift div#sidebar #status div.question p {
	color: #4c4c4c;
}

div#gift_form {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

div#gift_inputs {
	padding-top: 20px;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #9c9c9c;
	font: 13px Helvetica, Arial, Helvetica, Geneva, sans-serif;
	color: #767676;
}

div#check_boxes {
	margin-top: 10px;
}

#check_boxes div.check_box label {
	margin-bottom: 20px;
}

div#gift_buttons {
	margin-top: 20px;
}

#check_boxes div.check_box {
	margin-bottom: 10px;
}

#gift_buttons fieldset.buttons {
	padding: 0px;
	margin-top: 10px;
}

#gift_buttons a.more.left.cancel {
	color: white;
	font-size: 13px;
	padding: 0px 10px;
	background-color: #ff6b5e;
	background-image: none;
	height: 30px !important;
	padding-bottom: 5px;
}

.gift  h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #BD312B;
	font-weight: bold;
	margin-bottom: 25px;
	border-bottom: solid 3px #555555;
	font-family:"Times New Roman";
	height:16px;
}


input.button.submit.more {
	padding-right: 20px;
	font: italic bold 13px "Times New Roman", Times, serif;
	padding-left: 10px;
	color: #000;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 20px;
}

#gift_inputs #gift_fields label {
	width: 110px !important;
	margin-top: 7px;
	display: block;
	float: left;
}

a.more.left.cancel {
	margin-right: 10px;
}

#gift_form strong {
	font-weight: bold;
	color: #5d5d5d;
	font-size: 14px;
}

#new_gift fieldset.inputs ol {
	margin-top: 10px;
}

#new_gift fieldset.inputs ol {
	font-size: 14px;
	color: #5d5d5d;
}

#gift_amount_input label {
	width: 118px;
	margin-right: 5px;
}

input#gift_name {
		padding: 5px;
	border: 1px solid #d5d5d5;
	width: 200px;
	color: #858585;
	font: 12px Helvetica, Arial, Helvetica, Geneva, sans-serif;
}

li#gift_transparent_input.boolean.optional {
	float: left;
	margin-right: 10px;
}

input#gift_anonymous {
	float: left;
	margin-right: 10px;	
}

#new_gift fieldset.inputs ol div.check_box {
	margin-bottom: 10px;
	width: 500px;
}

input#gift_transparent {
	border: 1px solid #a6a6a6;
}

#gift_name_input label {
	width: 120px;
	margin-right: 5px;
}

input#gift_amount {
	padding: 5px;
	border: 1px solid #d5d5d5;
	width: 100px;
	color: #858585;
	font: 12px Helvetica, Arial, Helvetica, Geneva, sans-serif;
}

#gift div.content {
	margin-bottom: 10px;
}

.gift div#sidebar div#status h3 {
	text-align: left;
	height: auto;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: uppercase;
	font: normal bold 16px "Times New Roman", Times, serif;
	padding-bottom: 5px;
	border-width: 2px;
	border-bottom: 2px solid #58585b;
}

div#gift_fields {
	margin-top: 10px;
}

