<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>My Web Site</title>
</head>
<body>
<div>
<script type="text/javascript" src="http://www.reliancenetwork.com/widgets?file=clientlogin&token=ABCDEF"></script>
</div>
</body>
</html>
.
| Class |
Description |
rn-cl |
Applies to the div element that contains the form. |
rn-cl-l |
Applies to all field labels. |
rn-cl-emailAddress-l |
Applies to the Email Address label. |
rn-cl-password-l |
Applies to the Password label. |
rn-cl-f |
Applies to all text fields. |
rn-cl-emailAddress-f |
Applies to the Email Address field. |
rn-cl-password-f |
Applies to the Password field. |
rn-cl-c |
Applies to all label-field containers. |
rn-cl-emailAddress-c |
Applies to the Email Address label-field container. |
rn-cl-password-c |
Applies to the Password label-field container. |
rn-cl-message |
Applies to div element containing the message bubble. |
rn-cl-button |
Applies to the button. |
rn-cl-link |
Applies to the "Forget your password?" and "Cancel" links. |
.rn-cl { width:250px }
.rn-cl, .rn-cl input { font-family:Arial, Sans-Serif; font-size:10pt }
.rn-cl-l { margin:.3em 0; float:left }
.rn-cl-f { width:150px; float:right }
.rn-cl-c { margin:.1em 0 }
.rn-cl-c, .rn-cl-message, .rn-cl-link { float:left; width:250px }
.rn-cl-message { margin:.3em 0 }
.rn-cl-button { float:left; clear:both; width:126px; margin-left:63px }
.rn-cl-link { clear:both; font-size:8pt; text-align:center; margin-top:.6em }
.