/*
    Question Widget Styles
*/

div#question-widget {
    width: 210px;
}

div#question-widget  h2 {
    width: 210px;
}

div#question-widget div.input-panel {
    padding: 15px 15px 5px 15px;
    height: 380px;
    min-height: 200px;
}
div#question-widget-latest  div.teaser{
	min-height: 100px;
	height: 100px;
} 
div#question-widget textarea {
    font-size: 11px;
    width: 180px;
}
div#question-widget textarea.title {
    height: 40px;
    min-height: 40px;
    margin-bottom: 6px;
}
div#question-widget textarea.content {
    height: 60px;
    min-height: 60px;
    margin-bottom: 2px;
}

div#question-widget div.submit {
    width: 180px;
    height: 40px;
    min-height: 40px;
    margin: 0px 0px 5px 0px;
}
div#question-widget div.button {
    float: left;
    width: 58px;
    margin-top: 4px;
    margin-right: 10px;
    height: 20px;
    min-height: 20px;
}
div#question-widget div.message {
    float: right;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 13px;
    width: 110px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
}

div#question-widget div.input-panel h2 {
    width: 180px;
    border-bottom-width: 0px;
}

div#question-widget-latest {
    margin-top: 6px;
    width: 180px;
    border-top: 1px solid #cccccc;
    min-height: 200px;
    height: 200px;
}

div#question-widget-latest div.teaser {
    min-height: 145px;
    height: 145px;
    width: 180px;
}
div#question-widget-latest h2.post-title {
    margin-top: 8px;
}
div#question-widget-latest div.excerpt {
    line-height: 16px;
    margin-top: 2px;
    font-size: 12px;
}
div#question-widget-latest div.attribution {
    margin-top: 4px;
    font-size: 11px;
    overflow: hidden;
}

div#question-widget-latest div.error {
    width: 180px;
    padding: 5px;
    font-size: 11px;
    min-height: 135px;
    height: 135px;
}

div#question-widget-latest h3.navig {
    border-top-color: #cccccc;
    width: 130px;
    padding-left: 50px;
}

div#question-widget-latest h3 a.back, div#question-widget-latest h3 a.forward {
    position: absolute;
    top: 4px;
    left: 0px;
    border: none;
}
div#question-widget-latest h3 a.forward {
    left: 21px;
}

  
