
div.form
{
}

input,
textarea
{
    margin: 2px 0;
    color: #000;
}
select
{
	margin: 2px 0;
         border: none;  /*Removes border*/
      background-color: #FFF; 

        padding-right: 30px
}

input[type="text"], input[type="password"]{
	background-color: #ECECEC;
        color: #343434;
	height: 22px;
	line-height: 22px;
	border: solid 1px #ededed;
	width: 400px;
	padding: 0 3px;
        border-radius: 5px;
	//box-shadow:0 0 3px #CCC;
}

input[type="submit"], input[type="button"]{
	color: #fff;
	cursor: pointer;
	background-color: #417f27;
	//font-size: 16px;
	//padding: 0 7px;
	//height: 30px; line-height: 30px;
	border-radius: 3px;
	vertical-align: middle;
	//text-align: center;
        border:none;
}input[type="submit"]:hover { opacity: 0.7; }

div.form textarea{
	background-color: #ECECEC;
        border-radius: 5px;
	width: 400px;
	height: 65px;
	resize: none;
	padding: 3px;
        border: solid 1px #ededed;
}

div.form .greyBg {
	margin: 2px 0;
	font-family: Arial;
	font-size: 12px;
	color: #555;
	background-color: #ebebeb;
	border:0;
	width: 390px;
	padding: 3px;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	display: block;
	//color: #fff;
	font-size: 13px;
	font-weight: normal;
}

div.form .row
{
	margin: 5px 0;
}

div.form .row.buttons {
	padding: 10px 0;
}

div.form .row.checkbox label {
	margin: 0; padding: 0; display: inline-block; vertical-align: top;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	//background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

#addcoupon { float: left; }
#addcoupon p { color: #C33333; font-size: 16px; margin: 0; padding: 5px 0 0 0; }
#addcoupon p a.small { color: #C33333; font-size: 10px; }
#couponcode { background: transparent; border: solid 2px #C33333; border-radius: 2px; width: 180px; height: 20px; line-height: 20px; font-size: 10px; }
#sendcoupon { background-color: #C33333; text-decoration: none; height: 20px; line-height: 20px; width: 75px; text-align: center; display: inline-block; color: #FFF; font-weight: bold; font-size: 12px; }
.green { color: green; }


/*userdetailview*/

.userdetailview {}

.userdetailview table { 
	width: 100%;
	border-collapse: collapse;
}

.userdetailview table tr.odd {
	background-color: #F7F7F7;
}

.userdetailview table tr.even {
	background-color: #FCFCFC;
}

.userdetailview table tr.odd:hover,
.userdetailview table tr.even:hover {
	background-color: rgba(139, 183, 16, 0.4);
}

.userdetailview table th,
.userdetailview table td {
	padding: 2px 5px;
}

.userdetailview table th {
	text-align: left;
	//font-weight: bold;
	font-size: 14px;
        color: #000;
}

.userdetailview table td {
	text-align: left;
	font-size: 14px;
        color: #000;
}
