/*=== Contact and Registration Forms ===*/
#contact-form ol, #login-form ol, #registration-form ol, #video-form ol, #invite-form ol, #pitch-form ol, #request-form ol, #payment-form ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}
#login-form ol {
	padding-left:60px;
	width:420px;
}
#contact-form li, #login-form li, #registration-form li, #video-form li, #invite-form li, #pitch-form li, #request-form li, #payment-form li  {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
#contact-form li.password a {
	padding-left:0em;
}
#login-form li.rem {
	padding-left:11em;
	width:260px
}
#invite-form li.addmore {
	padding:0 0 0 0;
	margin:0 0 15px;
	height:15px;
}
#invite-form li.addmore span {
	margin-left:11em;
}
#contact-form input.text {
	width:200px
}
#login-form input.text, #registration-form input.text, #invite-form input.text {
	width:250px
}
#pitch-form input.text {
	width:300px;
}
#video-form input.text {
	width:350px;
}
#invite-form input.text {
	float:left;
}
#payment-form input.text {
    width: 180px;
}
#payment-form input.long {
    width: 300px;
}
#registration-form input.long {
	width:400px
}
#registration-form select.dropdown {
	width:210px;
	padding: 2px
}
#registration-form input.radiomarg {
	margin-left:15px;
}
#contact-form input.submit, #login-form input.submit, #registration-form input.submit, #video-form input.submit, #invite-form input.submit, #pitch-form input.submit, #request-form input.submit,  #service-provider-form input.submit, #payment-form input.submit
{
	float: none;
	width: auto;
	border: none;
	padding: 0px;
}
#pitch-form input.submit {
	margin-top:5px;
}
#contact-form label, #login-form label, #registration-form label, #video-form label, #invite-form label, #pitch-form label, #request-form label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 2.5em;
	font-weight:bold;
	text-align:right;
}
#registration-form label, #request-form label {
	width: 11em;
}
#login-form label, #video-form label, #invite-form label, #pitch-form label, #request-form label {
	margin-right: 1em;
}
#contact-form label em, #registration-form label em {
	position: absolute;
	left: 10em;
	top: 0;
	color:#FF0000;
	padding-left:15px;
}
#registration-form label em {
	left: 11em;
}
#contact-form fieldset, #login-form fieldset, #registration-form fieldset {
	margin:10px 0
}
#contact-form fieldset {
	margin-bottom:0;
}
#video-form fieldset, #invite-form fieldset, #pitch-form fieldset, #request-form fieldset {
	margin:15px 0 0;
}
#contact-form fieldset.submit, #contact-form fieldset.submit-mt, #registration-form fieldset.submit, #video-form fieldset.submit, #invite-form fieldset.submit, #pitch-form fieldset.submit, #request-form fieldset.submit  {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 13.5em;
}
#payment-form fieldset.submit {
    padding-top: 10px;
    padding-left: 112px;
}
#contact-form fieldset.submit {
	margin-top:0;
	padding-top:0;
}
#contact-form fieldset.submit p {
	margin-top:20px;
}
#registration-form fieldset.submit {
	padding-left: 14.5em;
}
#registration-form fieldset.submit p {
	margin-top:10px;
}
#video-form fieldset.submit, #invite-form fieldset.submit, #pitch-form fieldset.submit, #request-form fieldset.submit {
	margin:0 0 5px 0;
	padding-left: 12em;
	padding-bottom:10px;
	background:#e3e3e3;
}
#request-form fieldset.submit {
	padding-left: 13em;
}
fieldset.emphasis {
	background:#e3e3e3;
}
fieldset.your-role {
	border-bottom: 1px dotted #d1d1d1;
}
#registration-form fieldset.emphasis h3 {
	padding:10px 0 0 10px;
	font-weight:normal;
	font-size: 1.2em;
}
#registration-form fieldset.emphasis p {
	padding-left:10px;
}
#video-form fieldset.emphasis p, #invite-form fieldset.emphasis p {
	padding:10px;
}
#registration-form .scrollboxes {
	height: 100px;
	width:200px;
	padding: 5px;
	overflow:auto;
	border: 1px solid #999999
}
#registration-form .scrollboxes label {
	position:static;
	float: none;
	width: 200px;
	padding-left:10px;
	font-weight:normal;
}
#registration-form .wide {
	width:300px;
}
#registration-form .scrollboxes ul {
	width:180px;
}
#registration-form .wide ul {
	width:280px;
}
#registration-form .scrollboxes input {
	border:none;
}
#registration-form .form-logo {
	padding-left:13.5em;
}
span.checkexplain {
	padding-left:10px;
}
span.comment {
	float:right;
	font-size:10px;
	font-weight:normal;
	color:#666666
}
span.explain {
	padding-left:10px;
	font-size:11px;
	color:#666666
}
span.videourl {
	float:left;
	padding-top:5px;
	padding-left: 13.5em;
	font-size:10px;
	font-weight:normal;
	color:#666666
}
#login-form .chk {
	margin: 5px 0 0
}
#login-form .chk input {
	background: none;
	border: 0;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 15px;
	border: 0
}
#login-form .chk label {
	float: left;
	font-weight:normal;
	text-align:left;
}
.error_list {
	margin-bottom:10px
}
.error_list li {
	background:none;
	border:none;
	padding:0;
	color:#ff0000;
	font-weight:bold;
}
/*=== Startup Extra Fields ===*/
#startup-form label {
	position: relative;
	float: left;
	font-weight:bold;
}
#startup-form span.comment {
	float:left;
	font-size:12px;
	margin-top:2px;
	display:block;
}
.fieldinfo {
	border-top: 1px dotted #d1d1d1;
	padding-top:5px;
}
#startup-form .first {
	border-top: none;
}
.fieldinfo label {
	padding:5px 0 7px;
}
.tinyedit {
	margin-bottom:5px;
	padding-bottom:10px;
}
.tinyedit textarea {
	width:615px;
}
#startup-form fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
}
#startup-form input.submit {
	float: none;
	width: auto;
	border: none;
	padding: 0px;
}
/*=== Service Provider ===*/
#service-provider-form label {
	position: relative;
	float: left;
	font-weight:bold;
}

#service-provider-form span.comment {
	float:left;
	font-size:12px;
	margin-top:2px;
	display:block;
}

#service-provider-form .first {
	border-top: none;
}

/*=== Service Provider Payment ===*/
#payment-form {
    background-color: #e3e3e3;
    padding: 4px;
}

#payment-form label {
	position: relative;
	float: left;
	font-weight:bold;
        width: 100px;
}

/*=== Choose Profile ===*/
#choose-profile {
	list-style-type: none;
	text-align: left;
	padding-bottom:15px;
}
#choose-profile li {
	float:left;
	margin: 0 0 0 16px;
	width:190px;
	display: block;
	text-align:center;
	font-weight:bold;
}
#choose-profile li.first {
	margin: 0 0 0 9px;
}
#choose-profile li img {
	border:2px solid #f7f7f7;
}
#choose-profile li img:hover {
	border:2px solid #C8E3A1
}
#choose-profile li.inactive img:hover {
	border:2px solid #f7f7f7;
}
/*=== Sidebar styles ===*/
.nav-bullet {
	margin:0 0 10px 5px
}
.nav-bullet ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.nav-bullet ul li {
	list-style-image: none;
	background-image: url(../images/ico-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 3px 15px
}
/*=== Misc. ===*/  
.boxthumbs {
	margin:10px 0 0 5px;
}
.boxthumbs img {
	margin: 0 8px 8px 0;
	width:45px;
	height:45px
}
/* rollover popup tip */
a.tip {
	position:relative;
	_display:inline-block; /*needed for the position absolute bottom for Internet Explorer 6*/
	text-decoration:none;
	cursor:help;
	color:#333333;
	border-bottom:1px dotted #D1D1D1;
}
#registration-form a.tip {
	float:right;
	font-size:10px;
	font-weight:normal;
	color:#008C00;
}
*html #registration-form a.tip {
	text-decoration:none;
	z-index:100;
}
a.tip span {
	display: none;
}
a.tip:hover {
	background-color:#F7F7F7;
}
#registration-form a.tip:hover  {
	background-color:#E3E3E3;
}
a.tip:hover span {
	display:block;
	position:absolute;
	z-index:20;
	bottom:1em;
	left:0;
	width:170px;
	color:#fff;
	text-align:left;
	font-size:12px;
}
a.tip span b{
	display:block;
	height:3px;
	background:url(../images/tooltip-top.gif) no-repeat bottom;
}
a.tip span em, a.tip span strong.bot{
	display:block;
	height:15px;
	background:url(../images/tooltip-base.gif) no-repeat;
}
a.tip span i{
	display:block;
	background-color:#282828;
	padding:0 5px;
	font-style:normal;
}
