Any Other Templates?
Design and Skin Customization
I'm in the US as well and can access the site with no issues.
I also think the design can be easily integrated with Site Builder and some CSS modifications as Paul has mentioned.
{jrCore_form_create_session module="jrUser" option="login" assign="token"}
<div id="jrUser_login_msg" class="page_notice form_notice error"></div>
<form id="jrUser_login" name="jrUser_login" action="{$jamroom_url}/user/login_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">
<input type="hidden" name="user_remember" value="off">
user login <input type="text" id="user_email_or_name" class="form_text" name="user_email_or_name" value=""> <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_email_or_name').slideToggle(250);" type="button"><br>
<br>
<div id="h_user_email_or_name" class="form_help" style="display:none;">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
please enter a valid email address or user name to log into the system.
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
<br>
password <input type="password" id="user_password" class="form_text" name="user_password" value=""> <input value="?" class="form_button form_help_button" title="expand help" onclick="$('#h_user_password').slideToggle(250);" type="button"><br>
<br>
<div id="h_user_password" class="form_help" style="">
<table class="form_help_drop">
<tbody>
<tr>
<td class="form_help_drop_left">
please enter your password
</td>
<td class="form_help_drop_right">
</td>
</tr>
</tbody>
</table>
</div>
<br>
<img id="form_submit_indicator" src="{$jamroom_url}/skins/jrNova/img/submit.gif" width="24" height="24" alt="working...">
<input type="button" id="jrUser_login_submit" class="form_button" value="login" tabindex="3" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');">
</form>
<div id="jrUser_login_msg" class="page_notice form_notice error" style="display:none;">
</div>