﻿.label
{
	width: 85px;
	float: left;
	text-align: right;
	margin-right: 15px;
	color: #ffffff;
}
.row
{
	clear: both;
	margin-bottom: 15px;
}
.legtable
{
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #9283A5;
}
.formtextbox {
    width: 300px;
    background-color: #4A4457;
    color: #ffffff;
  }
  .formtextboxnarrow {
    width: 250px;
    background-color: #4A4457;
    color: #ffffff;
  }
.sendbutton {
    padding: 4px;
    background-color: #4A4457;
    color: #ffffff;
}

#subscriptionform {
    position: absolute;
    top: 384px;
    left: 590px;
    background-repeat: no-repeat;
    width: 400px;
    z-index: 1000px;
    padding: 0px;
    font-size: 13px;
}
.subscriptiontextbox
{
    font-size: 10px;
}
.subscriptionbutton
{
    border: 1px solid #ccc;
    padding: 1px 10px 1px 10px;
}