/*
*Style for SlideSubmit
*By Ben Plum (( www.benplum.com ))
*Feel free to use and edit, but plase give credit!
*/

.ss_container {
	width: 430px;
	margin-bottom: 5px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
.ss_container p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ss_container a, .ss_container a:active, .ss_container a:visited { 
	outline:none; 
	color: #999;
}
.ss_container a:hover { 
	outline:none; 
	color: #3c6;
}
.ss_container h1 { 
	margin-bottom: 2px; 
	font-family: Georgia, "Times New Roman", Times, Serif;
	color: #3c6;
}
.ss_container .copyright {
	font-size: 10px;
	width: 100%;
	text-align: right;
	color: #999;
}
#ss_form textarea { 
	width: 380px;
}

#ss_form fieldset {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#ss_form p {
	line-height: 18px;
}

#ss_form legend {
	color: #ccc;
	font-size: 20px;
}
#ss_form input, #ss_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 7px;
	border: 1px solid #999;
	width: 380px;
	margin: 0 0 10px 0;
}
#ss_form label { 
	display: block; 
}  
#ss_form .error {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	float: left;
	font-size: 11px;
	margin: 5px 0 0 4px;
	text-transform: uppercase
}

#ss_form  .fl {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Make sure the width below is equal to the width of the #unlock-handle PLUS(+) the value entered in the .js  */
#ss_wrapper { 
	position: relative; 
	height:50px; 
	border: 1px #999 solid;
	width: 380px;
	padding: 7px;
}
#ss_cover { 
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	height:60px; 
	width: 390px;
	background: url(../images/slidesubmit/slide_cover.png) repeat;
}
#ss_slider_cover  {  
	position: absolute; 
	z-index: 5; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height:60px; 
	background: url(../images/slidesubmit/slide_cover.png) repeat;
}
#ss_slider_wrapper { 
}
#ss_slider { 
	height:50px; 
}
/* Make sure the width below is equal to the width of the #unlock-bottom MINUS(-) the value entered in the .js  */
#ss_slider_handle{ 
	position: absolute; 
	z-index: 10; 
	height: 50px; 
	width: 50px; 
	top: 0px; 
	left: 0px; 
	background: #3c6 url(../images/slidesubmit/slider_btn.gif);
}
#ss_slider_handle_cover{ 
	position: absolute; 
	z-index: 11; 
	height: 50px; 
	width: 50px; 
	top: 0px; 
	left: 0px; 
	background: #ccc url(../images/slidesubmit/slider_btn.gif);
}
/* Used by the jQuery slider */
.ui-slider { 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center; 
}

#ss_load_gif { 
	position: relative; 
	height:50px; 
	width: 380px;
	text-align: center;
}
#ss_load_gif img {
	padding-top: 25px;
}
