
input, select
{
	width: 150px;
}

input.small
{
    width: 75px;
}
select.small
{
    width: 85px;
}

input.smaller
{
    width: 60px;
}

input.medium, select.medium
{
    width: 200px;
}
select.month
{
    width: 100px;
}

input.large, select.large
{
	width: 300px;
}

input, select, textarea
{
	border-radius: 5px;
	padding: 2px;
}

.center
{
	text-align: center;
}
label
{
	display: inline-block;
	width: 125px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

label.small
{
	width: 70px;
}

label.error
{
	color: red;
	float: right;
	width: 200px;
}
label.inputInfo
{
    text-align: left;
}
div.input
{
	padding: 3px 0;
}

textarea
{
	resize: none;
}
textarea.large
{
    width: 300px;
    height: 75px;
}
textarea.larger
{
    width: 315px;
    height: 75px;
}
textarea.largest
{
    width: 425px;
    height: 100px;
}

.editEventTitle
{
	text-align: center;
	font-size: 14pt;
	border-bottom: 2px solid #dddddd;
	margin-bottom: 10px;
}

.mediumPlaceholder
{
    display: inline-block;
    width: 200px;
}

fieldset
{
    border: 1px solid #cccccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#VenueForm fieldset, #HotelForm fieldset
{
    width: 325px;
    float: left;
    margin: 0 0 3px 20px;
}
#HotelForm fieldset
{
    margin-top: 3px;
}
#VenueForm label, #HotelForm label
{
    width: 100px;
}
legend
{
    padding: 0 5px;
}
