/* CSS Document margin-left:auto;	margin-right:auto;	*/
#divid_form		{	width:640px;	padding:0px;	margin:0px; float:right;	}
#form_idname	{	width:580px;	font-size:1.2em; float:right;	}

fieldset			{	border: 1px solid #BAA8F2; text-align:center; padding:0px 0 0px 0;
					-moz-border-radius: 10px; -webkit-border-radius: 10px;	}
legend				{  text-align:left; margin-left:40px;font:1.8em/1.5 "Century Gothic", sans-serif; color:#61B165;	}
label 				{	padding-left: .2em;	padding-right: .2em; 
						font:1.8em/1.5 "Century Gothic", sans-serif;	color:#3B6AD9;	}

.inputclass_type	{	width:200px;border: 1px inset #9270F0;
						font:1.8em/1.5 "Century Gothic", sans-serif;color:#333;
						padding-left:10px;	}
.inputclass_submit	{	width:80px;border: 1px inset #9270F0;	text-align: center;	color: #3B6AD9;
						border-bottom: 1px solid #9270F0;	border-right: 1px solid #9270F0;
						border-top: 1px solid #BAA8F2;	border-left: 1px solid #BAA8F2;
						background: #eee url(../images/grad.png) repeat-x top left;
						cursor: pointer;-moz-border-radius: 5px;-webkit-border-radius: 5px;	}
/* purple 9270F0  light purple BAA8F2 */

/*#form_idname {
		3B6AD9 rich blue
		BAA8F2 light purple
		width: 440px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		background:  -moz-linear-gradient(19% 75% 90deg,#BAA8F2, #E4A8F2);
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4A8F2), to(#BAA8F2));
		margin:0px auto;
		padding: 0px;
		-moz-box-shadow:0px -5px 300px #270644;
		-webkit-box-shadow:0px -5px 300px #270644;
		background-color:#E4A8F2;
	}
	*/
