/*-------------------------------------------------
Page Defaults
-------------------------------------------------*/

body {
  vertical-align: top;
	text-align: center;
	background-color: #CCCCCC;
	/* top right bottom left */
	margin: 10px 10px 10px 10px;
}

.header { 
	height: 55px;
	background-color: #CCCCCC;
	background: url(http://www.capturedlivetutorials.com/images/header_cls.gif) left no-repeat;
	/* top right bottom left */
	padding: 10px 20px 10px 20px;
}

h1{
	font-size: 14px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #9c007b;
	font-weight: bold;
	border-bottom: 1px solid #9c007b;
	/* top right bottom left */
	padding: 10px 2px 2px 0px;
}

.bodytext, .message, .footer, .textfield, .textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
	/* top right bottom left */
	padding: 10px 10px 0px 10px;
  background-color: #FFFFFF;
}

.message{
	color: #9c007b;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #9c007b;
	background: #d3c1d0;
	/* top right bottom left */
	padding: 10px 10px 10px 10px;

}

.footer { 
	height: 9px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #95007b;
	background-color: #CCCCCC;
	/* top right bottom left */
	padding: 3px 3px 3px 3px;
}

a { 
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	color: #ffffff; 
	text-decoration: underline;
}

a:visited  {
	color: #ffffff; 
}

.button{
  width: 200px;
}

.textfield, .textarea {
	width: 730px;
	height: 20px;
	border: 1px solid #CCCCCC;
	/* top right bottom left */
	margin: 2px 0px 8px 0px;
	padding: 2px 2px 2px 2px;
}

.textarea {
	height: 100px;
}