/* CSS Document */
.inline {
   width:505px;
   height:22px;
   line-height:26px;   
   text-indent:0;
   padding:0;
   margin:0;
   }

form {
   margin-top:0;
   padding-bottom:30px;
   }
fieldset {
   border:1px solid #768389;
   padding:10px;
   }
label {
   clear:both;
   float:left;
   display:block;
   width:100px;
   margin-right:5px;
   padding:7px;
   text-align:right;   
   height:26px;
   line-height:26px;
   }   
input {
   line-height:18px;
   }
input, textarea {
   border:4px solid #333;
   width:250px;
   padding:4px;
   margin:5px;
   }
.verify label {
   clear:both !important;
   }
.verify input {
   width:80px;
   }
img.verifyimg {
   border:1px solid #768389;
   bottom:0;
   margin-bottom:3px;
   }
.checkbox {
   border:0;
   }
p.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative;
   }
p.label_checkbox_pair input {
  left: 17px;
  position: absolute;
  top: 1px;
  }
p.label_checkbox_pair label {
  display: block;
  margin-left: 47px;
  margin-top:0;
  padding:0;
  width: 200px;
   }   
button#send_form,
button#login_form,
button#submit_form  {
	text-indent: -9999px;
	padding: 0px;
	color: #6F756A;
	border: none;
	width: 70px;
	height: 19px;
	cursor: pointer;
	display: block;
	clear: both;
	margin-left: 135px;
	margin-top: 6px;
	margin-bottom:6px;
   }

button#submit_form2  {
	text-indent: -9999px;
	padding: 0px;
	color: #6F756A;
	border: none;
	width: 70px;
	height: 19px;
	cursor: pointer;
	margin-left: 10px;
	margin-right:10px;
	margin-top:4px;
   }
button#send_form {
	background: transparent url(http://www.scoobyphotos.com/coreimages/button-send.png) left 0 no-repeat;
   }
button#login_form {
	background: transparent url(http://www.scoobyphotos.com/coreimages/button-login.png) left 0 no-repeat;
   }
button#submit_form,button#submit_form2 {
	background: transparent url(http://www.scoobyphotos.com/coreimages/button-submit.png) left 0 no-repeat;
   }

button#add_form,
button#delete_form {
	text-indent: -9999px;
	padding: 0px;
	color: #6F756A;
	border: none;
	width: 150px;
	height: 25px;
	cursor: pointer;
	display: block;
	clear: both;
   }
button#add_form {
	background: transparent url(http://www.scoobyphotos.com/coreimages/bookmark.jpg) left 0 no-repeat;
   }
button#delete_form {
	background: transparent url(http://www.scoobyphotos.com/coreimages/delete.jpg) left 0 no-repeat;
   } 


