/*
*******************************************************************************
Application:		Online Survey Protector
Author:			David Summers
Filename:			master.css
Date:			Date: 06/26/2008 10:19am 
Version:			Version: 1.0
Purpose:			Provides structure, as well as look and feel for protector.
*******************************************************************************
*/

body {
background-color: #F3F2E8;
}

#main {
    margin: 20% auto auto auto;
	border: 1px solid #cccccc;
	width: 300px;
	background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 160px;
	background: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 160px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:50px;
}

.text {
	border: 1px solid #cccccc;
}

.login {
	border: 1px solid #cccccc;
	background-color: #496384;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#496384;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    padding-top: 50px;
    background-image:url(../images/lock.png);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:100px;
    height:100px;
    float:left;
    background-image:url(../imagesicon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
