﻿/*  ParadoxOne Web Forms
	Copyright © 2011 ParadoxOne LLC. All Rights Reserved.
	Do not copy, modify or redistribute in any way.
*/

.pdx-cssy-TextBox
{
	width: 100%;
	border: thin;
	border-color: #3399FF;
	border-style: inset;
	
}

.pdx-cssy-TextArea
{
	width: 299px;
	height: 100px;
	border: thin;
	border-color: #3399FF;
	border-style: inset;
	vertical-align: text-top;
}