/* ---------- Small Elements ---------- */
input.text_small
{
	width:150px;
}
input.button_small
{
	width:156px;
}
select.select_small
{
	width:152px;
}
textarea.textarea_small
{
	width:150px;
	height:50px;
}
/* ---------- End Small Elements ---------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------- Medium Elements ---------- */
input.text_medium
{
	width:250px;
}
input.button_medium
{
	width:252px;
}
select.select_medium
{
	width:252px;
}
textarea.textarea_medium
{
	width:250px;
	height:50px;
}
/* ---------- End Medium Elements ---------- */
/* ---------------------------------------------------------------------------------------------- */
/* ---------- Large Elements ---------- */
input.text_large
{
	width:550px;
}
input.button_large
{
	width:552px;
}
select.select_large
{
	width:552px;
}
textarea.textarea_large
{
	width:550px;
	height:100px;
}
/* ---------- End Large Elements ---------- */
/* ---------------------------------------------------------------------------------------------- */