@charset "utf-8";
/* You can add this to the current css file once it's done, this is only a temporary css file till site is sliced */

html, body {
	font-family:Arial, Helvetica, sans-serif;
}

input {
border:1px solid #CCCCCC;
}

textarea {
border:1px solid #CCCCCC;
}

.input_required {
background-color:#EFEDE0;
border:1px dotted #B40D0A;
}

.input_button {
border:medium none;
height:24px;
}

input, select, textarea {
background-color:#FFFFFF;
font-family:Arial,Verdana,sans-serif;
font-size:12px;
padding:4px;
}