/* ital is vital */

* {
	margin:0;
	padding:0;
}

body {
	font-family: "lucida grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "trebuchet MS", helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 13px;
	background: #F7F7F7;
}

h1 { 
	font-size: 130%;
	border-bottom: 3px solid #CCCCCC;
	line-height: 30px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-size: 120%;
	line-height: 130%;
}
h3 {
	font-size: 110%;
	line-height: 120%;
}

#main {
	margin: 20px auto; 
	width: 460px;
	border: 3px solid #CCCCCC; 
	padding: 20px; 
	background: #FFFFFF;
}
#wait {
	width: 432px; 
	padding: 13px; 
	border: 1px solid #CCCCCC; 
	background: #FF0;
}
.frmWidth, .frmWidth2 {
	width: 250px;
	font-family:lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	padding: 5px;
	color: #666666;
}
.frmWidth2 {
	width: 180px;
}
.frmDegas {
	color: #A75A62;
}
table {
	background: #F7F7F7;	
}
th {
	background: #DCDCDC;
}
td {
	margin-bottom: 5px;
	padding: 5px;
}


/* ///////////////////////// DEGAS SITE SIGNUP FORM ///////////////////////// */


#main2 {
	width: 488px; 
	border: 0; background: #F0F3E8;
	height: 65px;
	
}
#form2 {
	padding: 0; background: #F0F3E8;
}
.tblSub {
	background: #F0F3E8; 
}
.tblOuter {
	width: 488px;
}

/* ///////////////////////// SUB/UNSUB FORM ///////////////////////// */

#form1 {
	padding: 0 25px; 
}

/* ///////////////////////// UNSUB FORM ///////////////////////// */

#unsub {
	width: 100%;
}
#unsubComments { 
	padding: 15px 5px 5px; 
	background: #F7F7F7;
}
.frmText {
	width: 375px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	overflow: hidden;
}

/* ///////////////////////// CONSULTATION / FWD-TO-A-FRIEND FORM ///////////////////////// */

#form3 {
	padding: 0 10px; 
	background: none;
}

/* ///////////////////////// SUB 2010 FORM ///////////////////////// */

#iframe {
	background: none; 
	font-family: Arial, Helvetica, sans-serif;
}
#imain, #imain2 {
	width: 265px; 
	padding: 0; margin: 0;
	/* background: #666666;*/
	overflow: visible;
}
#imain2 {
	border: 1px solid gray; 
	padding: 5px 10px; width: 233px; 
	background: white;
}
.error {
	color: red;
	font-style: italic;
}
.normal {
	font-style: normal;
}
#iform {
	background: none;	
}
#iouter {
	position: relative; width: 265px; 
	float: left;	
}
#ibutton {
	position: absolute; right: 0; top: 0;
	/* float: left; */
}
.isub {
	background: #666666;
	background: none;
}
.ifrmText {
	float: left;
	padding: 4px 4px 3px; width: 165px;	
	border: 1px solid gray;
	
	-moz-border-radius: 3px; -webkit-border-radius: 3px;	
}
.text-label {
	color: #999999;
}

.button {
	background: url(../images/add-me-button.png) 0 -1px no-repeat;
	width: 85px; height: 26px;
	border: none;
}
.button:hover{
	background: url(../images/add-me-button.png) 0 -27px no-repeat;
	cursor: pointer;
}


