/* Design for Alysson Website Portfolio - www.alysson.net // by Alysson Ajackson */

fieldset{
	padding:10px;
}

legend{
	background:#036;
	padding:2px;
	color:#FFF;
}

fieldset.orc-a1 label{
	margin:15px;
	width:280px;
	display:block;
}
.orc-a1 input{
	float:right
}

p.enum textarea{
	width:300px;
	height:60px;
	padding:3px;
	font-size:13px
}

#lorc-a2{
	width:125px;
	float:left;
}

#rorc-a2{
	width:190px;
	float:none;
	margin-left:100px;
	overflow:hidden;
}

input, textarea{
	border:1px solid #CCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:180px;
	color:#006;
	padding:1px;	
}

input[type="text"]{
	font-size:13px;
	padding:4px;
}

_input[type="radio"]{
	padding:10px;
	border:0;
}

input:focus, input.focus, textarea:focus, textarea.focus{
	border-color:#9F3;
	color:#0C0;
}

.ask-a2{
	width:400px;
	text-align:left;
	height:20px;
	display:block;
}

.ask-a2 b{
	width:230px;
	display:block;
	float:left;
}

.ask-a2 input{
	width:15px;
	border:0;
	margin:0 5px 0 10px;
}

select{
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006;
}

button{
	margin:15px 8px;
	background:#006;
	color:#FFF;
	padding:3px;
	border:0;
}

#sts{margin-top:-35px}