/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

input, select, textarea {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;		
}	

select option {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

input[type="submit"], input[type="button"] {
	overflow: visible; /* ie fix */
	width: auto;
	margin: 0 8px 0 0;
	padding: 0 10px 0 10px;	
}

input[type="radio"], input[type="checkbox"], input[type="button"], input[type="sumbit"] {
  cursor: pointer;
}

table#main {
	margin: 0 auto;	
}

td#menu {
	background-color: #fcd3e3;
}

table#body {
	margin: 15px 15px;
}

table#footer {
	color: #fff;
	font-weight: bold;
}

table#footer td {
	padding: 0 10px;
}

table#footer a {
	color: #fff;
	text-decoration: none;
}

table#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	padding-bottom: 10px;
	color: #ca366a;
}

p {
	line-height: 20px;
	text-align: justify;
}

img {
	border: 0;
}

span.highlight {
	color: #ca366a;
}

/* Form */

legend {  
	margin-left: 10px;
	color: #ca366a;
} 

fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 5px 0 5px 0;  
	padding: 0; 
	border: 1px solid #fcd3e3; 
}

fieldset ol {  
	margin: 10px 0;
	padding: 5px 10px;  
	list-style: none; 
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 5px; 
}

fieldset p {
	padding: 5px 0 0 10px;	
}

label {  
	position: relative;  
	float: left;  
	width: 10em; 
	margin-left: 10px;
} 

label em img {  
	position: absolute;
	left: -15px;  
	top: 1px; 
}

label.noformat {  
	width: auto;
	margin: 0;
	padding: 0;
} 

li em {
	margin: 0 5px;
	font-style: normal;
}
/*
label strong { 
	position: absolute; 
	left: 27em; 
	top: 0.2em; 
	width: 19em; 
	color: #C00; 
	font-size: 85%; 
	font-weight: normal;
	text-transform: uppercase; 
}

label strong img {  
	position: absolute;  
	left: -16em; 
}
*/


/*
fieldset.options {  
	margin: 10px 0 0 0;  
	border-style: none;
}
*/

fieldset.options {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em; 
}

/* Length */
fieldset#login {
	width: 310px;
}

fieldset#category, fieldset#sub_category, fieldset#service, fieldset#page {
	width: 440px;
}

.username, .password {
	width: 150px;
} 

.name {
	width: 250px;
}

.description, .features {
	width: 250px;
	height: 70px;
}

/* Misc */
.error {
	color: #ff3399;
} 

img.error {
	position: relative;
	left: 5px;  
	top: 3px; 
	cursor: pointer;
}

ul.error {
	list-style: disc;
} 

ul.error li {
	width:auto;
	margin-left: 50px;
	white-space: nowrap;
}


span.title {
	color: #ff3399;
	text-decoration: underline;
}

span.sub_title {
	color: #999;
	text-decoration: underline;
}

ul.list li {
	margin-left: 30px;
	padding: 3px 0px;
	color: #999;
}

ul.list li a {
	text-decoration: none;
	color: #999;
}

ul.list li a:hover {
	text-decoration: underline;
}

/* Links */
fieldset a {
	color: #ff3399;
	text-decoration: none;
}

fieldset a:hover {
	text-decoration: underline;
}

a {
	color: #ff7da5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
