@import url(reset.css);
@import url(layout.css);
@import url(typo.css);


#ravenlogin {text-align:left;width:300px;margin:10px 0;padding:15px;border:1px solid #ccc;background:#eee;} /* — Assigned to FORM element */
#ravenlogin legend {text-indent:-9999px;} /* — Assigned to LEGEND element */
.ravenusername {text-align:left;} /* — Assigned to P element for the Username label and input field */
.ravenpassword {text-align:left;} /* — Assigned to P element for the Password label and input field */
.ravenusername input {text-align:left;float:right;width:200px;} /* — Styling of input fields */
.ravenpassword input {text-align:left;float:right;width:200px;} /* — Styling of input fields */
.ravensubmit {text-align:left;} /* — Assigned to P element for the Password label and input field */

