/* Defaults */

body {
  font-family: Verdana;
	background: #FFFFFF url(http://www.hippemamas.nl/images/bg_container_holder_bg.jpg) repeat-x left bottom;
  color: #333333;
  font-size: 12px;
  margin:0px;
  padding:0px;
  height:150px;
 }

.input, .inputActive {
  font-family: Arial;
  font-size: 12px;
  padding:3px;
  padding-top: 6px;
  color: #000000;
  border: none;
  background: #FFFFFF;
  width: 172px;
  _width:178px;
  height:17px;
  _height:26px;
  background: transparent url(images/bg_input_active.jpg) left top no-repeat;
}
.inputActive {
  background: transparent url(images/bg_input_active.jpg) left top no-repeat;
}
a:link,a:visited, a:active {
  font-family: Arial;
  font-size:12px;
  font-weight: bold;
 color:#4e4e4e;
  text-decoration: underline;

}
a:hover {
  text-decoration: underline;
  font-family: Arial;
  font-size:12px;
  font-weight: bold;
  color:#4e4e4e;
}
a.custom ,a.custom:hover, a.custom:active, a.custom:link, a.custom:visited {
  font-family: Arial;
  font-size:12px;
  font-weight: bold;
 color:#4e4e4e;
  text-decoration: underline;

}


/* Iframe container */

.frame_container {
  width:224px;
  height:90px;
  padding:6px;
  _width:236px;
  _height:102px;
  background: transparent;
  font-family: Arial;
  font-size:12px;
  color:#4e4e4e;
}
.error_message {
  color:#FF0000;
}

.btSignUp {
width:64px;
height:14px;
border:none;
margin-top: 4px;
text-align: right;
}

/* Style active page */

.content {
	background: transparent url(images/content.png) top left no-repeat;
	width:500px;
	height:400px;
}
.message_area_title {
  width:350px;
  position:relative;
  top:240px;
  left:0px;
  color:#666666;
  font-weight:bold;
}
.message_area {
  width:350px;
  position:relative;
  top:240px;
  left:0px;
}

	/* - - - - Start: Default Buttons - - - - */
	
	.bt_Readmore_holder {
		background:transparent;
		padding:0px;
		margin:0px;
		cursor:pointer;
		line-height: 19px;
		
	}
	.bt_readmore_left, .bt_readmore_left_hover {
		width:9px;height:29px;float:left;background:url(images/bt_leesmeer_bg_left.png) left top no-repeat;
	}
	.bt_readmore_left_hover {
		background:url(../images/bt_leesmeer_bg_left.png) 0px -29px no-repeat
	}
	.bt_readmore_center, .bt_readmore_center_hover {
		height:26px;_height:29px;float:left;background:url(images/bt_leesmeer_bg_center.png) left top repeat-x;padding:2px 5px 1px 5px;
	}
	.bt_readmore_center_hover {
		background:url(images/bt_leesmeer_bg_center.png) 0px -29px repeat-x;
		color:#FFFFFF;
	}
	.bt_readmore_right, .bt_readmore_right_hover {
		width:13px;height:29px;float:left;background:url(images/bt_leesmeer_bg_right.png) left top no-repeat;
	}
	.bt_readmore_right_hover {
		background:url(images/bt_leesmeer_bg_right.png) 0px -29px repeat-x;
	}
	a.bt_readmore_text {
		text-decoration: none;
		color:#393939;
		font-weight:normal;
	}
	a.bt_readmore_text_hover, a.bt_readmore_text_hover:hover, .a.bt_readmore_text_hover:active, .a.bt_readmore_text_hover:visited, .a.bt_readmore_text_hover:link {
		text-decoration: none;
		color:#FFFFFF;
		font-weight:normal;
	}
	
	/* - - - - End: Default Buttons - - - - */
