@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,300italic,400italic);

#invite2 {
	font-family: "Source Sans Pro", sans-serif;
}
#invite2.v1.container {
	width: 650px;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 100px;
}
#invite2 .grey-box {
	width: 100%;
}

/*-------------------Text Styles---------------------------*/
#invite2 h1 {
	font-size: 22px;
	color: #666;
	font-weight: normal;
}
#invite2 h2 {
	font-size: 18px;
	color: #999;
}
#invite2 p {
	color: #666;
	line-height: 1em;
	font-size: 18px;
	margin-top: 25px;
	display: block;
}
#invite2 i {
	font-size: 24px;
	color: #999;
	cursor: pointer;
	margin-top: 15px;
	margin-right: 10px;
}
#invite2 i:hover { color: #333; }

/*--------------------Content Styling---------------------*/
#invite2 .container-lg {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5px;
}
#invite2 .container-sm {
	width: 50%;
	display: inline-block;
	float: left;
	height: 250px;
}
#invite2 .friends-box {
	background-color: #fff;
	height: 250px;
	border: 1px solid #999;
	overflow:auto
}
#invite2 .left-sm { padding-right: 15px; }
#invite2 .right-sm { padding-left: 15px; }
#invite2 .full-width {
	width: 100%;
	float: left;
}

/*-------------------Form Styling--------------------------*/
#invite2 .form-control { 
	float: left;
	border: 2px solid #333; 
	width: 100%;
	background-color: #efefef;
}
#invite2 .form-control:focus { 
	background-color: #fff; 
	border: 1px solid #999; 
}
/*--Popvover--*/
.popover { 
	float: left; 
}
.popover2 { 
	float: right;
}
#popoverInit:hover{
	cursor: hand;
    cursor: pointer;
    opacity: .9;
}
#invite2 .pop-button {
	background-color: #d0443b;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 15px;
	border-radius: 5px;
	margin-top: 0;
}
#invite2 .pop-button2 {
	background-color: #e6ab31;
	border: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 5px;
	margin-left: 310px;
	margin-top: -1px;
	color: #333;
}
#invite2 .arrow-up, #invite2 .arrow-up2 {
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #d0443b;
	margin-left: 25px;
	margin-top: -5px;
	z-index: 10;
}
#invite2 .arrow-up2 { 
	border-bottom: 12px solid #e6ab31;
	float: right; 
	margin-top: -5px;
	margin-right: 40px;
}
#invite2.v1 .invite-button {
	height: 50px;
	padding-right: 50px;
	font-size: 24px;
	padding-left: 10px;
	margin-top: -10px;	
	border: 2px solid #d39a24;
	color: #333;
	background: -webkit-linear-gradient(#ffdb68, #e6ab31); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#ffdb68, #e6ab31); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#ffdb68, #e6ab31); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#ffdb68, #e6ab31);
}
#invite2.v1 .button-arrow { 
	top: -5px; 
	disabled: "true";
}
input[type="submit"]:disabled {
	opacity: .5;
}

#invite2 .progress { margin-top: 10px; }
#invite2 ul { height: 248px; }
#invite2 li {
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-left: 25px;
}
#invite2 li strong { font-weight: bold; }

/*----------------------Progress Bar------------------------*/
progress {
	 -webkit-appearance: none;
     -moz-appearance: none;
    appearance: none;
	border: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	color: green;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-moz-progress-bar { 
  border-radius: 2px; 
  background-color: green;
}
/* Progress Bar Fallback */
.progress-bar {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;

  width: 250px;
  height: 20px;
  
  position: relative;
  display: block;
}
  
.progress-bar > span {
  background-color: blue;
  border-radius: 2px;

  display: block;
  text-indent: -9999px;
}

.ui-menu-item{
	font-size: 0.7em;
}

.ui-menu-item #name {
	font-weight: bold;
}