.isHelpfuleTitle {
    color: #000000;
    line-height: 20px;

    float: left;
    padding-right:5px;

}


#commentsForm {
    width: 300px;	

    margin: 0;
    padding: 0;

    border-top: solid #ee3939;
    z-index: 5;
    background: white;
    position: relative;
    bottom: 50px;
    border-right: #CACACA solid 1px;
    border-left: #CACACA solid 1px;
    border-bottom: #CACACA solid 1px;
    font-weight: bold;
    text-align: left;
}


.formWrapper {
    padding: 0 0 0 8px;
}


#commentsFormExit {
	display: inline-block;
    float: right;
    width: 19px;
    height: 19px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 7;
}

#anyComments {
	width: 100%;
    float: left;
	background-position: top right;
	background-repeat: no-repeat;
}

#anyCommentsText {
	padding: 10px 0;
}

#commentsForm textarea {
    width: 280px;
    height: 45px;	
    margin-bottom: 5px;
}

#submitComments {
    padding-left: 224px;	
}

#thanks {
    width: 100%;
    clear: both;
    padding: 31px 0 50px 0;
    text-align: center;
    display: none;
    margin: 0;
}

#commentsForm #thanks p {
    margin: 0;
    font-weight: bold;
}

.isHelpfulBorder {
    padding: 0;
    margin: 0;
    border: 1px solid black;	
    width: 100%;
    height: 18px;
    clear: both;
}

.isHelpfulYes {
    background-color: #7AAD47;	
    color: white;
    float: left;
    height: 100%;
}

.isHelpfulNo {
    background-color: #AD4747;
    color: white;
    float: left;
    height: 100%;
}

.isHelpfulBarTitle {
    width: 100%;
    text-align: center;	
    border: none;
    clear: both;
    float: none;
}

.isHelpfulBarTitle .counts {
    clear: both;
    color: black;
    text-align: center;
}

.Yes {
    color: 	#7AAD47;
    font-weight: bold;
}

.No {
    color: #AD4747;
    font-weight: bold;
}

#viewSubmissions {
	font: italic 24px/35px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    margin: 0;
    padding: 14px 15px 3px 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

#toggleViewSub {
    clear: both;	
}

#date {
    width: 85px;
}

#articleName {
    width: 300px;	
}

#vote {
    width: 100px;	
}

#controllerForm {
    max-width: 860px;
    float: left;
}

.slash {
    float: left;	
    color: black;
}

div.button {
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 0;
}

div.button span.buttonLeft {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/National_Library/20160330061658oe_/http://support.wolfram.com/common/images2010/m8/button.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
    float: left;
    height: 21px;
    width: 10px;
}

div.button span.buttonRight {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/National_Library/20160330061658oe_/http://support.wolfram.com/common/images2010/m8/button.png");
    background-origin: padding-box;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS,Arial,Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    letter-spacing: 0.03em;
    padding-right: 10px;
}

.clearingFloats {
    clear: both;
}

