@CHARSET "UTF-8";
#feedInput .activeTab{
	float: left;
	background: url("../../images/tabs-small.png") repeat-x scroll center top transparent;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    line-height: 40px;
    margin: 0 5px 0 0;
    text-align: center;
    padding:0px 10px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
}
#feedInput .inactiveTab{
	float: left;
	background: url("../../images/tabs-small.png") repeat-x scroll center -40px transparent;
    color: #CCCCCC;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    margin: 0 5px 0 0;
    padding:0px 10px;
    -moz-border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    border-radius:5px 5px 0px 0px;
    margin: 0 5px 0 0;
}
#feedInput .textTop{
	clear: both;
    width: 100%;
	height: 17px;
	background: url("../../images/tab-body-up.png") no-repeat;
}
#feedInput .text{
	background: url("../../images/tab-body-middle.png") repeat-y transparent;
    width: 100%;
    clear: both;
}
#feedInput .textBottom{
    width: 100%;
	height: 20px;
	background: url("../../images/tab-body-down.png") no-repeat;
}
#sendStatusForm, #sendPhotoStatusForm{
    width: 100%;
    padding: 0;
    margin: 0;
}
#feedInputField, #feedPhotoInputField{
	background: url("../../images/v_arrow.png") no-repeat right top;
	background-color: #fff;
    border: 1px solid #aaa;
   	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #666666;
    font-family: arial;
    font-size: 13px;
    height: 24px;
    padding: 10px 0 0 10px;
    width: 80%;
    float: left;
    overflow: hidden;
}

#feedInput .text input[type="submit"]{
	background: url("../../images/save.png") no-repeat scroll center top transparent;
    border: medium none;
    cursor: pointer;
    height: 37px;
    width: 70px;
    position: relative;
    margin-left: 7px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#feedInput #photoUploadDiv{
    padding: 0 20px 0 20px;
	display: none;
}
#feedInput .shareOnFacebook{
	float: left;
	padding-left: 17px;
	padding-top: 5px;
	width: 320px;
}
#feedInput #photoUploadDiv .shareOnFacebook{
	padding-left: 0;
}

#feedInput #editStatusPermissions, #feedInput #editPhotoStatusPermissions{
	float: right;
	width: 170px;
	text-align: right;
	font-size: 10px;
	padding: 10px 20px 10px 0;
}

#feedInput #editPhotoStatusPermissions{
	padding: 10px 0 0 0;
}

#feedInput label{
	clear: none !important;
}

#feedInput #statusPermissions{
	margin-left: 20px;
	display:none;
}

#feedInput #photoStatusPermissions{
	display:none;
}

#feedInput .list{
	width: 245px;
	height: 25px;
	float: left;
}
#sendStatusForm textarea {
    background: url("../../images/v_arrow.png") no-repeat scroll right top #FFFFFF !important;
    border: 1px solid #AAAAAA !important;
    border-radius: 3px 3px 3px 3px !important;
    color: #666666 !important;
    float: left !important;
    font-family: arial !important;
    font-size: 13px !important;
    height: 24px;
    margin: 0 0 0 20px !important;
    overflow: hidden !important;
    padding: 10px 0 0 10px !important;
    width: 76%;
}
