/* ============== */
/* ! NEW FLIPIC   */
/* ============== */

input[name="title"] {
	background: none;
	border: 0px none;
	color: #3F3F3F;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	height: 30px;
	text-shadow: 0px 1px 1px #FFF;
}

/* =================== */
/* ! NEW FLIPIC FORM   */
/* =================== */

#new-fp-form-container {
	margin: 0 0 25px 0;
	position: relative;
}

#new-fp-form-topper {
	background: url(../images/new-fp-form-topper.png) no-repeat top;
	height: 70px;
	width: 100%;
}

#new-fp-form-body {
	background: url(../images/new-fp-form-body.jpg) repeat-y top;
	height: auto;
	width: 100%;
}

.new-fp-form-section-small {
	background: url(../images/new-fp-form-small-section.jpg) no-repeat top;
	height: 43px;
	position: relative;
	width: 100%;
}

.new-fp-form-section-header {
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	left: 25px;
	position: absolute;
	text-shadow: 0px 1px 1px #FFF;
	top: 15px;
}

.new-fp-form-section-header small {
	font-size: 10px;
}

.new-fp-form-input-container-big {
	background: url(../images/new-fp-form-input-container-big.jpg) no-repeat top;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 10px;
	width: 253px;
}

.new-fp-form-input-container-big input {
	background: none;
	border: 0px none;
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	margin: 2px 0 0 5px;
	width: 242px;
}

.faded input {
	color: #B1B1B1;
}

#new-fp-form-images {
	background: url(../images/new-fp-form-images.jpg) no-repeat top;
	height: 313px;
	position: relative;
	width: 100%;
}

.new-fp-form-upload-option {
	float: right;
	margin: 0 0 19px 0;
	width: 90%;
}

.file-upload {
}

#new-fp-form-image1-container {
	height: 130px;
	left: 55px;
	position: absolute;
	top: 170px;
	width: 220px;
}

#new-fp-form-image2-container {
	height: 130px;
	right: 60px;
	position: absolute;
	top: 170px;
	width: 220px;
}

#new-fp-form-submit-button {
	background: #0D778F url(/images/gradient.png) repeat-x;
	border: 0px none;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 0px 5px 5px 0px;
	padding: 6px 10px 6px;
	left: 552px;
	position: absolute;
	top: 11px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.25);
	box-shadow: 0 1px 1px #FFF;
	-moz-box-shadow: 0 1px 1px #FFF;
	-webkit-box-shadow: 0 1px 1px #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#new-fp-form-submit-button:active {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#new-fp-form-submit-button { 
	color: #FFF;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px -1px 1px #094755;
}

#new-fp-form-submit-button:hover {
	background: #0B6D83 url(/images/gradient.png) repeat-x;
	color: #FFF;
}

#new-fp-form-submit-button:active {
	background: #085F72;
	color: #FFF;
	box-shadow: 0 1px 1px #FFF;
	-moz-box-shadow: 0 1px 1px #FFF;
	-webkit-box-shadow: 0 1px 1px #FFF;
}



#new-fp-form-bot {
	background: url(../images/new-fp-form-bot.png) no-repeat bottom;
	height: 7px;
	width: 100%;
}

/* ==================== */
/* ! FORM BREADCRUMBS   */
/* ==================== */

#new-fp-form-breadcrumbs {
	left: 30px;
	position: absolute;
	top: 31px;
}

#new-fp-form-breadcrumbs li {
	color: #FFF;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0px 0px 5px #000;
	text-transform: uppercase;
}

#bc-name {
	left: 3px;
	position: absolute;
	width: 150px;
}

#bc-tags {
	left: 164px;
	position: absolute;
	width: 150px;
}

#bc-images {
	left: 310px;
	position: absolute;
	width: 150px;
}

#bc-upload {
	left: 480px;
	position: absolute;
	width: 150px;
}

/* ============== */
/* ! NEW IMAGES   */
/* ============== */

#chosen_fb_img_1 img {
	border: 4px solid #FFF;
	height: 70px;
	left: 65px;
	overflow: hidden;
	position: absolute;
	top: -107px;
	width:  70px;
}

#chosen_fb_img_2 img {
	border: 4px solid #FFF;
	height: 70px;
	left: 45px;
	overflow: hidden;
	position: absolute;
	top: -107px;
	width:  70px;
}

/* =============== */
/* ! BOOKMARKLET   */
/* =============== */

.bookmarklet-body {
	background: #dcdcdc url(../images/tags-bg.jpg) repeat-x top;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	float: left;
	height: auto;
	padding: 10px 10px 0 10px;
	width: 255px;
}

.bookmarklet-button {
	position: absolute;
	right: 7px;
	top: 6px;
}
