.textinput {
	border: 0;
	background: url(../images/form_text.png) top left no-repeat; 
	width: 200px; 
	height: 27px; 
	font-size: 13px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.textinput_small {
	border: 0;
	background: url(../images/form_text_small.png) top left no-repeat; 
	width: 52px; 
	height: 27px; 
	font-size: 13px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.textlabel {
	display: block;
	font-weight: bold;
	width: 120px;
	float: left;
	top: 3px;
	position: relative;
}

.textareainput {
	border: 0;
	background: url(../images/form_textarea_large.png) top left no-repeat;
	width: 580px;
	height: 89px;
	padding: 10px;
	font-size: 13px;
}

.textareainput_small {
	border: 0;
	background: url(../images/form_textarea_small.png) top left no-repeat;
	width: 580px;
	height: 59px;
	padding: 10px;
	font-size: 13px;
}

#checkYes {
	float: left;
	height: 17px;
	bottom:-6px; left:4px; position:relative;
	background-image: url(http://www.ilovethisperson.com/siteimages/wizard/checkYes.gif);
	background-repeat: no-repeat;
}

#checkNo {
	float: left;
	height: 17px;
	bottom:-6px; left:4px; position:relative;
	background-image: url(http://www.ilovethisperson.com/siteimages/wizard/checkNo.gif);
	background-repeat: no-repeat;
}

#watermark {
	background-image: url(../images/unpublished_watermark.png);
	width: 105%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
}

#slider2 {
	margin-left: 5px;
}

#slider2 li { 
	width:810px;
	height:350px;
	overflow:hidden;
}

#slider2 a {
 color: #ffffff;
 margin-left: 5px;
 top:-2px;
 position:relative;
}

#controls {
	position: relative;
	bottom: 30px;
}

#controls button {
	border:none;
	cursor: pointer;
}

#preview {
	background-image: url(../images/preview.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 31px;
	float: left;
	border: none;
}

#prev {
	background-image: url(../images/go_back.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 31px;
	border: none;
	cursor: pointer;
	float: left;
}

#next {
	background-image: url(../images/save_and_continue.png);
	background-repeat: no-repeat;
	width: 151px;
	height: 31px;
	border: none;
	cursor: pointer;
	float: right;
}

.addbutton {
	background-image: url(../images/add.png);
	background-repeat: no-repeat;
	width: 61px;
	height: 31px;
	border: none;
	cursor: pointer;
	margin-left: -10px;
	top: -1px;
	position: relative;
}

.searchbutton {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	width: 52px;
	height: 20px;
	border: none;
	cursor: pointer;
	margin-left: -15px;
	top: 1px;
	position: relative;
}

.browsebutton {
	background-image: url(../images/browse-button.png);
	background-repeat: no-repeat;
	width: 52px;
	height: 20px;
	border: none;
	cursor: pointer;
	margin-left: -15px;
	top: 1px;
	position: relative;
}

.submitbutton {
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 31px;
	border: none;
	cursor: pointer;
}