﻿<%--
  <copyright file="Mobile_Error.aspx" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
--%>
<%@ Page Title="" Language="C#" MasterPageFile="~/RemoteAccess.master" AutoEventWireup="true"
    CodeBehind="Mobile_Error.aspx.cs" Inherits="Microsoft.WindowsServerSolutions.Web.RemoteAccessSite.MobileError" %>

<asp:Content ID="header" ContentPlaceHolderID="head" runat="server">
    <style type="text/css">
        h1
        {
            font-size: 12pt;
            font-weight: normal;
            margin: 0;
        }
        .error
        {
            color: #cc3333;
        }
        .warning
        {
            color: #cccc33;
        }
        .info
        {
        }
        #header_inner
        {
            border-bottom: none 0;
        }
    </style>
</asp:Content>
<asp:Content ID="content" ContentPlaceHolderID="PageContent" runat="server">
    <div style="margin: 15pt 4pt;">
        <h1>
            <asp:Label ID="LabelErrorTitle" runat="server"></asp:Label>
        </h1>
        <p>
            <asp:Label ID="LabelErrorMessage" runat="server" />
        </p>
    </div>
</asp:Content>
