div.ask-a-question-view #askform br
{
	display: block;
    margin-bottom: 10px;
}

.ask-a-question-view input#name {
    background: url("/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #777777;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 5px 4px;
}

.ask-a-question-view input.highlight-button {
	background: url("/components/com_virtuemart/assets/images/vmgeneral/backgrounds.png") repeat-x scroll 0 -160px #E8E8E8;
    border: 1px solid #777777;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 4px 12px 6px;
    text-align: center;
    text-decoration: none;
}

.browse-viewcat .product-price {
    color: #000000;
    display: block;
    font-weight: bold;
    margin-top: 132px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 195px;
}

.product-description ol li{margin-left:10px;}
