/* 
    Document   : booklocksmithlayout
    Created on : Jan 28, 2009, 12:12:30 PM
    Author     : robert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table, tr, td, h1, h2, h3, input, textarea, select{
    padding: 0px;
    margin: 0px;
}

table, tr, td{
    vertical-align:top;
}

#page #content #frame #fullframe {
	width:849px;
	float:left;
	margin:0;
	padding:0px;
	background:#fff;
	border-right:1px solid #cacaca;
}

#book_locksmith_form h1{
    padding: 0 0 10px 10px;
}

.zend_form label{
    font-size:11px;
}

.zend_form textarea {
  width:200px;
  height:100px;
}

.zend_form select {
    width: 110px;
}

.dottedBottom{
    border-bottom:dotted 1px #cacaca;
}

.lcmt{
    width: 500px;
    vertical-align: top;
    float:left;
    font-size: 9px;
    font-weight: normal;
    padding: 0 0 0 10px;
}

.rcmt{
    width: 300px;
    vertical-align: top;
    font-size: 1.2em;
}

.textRight{
    text-align: right;
}

.none{
    display: none;
}

/*
    Widths
*/

.w100p{
    width: 100%;
}

.w90p{
    width: 90%;
}

.w50p{
    width: 50%;
}

.w33p{
    width: 33%;
}

.w25p{
    width: 25%;
}

.w70p{
    width: 70%;
}

.w60p{
    width: 60%;
}

.w40p{
    width: 40%;
}

.w30p{
    width: 30%;
}

.w20p{
    width: 10%;
}