/* Form on video landing page */



#formVideo{
		width: 244px;
		margin: 0px;
		padding: 0px 0px 5px 0px;
		background: url('/layout/template/imgs/bg/form-montage.png') no-repeat top center blue;
		overflow: visible;
		position: relative; top: -3px;
	}

#result{
		display: none;
		color: transparent;
		}


	/* whole form */
	#formVideo fieldset#formShort{
		font-size: 11px;
		color: #000000;
		border: 0px;
		text-align: left;
		width: 200px;
		margin: 10px 0px 10px 20px;
		padding: 0px;
		}

	input,select{
		font-size: 11px;
		}

	/* child fieldsets */
	#formVideo fieldset#formShort fieldset{
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

	#formVideo fieldset#formShort label{
		display: block;
		margin-top: 9px;
		margin-bottom: 1px;
		}

	/* text boxes */
	#formShort input{
		width: 190px;
		}

	/* location city */
	#formVideo fieldset#formShort #weddingLocation input#Location_City{ width: 120px; display: inline; }
	#formShort #Location_State{
		width: 85px;
		position: relative; top: -2px;
		margin-right: -20px;
		}

	/* phone number */
	#formVideo fieldset#formShort input#areacode ,
	#formVideo fieldset#formShort input#phone1{
		width: 30px;
		margin-bottom: 5px;
		}
	#formVideo fieldset#formShort input#phone2{
		width: 40px;
		margin-bottom: 5px;
		}
	#formVideo fieldset#formShort fieldset#weddingDate{
		margin-right: -20px;
	}

	/* checkbox is inline */
	#formVideo fieldset#formShort #bookAppointment{margin: 5px -10px 8px 0px; padding: 5px 0px; }
	#formVideo fieldset#formShort #bookAppointment input{ position: relative; left: 0px; top: 0px; width: 15px; height: 15px; margin-right: 3px; padding: 0px; float: left; clear: right;}
	#formVideo fieldset#formShort #bookAppointment label{ }

	.checkbox{
		height: 10px;
		width: 10px;
		}

	fieldset#ID-submitbutton{
		padding: 0px 0px 0px 30px;
		}
	 .buttonBackground {
		padding: 0px;
		margin: 0px 0px 0px 10px;
		width: 179px;
		margin: 0px ;
	}
	 #formVideo #formShort #submitButton{
		height: 25px;
		margin: 1px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		border: solid 2px white;
		font-weight: normal;
		font-size: 7pt;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		text-align: center;
		background: #4164aa;
	}

	/* text boxes */
	 fieldset#formShort input{
		width: 190px;
		}
#formVideo fieldset#formShort input

{

width: 177px;

}


.questionBox{
position:relative;
top: -20px;
right: -5px;
margin-top:-85px;
margin-left: -20px;
background:url(/imgs/forms/search/question_box.gif) transparent no-repeat;
height:85px;
width:243px;
visibility:hidden;
z-index: 150;
}
.close{
position:absolute;
margin-top:5px;
margin-left:222px;
}
.boxText{
position:absolute;
margin-top:8px;
margin-left:19px;
line-height:19px;
font-size:11px;
width:200px;
}
#error{
	text-align: left;
	margin: 5px 0px -5px 10px;
	}

#nearestMatch{
	display: none;
	}


