/* =layout */
html {
  text-align: center;
  background: url(../images/bg.gif) #9B7DB9;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  overflow: -moz-scrollbars-vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  border: solid 1px #000;
  -moz-box-shadow: 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px #666;
  box-shadow: 3px 3px 3px #666;
}

#main {background:transparent url(../images/main-bg.jpg) 0px 0px repeat-y;}
.profile-image {height:200px;width:200px;overflow:hidden;}
#header {
  background: url(../images/header-bg.gif) repeat-x;
  position: relative;
  height: 209px;
}
#footer {
 clear:both;
  background: url(../images/footer-bg.gif) repeat-x;
  background-position: bottom;
  position: relative;
  height: 150px;
}
.header-image {
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.footer-image {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
#branding {
  position: absolute;
  left: 15px;
  bottom: 0px;
}
#main-content-box {
  position: relative;
  float: left;
  width: 373px;
  background: #BDCCD4;
  margin: 0 15px;
  border: solid #fff 1px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
}
#inner-content-box {
  position: relative;
  float: left;
  width: 473px;
  background: #BDCCD4;
  margin: 0 15px;
  border: solid #fff 1px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
}
#inner-content-text, #main-content-text {
  background: #ffffff;
  margin: 50px 0 80px 50px;
  padding: 10px;
  border: solid #fff 1px;
  border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
}
#quick-search {
	padding: 0 10px;
  width: 165px;
  float: left;
  background: #E5B6D6 url(../images/quick-search-bg.png) repeat-y right;
}
#inner-login-box {
  width: 258px;
  border: 1px solid #E4B19A;
  margin: 0 15px 0 0;
  float: left;
  background: #E5B6D5 url(../images/login-box-bg.png) repeat-y right;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  padding: 0 10px;
}
#login-box {
	padding: 0 10px;
  width: 158px;
  border: 1px solid #E4B19A;
  margin: 0 15px;
  float: left;
  background: #E5B6D5 url(../images/login-box-bg.png) repeat-y right;
  border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
}
#top-menu {
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 99;
  }
#menu-items {
  background: #F7C53C url(../images/menu-bg.gif) repeat-x;
  border: solid #F7A461;
  border-width: 0 1px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  text-align: center;
  width: 278px;
  opacity: .75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#author {
  position: absolute;
  right: 18px;
  bottom: 23px;
  color: #ddd;
  font-weight: bold;
  z-index: 99;
}
#legal {
  position: absolute;
  left: 18px;
  bottom: 23px;
  color: #ddd;
  font-weight: bold;
  z-index: 99;
}
#site-menu {
  position: absolute;
  left: 18px;
  bottom: 2px;
  z-index: 99;
}


/* =typography */
h1 {
	color: #682BAF;
	font-size: 22px;
	font-weight: bold;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}
h3 {
	font-weight: bold;
	display: inline;
}
h1.tagline {
  	font-size: 13px;
 	margin: 0;
  	padding: 0;
}
#main-content p {
  background: #ffffff;
  margin: 50px 0 80px 50px;
  padding: 20px 10px 50px 20px;
  text-align: justify;
}
p
{
	text-align: justify;
}
a {
	color: #682BAF;
	font-weight: bold;
}
a:hover {
	color: #000;
}
/* =elements */
label {
	display: block;
	font-weight: bold;
}
label.ui-dropdownchecklist-text {
	display: inline;
	font-weight: normal;
}
input {
	margin-bottom: 1em;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: .5em;
}
select {
	margin-bottom: 1em;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 2em;
}
input[type=submit] {
	display: block;
}

input[type=submit], form a, .link-button, #login_logout {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #9B7DB9;
	color: #eee;
	box-shadow: 0 1px 0 #999;
	-moz-box-shadow: 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #999;
}
form a.text-link {
	border: none;
	margin-right: 0;
	padding: 0;
	text-decoration: underline;
	font-size: 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	color: #000;
	font-weight: bold;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input[type=submit]:hover, form a:hover, #login_logout:hover {
	background: #8D5BC3;
	cursor: pointer;
}
#login_logout {
	width: 100px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 10px;
}
#login_logout a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.submit_success {
	font-size: 13px;
	font-weight: bold;
}
.submit_error {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
}
#inner-content-box table {
	width: 350px;
}
#inner-content-box table td {
	padding: 0 0 5px;	
}
.collapsible-heading {
	cursor: pointer;
}
legend {
	font-weight: bold;
}
.paypal-button {
	width: 145px;
	margin: 0 auto;
}
.register-parent-button {
	display: block;
	width: 147px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(../images/buttons/register_parent.png) 0 0 no-repeat;
}
.register-babysitter-button {
	display: block;
	width: 147px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: url(../images/buttons/register_babysitter.png) 0 0 no-repeat;
}
.register-babysitter-button:hover {
	background-position: 0 -22px;	
}
.register-parent-button:hover {
	background-position: 0 -22px;
}
.register-babysitter-text, .register-parent-text {
	display: none;
}
#child_details_form textarea {
	width: 90%;
	height: 100px;
}

.babysitter-details th {text-align:left;}