.wds-message {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0px 0px 2em !important;
    position: relative;
    border-radius: 4px;
    background: -moz-linear-gradient(center top , #FCFBFC 0%, #F7F6F7 100%) repeat scroll 0% 0% transparent;
    color: #5E5E5E;
    text-shadow: 0px 1px 0px #FFF;
    list-style: none outside none !important;
    width: auto;
	border-top: 3px solid #8FAE1B;
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.05) inset, 0px -2px 30px rgba(0, 0, 0, 0.016) inset, 0px 1px 0px #FFF inset, 0px 1px 2px rgba(0, 0, 0, 0.3);
}

 .wds-link {
    font-size: 100%;
    margin: 0px;
	float:right;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: 2px;
    left: auto;
    color: #5E5E5E;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    border: 1px solid #C7C0C7;
    background: -moz-linear-gradient(center top , #F7F6F7 0%, #DFDBDF 100%) repeat scroll 0% 0% transparent;
    white-space: nowrap;
    display: inline-block;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.075) inset, 0px 1px 0px rgba(255, 255, 255, 0.3) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.wds-form-div {
    margin-top:20px;
}

input#wds-domain-name {
    width:50%;
	padding:10px;
}

input#wds-submit {
    width:40%;
	padding:9px;
	font-size:14px;
	color:#fff;
	background:#900;
	background-image: -moz-linear-gradient(center top , #f00, #900);
    border: 1px solid #900;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(64, 64, 64, 0.1);
}

.wds-main {
    background:#DFF0D8;
	width:100%;
	margin-top:10px;
	height:50px;
	border-left:5px solid #000;
	overflow:hidden;
}

.wds-price {
    float:left;
	margin-right:20px;
	padding:10px;
	border-right:1px dashed #ccc;
	font-weight:bolder;
	color:#900;
}

.wds-post {
    float:left;
	padding:10px;
	margin-right:20px;
}

.wds-cart {
    float:left;
	margin-top: 20px;
}