/**
 * Base elements
 */
input, textarea {
	width: 300px;
	font-size: 110%;
	padding: 5px;	
	padding-left:8px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:2px solid #CCCCCC;
	
}
input[type=checkbox] {
	border:0;
}

select {
	clear:both;
	font-size:100%;
	vertical-align:text-bottom;
}

/**
 * Focus form fields
 */
 form {
    text-align:left;
 }
 #MomentCreated { 
 	width:98px;
 }
 /* Datepicker Custom */
.ui-datepicker-trigger {
	left:5px;
	position:relative;
	top:5px;
	cursor:pointer;
}

.focusField {
	border:2px solid #86c5e3;
	background:#eefaff;
	color:#000;
}

.idleField{
	background:#FAFAFA;
	color: #555;
}

#email_availability{
	margin:0;
	display:none;
}
#email_availability_icon{
	background: url(../img/email_icons.png) 4px 3px no-repeat transparent;
	padding:5px 5px 5px 30px;
	margin:0;

}
#email_feedback{
	background: #efefef;
	border:1px solid #999;
	display:none;
}
.child_email div.email_suggestion {
	
	background: url(../img/select.png) 0px 0px no-repeat transparent;
	height:16px;
	padding-left:72px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
}
.email_available {
	background-position:4px 3px;
}
.email_not_available {
	background-position:4px -22px;
}
.email_availability_loading {
	background-position:4px -50px;
}
#suggested_emails{	
	width:100%;
	display:none;
}
.suggested_email{
	float:left;
	list-style-type:none;
}
#email_form_container{

}
span.dashed {
	background:#fff;
	padding-right:10px;
}
div.two_button_controls{
	margin:0;
	padding:0;
	height:70px;
}
.form_spacer {
	height:20px;
	padding:0;
	margin:0;
}
div.left_button {
	left:0px;
	padding:0px;
	margin:0px;
	clear: none;
	float: left;
	
}
div.right_button {	
	right:0px;
	padding:0px;
	margin:0px;
}
div.right_button_link {
	right:0px;
	padding:21px 0 0 0 ;
}
.right_button_link {
	color:#bbb;
	clear: none;
	float: right;
	text-align: right;
}
.button_right_arrow {
	background: url(../img/button_arrow_r.png) 0px 0px no-repeat transparent;
	padding:23px 0 0 20px;
	margin:0;
	height:23px;
	display:inline;
	position:relative;
    right: -35px;
    top: 15px;
}
.button_left_arrow {
	background: url(../img/button_arrow_l.png) 0px 0px no-repeat transparent;
	width:23px;
	height:23px;
	display:inline;
	position:absolute;
	left:-3px;
	top:0px;
}
div.styled_button{
	width: auto;
	background:#a8ea9c;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);*/
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ea9c', endColorstr='#62af56');
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a8ea9c, endColorstr=#62af56)";
	text-shadow: #8cee7c 0px 1px 0px;
	padding: 5px 8px 7px 12px;
	height:18px;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-color: #2d6324;
	min-width: 0;
	margin-top:10px;
}
.styled_button:hover{
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85e573', endColorstr='#4ca83d');
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#85e573, endColorstr=#4ca83d)";
}
.styled_button .styled_button_r_arrow {
	position:absolute;
	height:30px;
	padding:0;
	margin:0;
	width:100%;
}
.styled_button_link {
	color: #000;	
	font-weight:normal;
	text-decoration:none;
	font-size:110%;
	padding-right:5px;
	white-space:nowrap;
}
.styled_button_link:hover {
	color: #000;	
	font-weight:normal;
	text-decoration:none;
	font-size:110%;
}
.email_invalid{
	margin:0;
	padding:3px 0 3px 65px;
	color:red;
}
.contributor_row label{
	display:none;
}
#add_contributor_row{
	cursor:pointer;
	margin:0;
	border-color:#fff;
	color:#bbb;
}
.contributors_container .contributor_blank_add {
	height:60px;
}
.contributors_container .contributor_blank_add div{
	display:inline-block;
}
.contributors_container .contributor_blank_add .c_image {
	padding-left:10px;	
}
.contributors_container .contributor_blank_add .c_t_access {
	padding-left:14px;	
}
#add_contributor_row:hover{
	background:#ccffcc;
	border-color:#86d286 #5fa433 #5fa433 #86d286;
	color:#333;
}
#add_invite_button {
	background:url("../img/add_bubble_gray.png") no-repeat;
	padding-left:38px;
	height:17px;
	margin:0;	
}
#invite_inputs {
	margin:0;
	padding:0;
}
input[type=text], input[type=password], textarea {
background:url("/img/input-bg.png") no-repeat scroll 0 0 #FFFFFF;
}