@charset "utf-8";
.inviteHeader {
	font-size: 18px;
	font-weight: Normal;
	color: #333;
}

.inviteText {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.invitePrompt {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.inputTextField {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: #ccc;
	border: 1px solid #ddd;
	width: 180px;
}


/* button style */

.btn {
   background: #6c1b1a;
   border: 1px solid #888;
   -webkit-border-radius: 10px;
   border-radius:10px;
   padding: 5px 15px;
   color: white;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
   cursor: pointer; /* IE6 */
}

.btn:hover {
   background: #ab8546;
   border: 1px solid #333;
   color: #6c1b1a;
}

