﻿@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585842;
}

h3
{
	margin: 5px 0;
	float: right;
	color: #E680D7;
}

h3.done
{
	float: none;
}

a
{
	color: #FF6600;
}

#container
{
}

#header
{
	background: #E3E3E3 url(/WLPDLP/7240869b-78d8-478c-998f-f9b42a173b46/_img/header.png) top right no-repeat;
	width: 100%;
	height: 66px;
}

#content
{
	width: 480px;
	float: left;
}

#form, #details
{
	width: 280px;
	margin-left: 5px;
}

fieldset
{
	border: none;
}

label
{
	float: left;
	width: 60px;
	display: block;
	margin: 3px 0 3px 0;
	line-height: 20px;
	font-weight: bold;
}

input, select
{
	float: right;
	width: 180px;
	border: 1px solid #E680D7;
	margin: 3px 0 3px 0;
}

select
{
	width: 182px;
}

#form input#Submit1 
{
	cursor: pointer;
	margin: 15px 62px;
	padding: 3px 4px 5px 4px;
	width: 120px;
	height: 30px;
	background-color: #E680D7;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 3px solid;
	border-top-color: #FF80FF;
	border-left-color: #FF80FF;
	border-right-color: #CC80AA;
	border-bottom-color: #CC80AA;
}
#form input#Submit1:hover
{
	border-top-color: #CC80AA;
	border-left-color: #CC80AA;
	border-right-color: #FF80FF;
	border-bottom-color: #FF80FF;
}

.userDetails
{
	list-style: none;
}

.downloadBtn
{
	display: block;
	cursor: pointer;
	margin: 15px 38px;
	padding: 4px;
	width: 100px;
	height: 16px;
	line-height: 16px;
	background-color: #E680D7;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none; 
 	border: 3px solid;
	border-top-color: #FF80FF;
	border-left-color: #FF80FF;
	border-right-color: #CC80AA;
	border-bottom-color: #CC80AA;
}

a.downloadBtn:hover
{
	border-top-color: #CC80AA;
	border-left-color: #CC80AA;
	border-right-color: #FF80FF;
	border-bottom-color: #FF80FF;
}

.clear
{
	clear: both;
}
