/* 
    Document   : concerns
    Created on : Dec 12, 2009, 10:16:38 PM
    Author     : ecooper
    Description: basic styles for concerns app for rethinkafghanistan.com
*/

.text,.input {
    background-color: #e5e2de;
}

.senders table td {
	text-align: left;
	padding: 2px;
}

.inline {
    display: inline;
}

.v-top {
	vertical-align: top;
}

.not-tall {
    min-height: 100px;
}

.senders {
    font-family: arial,helvetica,sans-serif;
    width: 770px;
	padding-top: 20px;
}

.senders {
    border: 0 none;
    margin: 0px;
}

.senders legend {
    color: #676767;
    font-size: 90%;
    font-weight: bold;
    padding: 0 10px 0 5px;
}

.senders input[type=text] {
    width: 150px;
}

.senders .small > input[type=text] {
    width: 85px;
}

.senders .small {
    font-size: 12px;
}

.senders label {
    margin: 0 15px;
    color: #676767;
    font-weight: bold;
    font-size: 12px;
}

.senders .label-container {
    width: 30px;
    text-align: right;
}

.senders .submit input[type=submit] {
    float: right;
}

.senders td.label {
    padding-top: 5px;
}

.senders input[type=checkbox], .senders input[type=radio] {
    margin: 2px 0 0 0;
}
.section-header {
    background-color: #676767;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 15px;
    height: 25px;
    line-height: 1.6;
    margin-bottom: 10px;
	font-size: 16px;
}

.radio-set {
    margin-left: 15px;
    background-color: transparent;
}

.radio-set label, .checkbox-set label {
    font-size: 12px;
    margin: 0 5px;
    padding-bottom: 3px;
}

.radio {
	background-color: transparent;
}

.helper {
    color: #BC7318;
    font-size: 70%;
}

.helper:hover {
    cursor: pointer;
}

.small-tip {
    font-size: 9px;
}

.error-message {
    text-align: center;
    font-size: 9px;
    color: red;
}

.your-friends-bnf {
    /*width: 275px;*/
}

.checkbox-label {
    vertical-align: top;
    display: inline;
}

.checkbox-label label {
    margin: 0 5px;
}

.video {
    margin: 0 auto;
}

.shared-with-heading {
    padding: 20px 5px;
    margin: 15px 0;
    text-align: center;
    color: #FFFFFF;
    background-color: #73665A;
}

.center {
    text-align: center;
}

#what-others-are-sharing {
    padding: 0px;
}

#friends-field {
    
}

#you {
    width: 254px;
    vertical-align: top
    float: left;
}

#your-concern {
    width: 192px;
    vertical-align: top;
    float: right;
}

#your-friends {
    width: 476px;
    padding-left: 10px;
}

#your-friends .small-tip, .your-friends-bnf {
    margin-left: 10px;
}

#your-friends-share {
    float: right;
    cursor: pointer;
}

#facebook {
    font-weight: bold;
    font-size: 10px;
    vertical-align: top;
    color:#676767;
}

#SenderEmails {
    width: 300px;
    height: 50px;
    margin: 0 10px;
}

#SenderZip {
    width: 85px;
}

#watch-about {
    width: 650px;
    margin: 35px auto 20px auto;
    background-color: #D5CFCA;
    border: 1px dashed #6D6661;
    padding: 20px;
}

#watch-about .description {
    margin: 15px 0;
    padding: 10px;
}

#watch-about #do-it {
    text-align: center;
    font-style: normal;
}

label[for=SenderShare] {
    font-size: 9px;
    font-weight: normal;
}

#you-top {
    width: 476px;
    padding-left: 10px;
}

#recent-concerns {
	height: 100%;
	padding-right: 10px;
}

.recent-concern {
    font-size: 13px;
    list-style: none;
    text-indent: 0;
    line-height: 1;
    padding: 0 10px;
    margin-bottom: 10px;
}

#UserLoginForm {
    padding: 10px;
    font-size: 12px;
}

#UserLoginForm input {
    margin: 2px 10px;
}

#we-has-your-name {
	font-size: 10px;
	padding: 0 5px;
}

.fifty {
	width: 50%;
}

.embed {
	width: 100%;
}

.embed-table {
	margin: 0 auto 0 auto;
	width: 500px;
}

