/* @group Main stuff */

/* @group Global */

/* @group wrapper */

.specialwrap {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bg_header.jpg) top center no-repeat;
	text-align: center;
	display: table;
}

.wrap {
	width: 970px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* @end */

body, html {
	background: url(../images/bg_repeat.png) 0 0 repeat;
	padding: 0;
	margin: 0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	color: #333;
}

a {
	color: #ff0060;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	margin:0;
	padding: 0;
	line-height: 30px;
}

h2 {
	font-size: 15px;
	margin:0;
	padding: 0;
	line-height: 30px;
}


/* @end */

/* @group Bigbox */

/* @group defs */

.bigbox p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 20px;
}

/* @end */

.bigbox {
	width: 772px;
	float: left;
	margin-left: 10px;
}

.bigbox .content {
	width: 712px;
	_width: 782px;
	padding: 0px 40px 0 30px;
	border: 0;
	overflow: hidden;
	margin: 0;
	clear: both;
	background: url(../images/bigbox_repeat.png) 0 0 repeat-y;
}

.bigbox .seperator {
	height: 50px;
	width: 785px;
	clear: both;
	display: block;
	background: url(../images/bigbox_seperator.png) 0 0 no-repeat;
}

.bigbox .footer {
	padding-top: 52px;
	height: 200px;
	width: 785px;
	background: url(../images/bigbox_footer.png) 0 0 no-repeat;
	color: #6a8f9c;
	font-size: 13px;
	line-height: 20px;
}

.bigbox .footer p {
	padding: 0 30px 20px 30px;
}

.bigbox .footer a {
	color: #6a8f9c;
	font-weight: bold;
}

.bigbox .footer .luvz {
	background: url(../images/icon_heart.png) 0 0 no-repeat;
	padding-left: 20px;
}

.bigbox .footer a:hover {
	color: #ff0060;
}

.bigbox .footer small {
	font-size: 11px;
}

/* special footer defs: */

#home .bigbox .footer {
	width: 785px;
	margin-top: 125px;
	padding-top: 125px;
	background: url(../images/bigbox_footer_home.png) 0 0 no-repeat;
}

/* @end */

/* @group sidebar */

.sidebar {
	width: 172px;
	background: #fff url(../images/sidebar_repeat.png) 0 0 repeat-y;
	float: left;
}

.sidebar .content {
	width: 150px;
	margin-left: 12px;
	padding: 0;
}

.sidebar .header {
	width: 172px;
	height: 22px;
	background: url(../images/sidebar_header.png) 0 0 no-repeat;
}

.sidebar .seperator {
	width:  172px;
	height: 38px;
	background: url(../images/sidebar_seperator.png) 0 0 no-repeat;
}

.sidebar .logo {
	margin: 0;
	padding: 0;
	width: 172px;
	height: 195px;
	display: block;
}

.sidebar .logo a {
	width: 172px;
	height: 195px;
	position: relative;
	display: block;
	overflow: hidden;
}

.sidebar .logo a span {
	width: 172px;
	height: 195px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: url(../images/sidebar_beboun.png) 0 -195px no-repeat;
}

.sidebar .logo a:hover span {
	background: url(../images/sidebar_beboun.png) 0 0 no-repeat;
}

/* special home case: */

#home .sidebar .logo a span {
	background: url(../images/sidebar_beboun.png) 0 0px no-repeat;
}


.sidebar .box {
	background: url(../images/sidebar_header.png) 0 0 no-repeat;
	padding-top: 20px;
	margin:  0;
}

.sidebar .footer {
	background: url(../images/sidebar_footer.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 172px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul li {
	margin: 0;
	padding: 0;
}

.sidebar ul li a:hover {
	background: #ff0060;
	color: #fff;
}

.sidebar .content form div {
	width: 150px;
	height: 35px;
	background: url(../images/input_sidebar_login.png) 0 0 no-repeat;
}

input:focus {
outline: 0;
}

.sidebar .content form div input{
	background: none;
	border: 0;
	width: 130px;
	height: 25px;
	_width: 130px;
	_height: 30px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0px;
	line-height: 20px;
	font-size: 15px;
	color: #333;
}

/* @group global */

/* @end */

/* @group sidebar list 1 */

#sidebar_list1 li a{
	width: 150px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #d2f1fc;
	font-size: 15px;
}

#sidebar_list1 li a.active, 
#sidebar_list1 li a:hover {
	width: 160px;
	margin-left: -11px;
	padding-left: 10px;
	background: #ff0060;
	color: #fff;

}

/* @end */

/* @group sidebar list 2 */

#sidebar_list2 li a{
	width: 150px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 28px;
	font-size: 15px;
	background: url(../images/icon_list_bullet.png) 0 0 no-repeat;
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

#sidebar_list2  {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2f1fc;
}

#sidebar_list2 li a.active,
#sidebar_list2 li a:hover {
	color: #fff;
	width: 160px;
	margin-left: -11px;
	padding-left: 10px;
	background-color: #ff0060;
	background-image: url(../images/icon_list_bullet_on.png);
	background-position: 20px 4px;
}

/* @end */

/* @group sidebar list 3 */

#sidebar_list3 li a{
	width: 150px;
	line-height: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 28px;
	font-size: 13px;
	vertical-align: bottom;
	position: relative;
}

#sidebar_list3 li a img {
	position: absolute;
	left: 8px;
	top: 2px;
	border: 0;
}

#sidebar_list3 li a:hover {
	margin-left: -11px;
	padding-left: 10px;
	width: 160px;
}

#sidebar_list3 li a:hover img {
	left: 18px;
}

/* @end */

/* @group sidebar list 4 */

#sidebar_list4 li {
	padding-bottom: 0px;
}

#sidebar_list4 li a{
	width: 700px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #d2f1fc;
	font-size: 15px;
}

#sidebar_list4 li a.active, 
#sidebar_list4 li a:hover {
	width: 700px;
	margin-left: 0px;
	padding-left: 0px;
	background: #ff0060;
	color: #fff;
}

#sidebar_list4 p{
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	margin-left: 10px;
	font-size: 15px;
}

/* @end */

/* @group sidebar list 5 */

#sidebar_list5 li {
	padding-bottom: 0px;
}

#sidebar_list5 li a{
	width: 700px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #d2f1fc;
	font-size: 15px;
}

#sidebar_list5 li a.active, 
#sidebar_list5 li a:hover {
	width: 700px;
	margin-left: 0px;
	padding-left: 0px;
	background: #ff0060;
	color: #fff;
}

#sidebar_list5 p{
	line-height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	margin-left: 10px;
	font-size: 15px;
}

/* @end */

/* @end */

.inside { color: #666; }


form p {
	font-size: 12px;
}

/* @end */

/* @group effects */

.left  { float: left;} 
.right { float: right;}


.halfleft  { float: left; width: 355px;  } 
.halfright { float: right; padding-bottom: 50px; width: 355px;}

.clear {
	clear: both;
}
/* @end */

.biggie {
	font-size: 18px;
}

.grey {
	color: #666;
}

/* @end */

/* @group Home */

#home .bigbox .header{
	background: url(../images/bigbox_header_home.png) 0 0 no-repeat;
	height: 250px;
	position: relative;
}

#home .bigbox .header h1 {
	position: absolute;
	font-size: 40px;
	left: 30px;
	top: 50px;
}

#home #pinkchoose {
	width: 720px;;
	display:  table;
}

#home #pinkchoose div {
	width: 313px;
	padding: 0;
	padding-left: 45px;
	margin: 0;
	background: url(../images/icon_more.png) 0px 0px no-repeat;
	font-size: 15px;
	line-height: 18px;
}

#home #pinkchoose .left  { margin: 0; padding: 0;}
#home #pinkchoose .right { margin: 0; padding: 0;}

#home table {
	width: 710px;
	margin: 10px 0 30px 0;
	padding: 0;
}

#home table tr td {
	padding: 5px 0 5px 0;
	vertical-align: top;
	font-size: 15px;
	border-bottom: 1px solid #eee;
}

#home table .value { 
	text-align: right;
	font-size: 13px;
	width: 180px;
}

#home table .value a { 
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

#home .bigbox .footer {
	margin-top: -60px;
}

#home .bigbox .big {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}

#home .bigbox .greymed {
	clear: left;
	font-size: 15px;
	line-height: 18px;
	color: #666;
}

/* @end */

/* @group Parent */

#parent .bigbox .header {
	background: url(../images/bigbox_header_parent.png) 0 0 no-repeat;
	height: 310px;
	width: 772px;
	position: relative;
}

#parent .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#parent .bigbox .header h2 {
	font-size: 36px;
	position: absolute;
	left: 30px;
	top: 200px;
}

#parent .bigbox .content h4 {
	font-size: 20px;
}

#parent .bigbox .enfants div {
	width: 230px;
	height: 100px;
	float: left;
}

#parent .bigbox .enfants div.boy { 	background: url(../images/icon_boy.png) 0 0 no-repeat; }
#parent .bigbox .enfants div.girl { 	background: url(../images/icon_girl.png) 0 0 no-repeat; }

#parent .bigbox .enfants div p {
	padding: 30px 10px 0 85px;
}

#parent .bigbox .content ul {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#parent .bigbox .content li {
	margin: 0px 0 0px 0;
}

#parent .bigbox form div label {
	width: 300px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 5px;
}

#parent .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#parent .bigbox form div textarea {
	font-size: 15px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding: 0;
	margin: 5px;
	width: 530px;
	line-height: 18px;
	height: 160px;
}

#parent .bigbox form div select {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 4px solid #e5e5e5;
	margin: 5px;
	width: 530px;
}

#parent small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#parent form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}

/* @end */

/* @group Signup */

#signup .bigbox .header {
	background: url(../images/bigbox_header_signup.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#signup .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#signup .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#signup .bigbox form {
	display: block;
	width: 710px;
	height: 300px;
	clear: both;
}

#signup .bigbox form div label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 13px 5px 5px 5px;
}

#signup .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#signup .bigbox form span {
	float: right;
	margin: 10px 15px 0 0
}

#signup small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#signup form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}
#signup .message {
	height: 150px;
	font-size: 20px;
	margin: 100px 30px 0 0px;
}

/* @end */

/* @group Login */

#login .bigbox .header {
	background: url(../images/bigbox_header_signup.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#login .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#login .bigbox form {
	display: block;
	width: 710px;
	height: 200px;
	clear: both;
}

#login .bigbox form div label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 13px 5px 5px 5px;
}

#login .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;

}

#login .bigbox form span {
	float: right;
	margin: 10px 15px 0 0
}

#login small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#login form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}

/* @end */

/* @group Profile */

#profile .bigbox .header {
	background: url(../images/bigbox_header_signup.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#profile .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#profile .bigbox form {
	display: block;
	width: 710px;
	height: 300px;
	clear: both;
}

#profile  .bigbox form div label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 13px 5px 5px 5px;
}

#profile .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#profile .bigbox form span {
	float: right;
	margin: 10px 15px 0 0
}

#profile small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#profile form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}

/* @end */


/* @group Blog */

#blog .bigbox .header {
	background: url(../images/bigbox_header_blog.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#blog .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#blog .bigbox .comments ul{
	list-style-type: decimal;
	margin: 0;
	padding: 0 0 0 20px;
}

#blog .bigbox .comments h3 {
	margin: 0;
}

#blog .bigbox h2 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 15px;
	font-size: 19px;
}

#blog .bigbox h3 {
	margin: 0;
	padding-top: 2px;
	font-size: 15px;
}

#blog .bigbox form {
	display: block;
	width: 710px;
	clear: both;
}

#blog .bigbox form div label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 5px;
}

#blog .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#blog .bigbox form span {
	float: right;
	margin: 10px 15px 0 0;
}

#blog .bigbox form textarea {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
	line-height: 18px;
	height: 160px;
}

/* @end */

/* @group Press */

#press .bigbox .header {
	background: url(../images/bigbox_header_blog.png) 0 0 no-repeat;
	height: 252px;
	width: 772px;
	position: relative;
}

#press .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 30px;
}

#press .bigbox .header h3 {
	position: absolute;
	font-size: 20px;
	left: 30px;
	top: 170px;
}

#press .bigbox .content ul {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#press .bigbox .content li {
	margin: 0px 0 0px 0;
}

/* @end */

/* @group map */

#map .bigbox .header {
	background: url(../images/bigbox_header_map.png) 0 0 no-repeat;
	height: 537px;
	width: 772px;
	position: relative;
}

#map .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#map .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#map .bigbox .header .info {
	position: absolute;
	left: 30px;
	top: 210px;
	width: 280px;
}

#map .bigbox .header .info h3 {
	margin: 0 0 10px 0;
}

#map .location {
	background: url(../images/bigbox_header_map_location.gif) 0 0 no-repeat;
	width: 134px;
	height: 95px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
}

#map table {
	width: 710px;
	margin: 10px 0 30px 0;
	padding: 0;
}

#map table tr td {
	padding: 5px 0 5px 0;
	vertical-align: top;
	font-size: 15px;
	border-bottom: 1px solid #eee;
}

#map table .value { 
	text-align: right;
	font-size: 13px;
	width: 180px;
}

#map table .value a { 
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

/* @end */

/* @group child */

#child .bigbox .header {
	background: url(../images/bigbox_header_blog.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#child .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#child .bigbox .content ul {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#child .bigbox .content li {
	margin: 0px 0 0px 0;
}

/* @end */

/* @group babysitter */

#babysitter .bigbox .header {
	background-image: url(../images/bigbox_header_babysitter.png); 0 0 no-repeat;
	height: 297px;
	width: 772px;
	position: relative;
}

#babysitter .bigbox .header.boy {
	background-image: url(../images/bigbox_header_babysitter_boy.png);
}

#babysitter .bigbox .header.girl {
	background-image: url(../images/bigbox_header_babysitter_girl.png);
}

#babysitter .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#babysitter .bigbox .header h2 {
	position: absolute;
	font-size: 36px;
	left: 30px;
	top: 200px;
}

#babysitter .bigbox .header .info {
	position: absolute;
	left: 30px;
	top: 210px;
	width: 280px;
}

#babysitter .bigbox .header .info h2 {
	margin: 0 0 10px 0;
}

#babysitter table {
	border-collapse: collapse;
	width: 610px;
	margin: 0 0 30px 0;
}

#babysitter thead td {
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding-bottom: 10px;
}

#babysitter tbody td {
	padding-top: 10px;
}

#babysitter .bigbox form div label {
	width: 500px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 5px;
}

#babysitter .bigbox form div input[type="text"] {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#babysitter .bigbox form div input[type="checkbox"] {
	height: 25px;
	border: 0;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#babysitter .bigbox form div textarea {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
	line-height: 18px;
	height: 160px;
}

#babysitter .bigbox form div select {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
}

#babysitter .bigbox form span {
	float: left;
	margin: 10px 15px 0 0;
}

#babysitter .bigbox .content ul {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#babysitter .bigbox .content li {
	margin: 0px 0 0px 0;
}

#babysitter small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#babysitter form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}

/* @end */

/* @group about */

#about .bigbox .header {
	background: url(../images/bigbox_header_about.png) 0 0 no-repeat;
	height: 252px;
	width: 772px;
	position: relative;
}

#about .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#about .bigbox .content ul {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
}

#about .bigbox .content li {
	margin: 10px 0 10px 0;
}

#about .bigbox .big {
	font-size: 20px;
	line-height: 30px;
}

#about .bigbox h2 {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 15px;
	font-size: 20px;
}

#about .message {
	margin: 50px 0 50px 0;
}

/* @end */

/* @group Contact */

#contact .bigbox .header {
	background: url(../images/bigbox_header_blog.png) 0 0 no-repeat;
	height: 210px;
	width: 772px;
	position: relative;
}

#contact .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#contact .bigbox form {
	display: block;
	width: 710px;
	clear: both;
}

#contact  .bigbox form p label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 5px;
}

#contact .bigbox form p input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#contact .bigbox form span {
	float: right;
	margin: 10px 15px 0 0;
}

#contact .bigbox form p textarea {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
	line-height: 18px;
	height: 160px;
}

#contact small {
	clear: both;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	display: block;
	margin: 30px 30px 0 10px;
}

#contact form small {
	clear: none;
	font-size: 11px;
	color: #999;
	line-height: 13px;
	display: inline;
	margin: 0;
}

/* @end */

/* @group crm */

#crm .bigbox .header {
	background: url(../images/bigbox_header_signup.png) 0 0 no-repeat;
	height: 252px;
	width: 772px;
	position: relative;
}

#crm .bigbox .header h1 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 50px;
}

#crm .bigbox .header h2 {
	position: absolute;
	font-size: 30px;
	left: 30px;
	top: 30px;
}

#crm .bigbox .header h3 {
	position: absolute;
	font-size: 20px;
	left: 30px;
	top: 170px;
}

#crm .bigbox .content ul {
	margin: 0 0 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#crm .bigbox .content li {
	margin: 0px 0 0px 0;
}

#crm .bigbox .big {
	font-size: 20px;
	line-height: 30px;
}

#crm .bigbox form div label {
	width: 150px;
	clear: both;
	font-size: 15px;
	float: left;
	margin: 5px;
}

#crm .bigbox form div input {
	background: #e5e5e5 url(../images/signup_field.png) 0 0 no-repeat;
	width: 520px;
	height: 25px;
	_width: 530px;
	_height: 30px;
	border: 0;
	margin: 5px;
	float: left;
	font-size: 15px;
	padding: 5px 0 0 10px;
}

#crm .bigbox form textarea {
	font-size: 15px;
	color: #333;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
	line-height: 18px;
	height: 160px;
}

#crm .bigbox form select {
	font-size: 15px;
	color: #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius-bottom: 10px;
	border: 0;
	padding:0;
	margin: 5px;
	width: 530px;
}

#crm .bigbox form span {
	float: right;
	margin: 10px 15px 0 0;
}

/* @end */

/* @group Message */

#message .bigbox .header{
	background: url(../images/bigbox_header_about.png) 0 0 no-repeat;
	height: 250px;
	clear: both;
	display: block;
}

#message .bigbox .footer {
	padding-top: 52px;
	height: 200px;
	width: 785px;
	background: url(../images/bigbox_footer_home.png) 0 0 no-repeat;
	color: #6a8f9c;
	font-size: 13px;
	line-height: 20px;
}
#message .bigbox .big {
	font-size: 18px;
	line-height: 20px;
	color: #333;
}


/* @end */