/* 
    Document   : style
    Created on : Nov 27, 2008, 10:03:04 PM
    Author     : nisha
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}
div.container{
	margin-top:40px;
	width: 100%;
	text-align: center;
}
label{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 14px;
font-weight : bold;
padding:2px;
}
.nice{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 12px;
font-weight : bold;
}

.inputs{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 12px;
font-weight : bold;
padding:2px;
margin: 5px 0;
width:220px;
}

.selects{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 12px;
font-weight : bold;
padding:2px;
margin: 5px 0;
width:220px;
}

#price{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 16px;
font-weight : bold;
display:none;
text-align:left;
padding:4px;
margin:10px 0;
line-height: 150%;
color:#EC008C;
}

#pricetag{
font-size : 27px;
font-weight : bold;
padding:0;
margin:0;
}

.tag{
font-weight:normal;
}
h3{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 18px;
font-weight : bold;
padding:0;
margin:4px 0;
}
.comment{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 12px;
font-weight : bold;
padding:2px;
margin: 5px 0;
width:320px;
}
.buttons{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 13px;
font-weight : bold;
padding:4px;
margin: 5px 0;
width:150px;
}
div#artwork_div{
text-align:center;
}
div#payment_div{
text-align:center;
width:520px;
}
.paymenttag{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 11px;
font-weight : normal;
}


fieldset
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;	
	padding:12px;
	border-bottom:0;
	border-left:0;
	border-right:0;	
	text-align:left;
}

fieldset legend{	
	color: #000000;
	font-size:14px;
	font-weight:bold;	
}
fieldset#error{
	color:#FF0000;
	text-align:left;
}

fieldset#thanks{
	color:#000000;
	text-align:left;	
}

fieldset#loader{
	text-align:center;
}