﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    height:30px;
    width:100px;
    
}


/*@Html.TextAreaFor(m => m.Name,
                new {
                    @value = "Enter Name",
                    @class = "red",
                    //@disabled="true",
                    cols="50",
                    rows="10",
                    @title="Please Enter Your Name",
                    @tabindex="0",
                    //@accesskey="z",
                    @align="left",
                    @autofocus="true",
                    @style="background-color:yellow; font-weight:bold",
                    @draggable="true",
                    //@hidden="true",
                    //@maxlength="12",
                    @minlength="5",
                    @required="true"
                })*/

